aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/LiquidTile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/LiquidTile.h')
-rw-r--r--Minecraft.World/LiquidTile.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Minecraft.World/LiquidTile.h b/Minecraft.World/LiquidTile.h
index 67eb5b65..bcc00347 100644
--- a/Minecraft.World/LiquidTile.h
+++ b/Minecraft.World/LiquidTile.h
@@ -22,13 +22,13 @@ protected:
public:
virtual bool isPathfindable(LevelSource *level, int x, int y, int z);
virtual int getColor() const;
- virtual int getColor(LevelSource *level, int x, int y, int z);
+ virtual int getColor(LevelSource *level, int x, int y, int z);
virtual int getColor(LevelSource *level, int x, int y, int z, int data); // 4J added
- static float getHeight(int d);
- virtual Icon *getTexture(int face, int data);
+ static float getHeight(int d);
+ virtual Icon *getTexture(int face, int data);
protected:
virtual int getDepth(Level *level, int x, int y, int z);
- virtual int getRenderedDepth(LevelSource *level, int x, int y, int z);
+ virtual int getRenderedDepth(LevelSource *level, int x, int y, int z);
public:
virtual bool isCubeShaped();
virtual bool isSolidRender(bool isServerLevel = false);
@@ -43,7 +43,7 @@ private:
virtual Vec3 *getFlow(LevelSource *level, int x, int y, int z);
public:
virtual void handleEntityInside(Level *level, int x, int y, int z, shared_ptr<Entity> e, Vec3 *current);
- virtual int getTickDelay();
+ virtual int getTickDelay(Level *level);
virtual int getLightColor(LevelSource *level, int x, int y, int z, int tileId=-1); // 4J - brought forward from 1.8.2
virtual float getBrightness(LevelSource *level, int x, int y, int z);
virtual int getRenderLayer();