diff options
Diffstat (limited to 'Minecraft.World/Slot.h')
| -rw-r--r-- | Minecraft.World/Slot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Minecraft.World/Slot.h b/Minecraft.World/Slot.h index 6289ec0e..12399783 100644 --- a/Minecraft.World/Slot.h +++ b/Minecraft.World/Slot.h @@ -36,6 +36,7 @@ public: virtual shared_ptr<ItemInstance> remove(int c); virtual bool isAt(shared_ptr<Container> c, int s); virtual bool mayPickup(shared_ptr<Player> player); + virtual bool isActive(); virtual bool mayCombine(shared_ptr<ItemInstance> item); // 4J Added virtual shared_ptr<ItemInstance> combine(shared_ptr<ItemInstance> item); // 4J Added };
\ No newline at end of file |
