diff options
Diffstat (limited to 'Minecraft.World/PlayerEnderChestContainer.h')
| -rw-r--r-- | Minecraft.World/PlayerEnderChestContainer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Minecraft.World/PlayerEnderChestContainer.h b/Minecraft.World/PlayerEnderChestContainer.h index 523417aa..67522244 100644 --- a/Minecraft.World/PlayerEnderChestContainer.h +++ b/Minecraft.World/PlayerEnderChestContainer.h @@ -12,10 +12,13 @@ private: public: PlayerEnderChestContainer(); + virtual int getContainerType(); + void setActiveChest(shared_ptr<EnderChestTileEntity> activeChest); void setItemsByTag(ListTag<CompoundTag> *enderItemsList); ListTag<CompoundTag> *createTag(); bool stillValid(shared_ptr<Player> player); void startOpen(); void stopOpen(); + bool canPlaceItem(int slot, shared_ptr<ItemInstance> item); };
\ No newline at end of file |
