mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCE-Revelations.git
synced 2026-09-24 04:00:45 +00:00
@@ -22,7 +22,7 @@ public:
|
||||
virtual bool isCubeShaped();
|
||||
virtual Icon *getTexture(int face, int data);
|
||||
virtual void tick(Level *level, int x, int y, int z, Random *random);
|
||||
virtual void fallOn(Level *level, int x, int y, int z, std::shared_ptr<Entity> entity, float fallDistance);
|
||||
virtual void fallOn(Level *level, int x, int y, int z, shared_ptr<Entity> entity, float fallDistance);
|
||||
private:
|
||||
virtual bool isUnderCrops(Level *level, int x, int y, int z);
|
||||
virtual bool isNearWater(Level *level, int x, int y, int z);
|
||||
|
||||
Reference in New Issue
Block a user