December 2014 files
This commit is contained in:
@@ -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);
|
||||
};
|
||||
Reference in New Issue
Block a user