@@ -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