34 ::ll::TypedStorage<8, 24, ::std::vector<uint64>> mRecencyOrderedIndexes;
35 ::ll::TypedStorage<8, 24, ::std::vector<::std::pair<::CraftingContainer, ::std::vector<::ItemInstance>>>>
43 ::ll::TypedStorage<4, 4, ::std::bitset<9>> mDisabledSlots;
44 ::ll::TypedStorage<8, 48, ::CrafterBlockActor::LruCache> mCraftedRecipesCache;
45 ::ll::TypedStorage<4, 4, int> mTicksLeftInCraftingState;
51 virtual ::std::string getName() const ;
53 virtual
bool canPushInItem(
int slot,
int, ::
ItemStack const& item) const ;
55 virtual
bool isSlotDisabled(
int slot) const ;
71 MCAPI
void onDisabledSlotToggleRequested(::
BlockSource& region,
int slot,
bool shouldDisable);
73 MCAPI
void setToCraftingVisualState(::
BlockSource& region);
87 MCAPI ::
std::
string $getName() const;
89 MCAPI
bool $canPushInItem(
int slot,
int, ::
ItemStack const& item) const;
91 MCAPI
bool $isSlotDisabled(
int slot) const;
Definition SaveContext.h:5