mirror of
https://github.com/MCLCE/MinecraftConsoles.git
synced 2026-09-24 22:30:48 +00:00
@@ -7,15 +7,15 @@ class EnderChestTileEntity;
|
||||
class PlayerEnderChestContainer : public SimpleContainer
|
||||
{
|
||||
private:
|
||||
std::shared_ptr<EnderChestTileEntity> activeChest;
|
||||
shared_ptr<EnderChestTileEntity> activeChest;
|
||||
|
||||
public:
|
||||
PlayerEnderChestContainer();
|
||||
|
||||
void setActiveChest(std::shared_ptr<EnderChestTileEntity> activeChest);
|
||||
void setActiveChest(shared_ptr<EnderChestTileEntity> activeChest);
|
||||
void setItemsByTag(ListTag<CompoundTag> *enderItemsList);
|
||||
ListTag<CompoundTag> *createTag();
|
||||
bool stillValid(std::shared_ptr<Player> player);
|
||||
bool stillValid(shared_ptr<Player> player);
|
||||
void startOpen();
|
||||
void stopOpen();
|
||||
};
|
||||
Reference in New Issue
Block a user