23 ::ll::TypedStorage<1, 1, ::BlockActorType> mBlockActorType;
28 ChestContainerManagerModel();
33 virtual ~ChestContainerManagerModel() =
default;
35 virtual bool isValid(
float pickRange) ;
37 virtual ::ContainerScreenContext _postInit() ;
45 MCAPI ChestContainerManagerModel(
46 ::ContainerID containerId,
49 ::BlockActorType blockActorType
52 MCAPI_C
void fireItemAcquiredEvent(
::ItemInstance const& itemInstance,
int count);
61 $ctor(::ContainerID containerId,
::Player& player,
::BlockPos const& blockPos, ::BlockActorType blockActorType);
67 MCAPI
bool $isValid(
float pickRange);
69 MCAPI ::ContainerScreenContext $_postInit();
Definition ContainerScreenContext.h:17