32    ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ActorUniqueID>>      mOpenedPlayer;
 
   33    ::ll::TypedStorage<8, 8, ::std::unique_ptr<::LabTableReaction>>   mCurReaction;
 
   34    ::ll::TypedStorage<8, 8, ::std::unique_ptr<::CraftableCompounds>> mCraftableCompounds;
 
   35    ::ll::TypedStorage<8, 1368, ::ItemStack[9]>                       mItems;
 
   36    ::ll::TypedStorage<8, 152, ::ItemStack>                           mPendingReactionOutput;
 
   37    ::ll::TypedStorage<1, 1, bool>                                    mIsTableTypeCached;
 
   38    ::ll::TypedStorage<8, 48, ::HashedString>                         mCachedTableType;
 
   52    virtual ::Container* getContainer() ;
 
   55    virtual ::Container 
const* getContainer() 
const ;
 
   58    virtual ::ItemStack 
const& getItem(
int slot) 
const ;
 
   61    virtual void setItem(
int slot, 
::ItemStack const& item) ;
 
   64    virtual int getMaxStackSize() 
const ;
 
   67    virtual int getContainerSize() 
const ;
 
   70    virtual void startOpen(
::Actor&) ;
 
   73    virtual void stopOpen(
::Actor& actor) ;
 
   88    virtual void serverInitItemStackIds(
 
   91        ::std::function<
void(
int, 
::ItemStack const&)> onNetIdChanged
 
  100    MCAPI ::std::unique_ptr<::LabTableReaction>
 
  101    _createReaction(
::Random& random, ::std::vector<::ItemStack> 
const& consumedInput);
 
  105    MCAPI ::HashedString 
const& _updateType(
::BlockSource& region);
 
  107    MCAPI 
void playerOpenLabTable(
::Player& player);
 
  111    MCAPI 
void serverCombine(
::BlockSource& region, ::std::vector<::ItemStack> 
const& consumedInput);
 
  131    MCFOLD ::Container* $getContainer();
 
  133    MCFOLD ::Container 
const* $getContainer() 
const;
 
  135    MCAPI ::ItemStack 
const& $getItem(
int slot) 
const;
 
  137    MCAPI 
void $setItem(
int slot, 
::ItemStack const& item);
 
  139    MCFOLD 
int $getMaxStackSize() 
const;
 
  141    MCFOLD 
int $getContainerSize() 
const;
 
  143    MCFOLD 
void $startOpen(
::Actor&);
 
  145    MCAPI 
void $stopOpen(
::Actor& actor);
 
  155    MCAPI 
void $serverInitItemStackIds(
 
  158        ::std::function<
void(
int, 
::ItemStack const&)> onNetIdChanged
 
 
Definition SaveContext.h:5