aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/MapItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/MapItem.h')
-rw-r--r--Minecraft.World/MapItem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/MapItem.h b/Minecraft.World/MapItem.h
index dc16339d..e6b113b2 100644
--- a/Minecraft.World/MapItem.h
+++ b/Minecraft.World/MapItem.h
@@ -18,6 +18,6 @@ public: // 4J Stu - Was protected in Java, but then we can't access it where we
shared_ptr<MapItemSavedData> getSavedData(shared_ptr<ItemInstance> itemInstance, Level *level);
void update(Level *level, shared_ptr<Entity> player, shared_ptr<MapItemSavedData> data);
virtual void inventoryTick(shared_ptr<ItemInstance> itemInstance, Level *level, shared_ptr<Entity> owner, int slot, bool selected);
- virtual void onCraftedBy(shared_ptr<ItemInstance> itemInstance, Level *level, shared_ptr<Player> player);
shared_ptr<Packet> getUpdatePacket(shared_ptr<ItemInstance> itemInstance, Level *level, shared_ptr<Player> player);
+ virtual void onCraftedBy(shared_ptr<ItemInstance> itemInstance, Level *level, shared_ptr<Player> player);
};