26 ::ll::TypedStorage<4, 12, ::BlockPos> mBlockPos;
27 ::ll::TypedStorage<4, 4, int> mLastTickCount;
28 ::ll::TypedStorage<4, 4, int> mLastLitTime;
29 ::ll::TypedStorage<4, 4, int> mLastLitDuration;
30 ::ll::TypedStorage<4, 4, int> mLastStoredXP;
31 ::ll::TypedStorage<4, 4, int> mLastInputId;
32 ::ll::TypedStorage<4, 4, int> mLastInputAux;
33 ::ll::TypedStorage<8, 32, ::std::string> mLastOutputName;
34 ::ll::TypedStorage<4, 4, int> mLastResultDisplayId;
35 ::ll::TypedStorage<1, 1, ::BlockActorType const> mBlockActorType;
36 ::ll::TypedStorage<1, 1, ::ContainerEnumName const> mIngredientContainerName;
37 ::ll::TypedStorage<8, 48, ::HashedString const> mRecipeTag;
51 virtual ::std::vector<::ItemStack> getItemCopies()
const ;
54 virtual void setSlot(
int slot,
::ItemStack const& item,
bool fromNetwork) ;
57 virtual ::ItemStack
const& getSlot(
int slot)
const ;
60 virtual void setData(
int id,
int value) ;
63 virtual bool isValid(
float pickRange) ;
66 virtual void broadcastChanges() ;
69 virtual ::ContainerScreenContext _postInit() ;
77 ::SharedTypes::Legacy::ContainerType containerType,
78 ::BlockActorType blockActorType,
79 ::ContainerID containerId,
84 MCAPI ::FurnaceBlockActor* _getFurnaceEntity();
86 MCAPI
void _updateResultSlotInfo();
94 ::SharedTypes::Legacy::ContainerType containerType,
95 ::BlockActorType blockActorType,
96 ::ContainerID containerId,
111 MCAPI ::std::vector<::ItemStack> $getItemCopies()
const;
113 MCAPI
void $setSlot(
int slot,
::ItemStack const& item,
bool fromNetwork);
115 MCAPI ::ItemStack
const& $getSlot(
int slot)
const;
117 MCAPI
void $setData(
int id,
int value);
119 MCAPI
bool $isValid(
float pickRange);
121 MCAPI
void $broadcastChanges();
123 MCAPI ::ContainerScreenContext $_postInit();
129 MCAPI
static void** $vftable();
Definition ContainerScreenContext.h:17