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(
::Actor& actor) ;
63 virtual void stopOpen(
::Actor& actor) ;
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);
112 MCFOLD
int $getContainerSize()
const;
114 MCFOLD ::Container* $getContainer();
116 MCFOLD ::Container
const* $getContainer()
const;
118 MCAPI ::ItemStack
const& $getItem(
int slot)
const;
120 MCAPI
void $setItem(
int modelSlot,
::ItemStack const& item);
122 MCFOLD
int $getMaxStackSize()
const;
124 MCAPI ::std::string $getName()
const;
126 MCFOLD
void $startOpen(
::Actor& actor);
128 MCFOLD
void $stopOpen(
::Actor& actor);
134 MCFOLD
void $onMove();
136 MCAPI
void $serverInitItemStackIds(
139 ::std::function<
void(
int,
::ItemStack const&)> onNetIdChanged
142 MCFOLD ::std::unique_ptr<::BlockActorDataPacket> $_getUpdatePacket(
::BlockSource& region);
Definition SaveContext.h:5