62 ::ll::TypedStorage<4, 4, ::std::bitset<9>> mDisabledSlots;
63 ::ll::TypedStorage<8, 48, ::CrafterBlockActor::LruCache> mCraftedRecipesCache;
64 ::ll::TypedStorage<4, 4, int> mTicksLeftInCraftingState;
71 virtual ::std::string getName() const ;
74 virtual
bool canPushInItem(
int slot,
int, ::
ItemStack const& item) const ;
77 virtual
bool isSlotDisabled(
int slot) const ;
109 MCAPI static ::
std::vector<::
Recipe const*>
130 MCAPI ::
std::
string $getName() const;
132 MCAPI
bool $canPushInItem(
int slot,
int, ::
ItemStack const& item) const;
134 MCAPI
bool $isSlotDisabled(
int slot) const;
150 MCAPI static
void** $vftableForRandomizableBlockActorContainerBase();
152 MCAPI static
void** $vftableForContainer();
Definition SaveContext.h:5