aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/AnvilTile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/AnvilTile.h')
-rw-r--r--Minecraft.World/AnvilTile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/AnvilTile.h b/Minecraft.World/AnvilTile.h
index 1a4f0ed7..81210c14 100644
--- a/Minecraft.World/AnvilTile.h
+++ b/Minecraft.World/AnvilTile.h
@@ -35,7 +35,7 @@ public:
bool isSolidRender(bool isServerLevel = false);
Icon *getTexture(int face, int data);
void registerIcons(IconRegister *iconRegister);
- void setPlacedBy(Level *level, int x, int y, int z, shared_ptr<Mob> by);
+ void setPlacedBy(Level *level, int x, int y, int z, shared_ptr<LivingEntity> by, shared_ptr<ItemInstance> itemInstance);
bool use(Level *level, int x, int y, int z, shared_ptr<Player> player, int clickedFace, float clickX, float clickY, float clickZ, bool soundOnly = false);
int getRenderShape();
int getSpawnResourcesAuxValue(int data);