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;
65 virtual ::std::string getName() const ;
68 virtual
bool canPushInItem(
int slot,
int, ::
ItemStack const& item) const ;
71 virtual
bool isSlotDisabled(
int slot) const ;
83 virtual ::
std::unique_ptr<::BlockActorDataPacket> _getUpdatePacket(::
BlockSource&) ;
101 MCAPI static ::
std::vector<::
Recipe const*>
110 MCAPI ::
std::
string $getName() const;
112 MCAPI
bool $canPushInItem(
int slot,
int, ::
ItemStack const& item) const;
114 MCAPI
bool $isSlotDisabled(
int slot) const;
122 MCAPI ::
std::unique_ptr<::BlockActorDataPacket> $_getUpdatePacket(::
BlockSource&);
Definition SaveContext.h:5