35 ::ll::TypedStorage<8, 24, ::std::vector<uint64>> mRecencyOrderedIndexes;
36 ::ll::TypedStorage<8, 24, ::std::vector<::std::pair<::CraftingContainer, ::std::vector<::ItemInstance>>>>
60 ::ll::TypedStorage<4, 4, ::std::bitset<9>> mDisabledSlots;
61 ::ll::TypedStorage<8, 48, ::CrafterBlockActor::LruCache> mCraftedRecipesCache;
62 ::ll::TypedStorage<4, 4, int> mTicksLeftInCraftingState;
68 virtual ::std::string getName() const ;
70 virtual
bool canPushInItem(
int slot,
int, ::
ItemStack const& item) const ;
72 virtual
bool isSlotDisabled(
int slot) const ;
96 MCAPI static ::
std::vector<::
Recipe const*>
105 MCAPI ::
std::
string $getName() const;
107 MCAPI
bool $canPushInItem(
int slot,
int, ::
ItemStack const& item) const;
109 MCAPI
bool $isSlotDisabled(
int slot) const;
127 MCAPI static
void** $vftableForRandomizableBlockActorContainerBase();
129 MCAPI static
void** $vftableForContainer();
Definition SaveContext.h:5