35 ::ll::TypedStorage<8, 24, ::std::vector<uint64>> mRecencyOrderedIndexes;
36 ::ll::TypedStorage<8, 24, ::std::vector<::std::pair<::CraftingContainer, ::std::vector<::ItemInstance>>>>
56 ::ll::TypedStorage<4, 4, ::std::bitset<9>> mDisabledSlots;
57 ::ll::TypedStorage<8, 48, ::CrafterBlockActor::LruCache> mCraftedRecipesCache;
58 ::ll::TypedStorage<4, 4, int> mTicksLeftInCraftingState;
64 virtual ::std::string getName() const ;
66 virtual
bool canPushInItem(
int slot,
int, ::
ItemStack const& item) const ;
68 virtual
bool isSlotDisabled(
int slot) const ;
92 MCAPI static ::
std::vector<::
Recipe const*>
101 MCAPI ::
std::
string $getName() const;
103 MCAPI
bool $canPushInItem(
int slot,
int, ::
ItemStack const& item) const;
105 MCAPI
bool $isSlotDisabled(
int slot) const;
Definition SaveContext.h:5