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<4, 4, ::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,
94 ::SharedTypes::Legacy::ContainerType containerType,
95 ::BlockActorType blockActorType,
96 ::ContainerID containerId,
115 MCNAPI ::ItemStack
const&
$getSlot(
int slot)
const;
Definition ContainerScreenContext.h:17
MCAPI void * $ctor(::HashedString const &recipeTag, ::SharedTypes::Legacy::ContainerType containerType, ::BlockActorType blockActorType, ::ContainerID containerId, ::Player &player, ::BlockPos const &blockPos)
MCAPI FurnaceContainerManagerModel(::HashedString const &recipeTag, ::SharedTypes::Legacy::ContainerType containerType, ::BlockActorType blockActorType, ::ContainerID containerId, ::Player &player, ::BlockPos const &blockPos)