28 ::ll::TypedStorage<8, 1368, ::ItemStack[9]> mItems;
39 virtual int getContainerSize()
const ;
42 virtual ::Container* getContainer() ;
45 virtual ::Container
const* getContainer()
const ;
48 virtual ::ItemStack
const& getItem(
int slot)
const ;
51 virtual void setItem(
int modelSlot,
::ItemStack const& item) ;
54 virtual int getMaxStackSize()
const ;
57 virtual ::std::string getName()
const ;
60 virtual void startOpen(
::Player& player) ;
63 virtual void stopOpen(
::Player& player) ;
72 virtual void onMove() ;
75 virtual void serverInitItemStackIds(
78 ::std::function<
void(
int,
::ItemStack const&)> onNetIdChanged
82 virtual ::std::unique_ptr<::BlockActorDataPacket> _getUpdatePacket(
::BlockSource& region) ;
98 MCAPI
int getRandomSlot(
::Random& random);
106 MCAPI
void* $ctor(
::BlockPos pos, ::BlockActorType type);
118 MCFOLD
int $getContainerSize()
const;
120 MCFOLD ::Container* $getContainer();
122 MCFOLD ::Container
const* $getContainer()
const;
124 MCAPI ::ItemStack
const& $getItem(
int slot)
const;
126 MCAPI
void $setItem(
int modelSlot,
::ItemStack const& item);
128 MCFOLD
int $getMaxStackSize()
const;
130 MCAPI ::std::string $getName()
const;
132 MCFOLD
void $startOpen(
::Player& player);
134 MCFOLD
void $stopOpen(
::Player& player);
140 MCFOLD
void $onMove();
142 MCAPI
void $serverInitItemStackIds(
145 ::std::function<
void(
int,
::ItemStack const&)> onNetIdChanged
148 MCFOLD ::std::unique_ptr<::BlockActorDataPacket> $_getUpdatePacket(
::BlockSource& region);
Definition SaveContext.h:5