|
virtual ::std::vector<::ItemStack > | getItemCopies () const |
|
virtual void | setSlot (int slot, ::ItemStack const &item, bool fromNetwork) |
|
virtual::ItemStack const & | getSlot (int slot) const |
|
virtual void | setData (int id, int value) |
|
virtual bool | isValid (float pickRange) |
|
virtual void | broadcastChanges () |
|
virtual::ContainerScreenContext | _postInit () |
|
MCAPI | MaterialReducerContainerManagerModel (::ContainerID containerId, ::Player &player, ::BlockPos const &blockPos) |
|
MCAPI void * | $ctor (::ContainerID containerId, ::Player &player, ::BlockPos const &blockPos) |
|
MCAPI ::std::vector<::ItemStack > | $getItemCopies () const |
|
MCAPI void | $setSlot (int slot, ::ItemStack const &item, bool fromNetwork) |
|
MCAPI::ItemStack const & | $getSlot (int slot) const |
|
MCAPI void | $setData (int id, int value) |
|
MCAPI bool | $isValid (float pickRange) |
|
MCAPI void | $broadcastChanges () |
|
MCAPI::ContainerScreenContext | $_postInit () |
|
virtual bool | tick () |
|
virtual::ContainerID | getContainerId () const |
|
virtual void | setContainerId (::ContainerID) |
|
virtual::SharedTypes::Legacy::ContainerType | getContainerType () const |
|
virtual void | setContainerType (::SharedTypes::Legacy::ContainerType type) |
|
virtual::Bedrock::PubSub::Subscription | registerContainerTypeListener (::std::function< void(::SharedTypes::Legacy::ContainerType)> callback) const |
|
virtual void | debitPlayerLevels (int levels) |
|
virtual bool | isCreativeMode () const |
|
virtual bool | isClientSide () const |
|
virtual bool | isServerAuthoritative () const |
|
virtual void | serverInitItemStackIds () |
|
virtual void | setFullContainerSlot (int slot, ::FullContainerName const &name, ::ItemStack const &item, bool) |
|
virtual::ItemStack const & | getFullContainerSlot (int slot, ::FullContainerName const &name) const |
|
MCAPI void | _addContainer (::std::shared_ptr<::ContainerModel > containerModel) |
|
MCAPI bool | _isPlayerInRangeOfPosition (::BlockPos const &blockPos, float pickRange) const |
|
MCAPI void | addDynamicContainer (::std::shared_ptr<::ContainerModel > model) |
|
MCAPI void | postInit () |
|
MCAPI void * | $ctor (::ContainerID containerId, ::Player &player) |
|
MCAPI void | $dtor () |
|
MCAPI bool | $tick () |
|
MCAPI::SharedTypes::Legacy::ContainerType | $getContainerType () const |
|
MCAPI void | $setContainerType (::SharedTypes::Legacy::ContainerType type) |
|
MCAPI::Bedrock::PubSub::Subscription | $registerContainerTypeListener (::std::function< void(::SharedTypes::Legacy::ContainerType)> callback) const |
|
MCAPI void | $debitPlayerLevels (int levels) |
|
MCAPI bool | $isCreativeMode () const |
|
MCAPI bool | $isClientSide () const |
|
MCAPI bool | $isServerAuthoritative () const |
|
MCAPI void | $serverInitItemStackIds () |
|
MCAPI void | $setFullContainerSlot (int slot, ::FullContainerName const &name, ::ItemStack const &item, bool) |
|
MCAPI::ItemStack const & | $getFullContainerSlot (int slot, ::FullContainerName const &name) const |
|
|
::ll::TypedStorage< 4, 12, ::BlockPos > | mBlockPos |
|
::ll::TypedStorage< 8, 8, ::gsl::not_null<::std::unique_ptr<::PlayerContainerRefresher > > > | mContainerRefresher |
|
::ll::TypedStorage< 8, 16, ::gsl::not_null<::std::shared_ptr<::DynamicContainerTracker > > > | mDynamicContainerTracker |
|
::ll::TypedStorage< 8, 16, ::WeakRef<::IContainerRegistryAccess > > | mRegistryAccess |
|
::ll::TypedStorage< 8, 8, ::Player & > | mPlayer |
|
::ll::TypedStorage< 8, 24, ::std::vector<::ItemStack > > | mLastSlots |
|
::ll::TypedStorage< 1, 1, ::ContainerID > | mContainerId |
|
::ll::TypedStorage< 1, 1, ::SharedTypes::Legacy::ContainerType > | mContainerType |
|
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::Bedrock::PubSub::Publisher< void(::SharedTypes::Legacy::ContainerType), ::Bedrock::PubSub::ThreadModel::SingleThreaded, 0 > > > | mContainerTypeSubscribers |
|
::ll::TypedStorage< 8, 64, ::std::unordered_map<::ContainerManagerController const *, ::std::function< void(::ContainerManagerModel &)> > > | mInformControllerOfDestructionCallbacks |
|
::ll::TypedStorage< 8, 40, ::ContainerScreenContext > | mScreenContext |
|
::ll::TypedStorage< 8, 64, ::std::unordered_map<::std::string, ::std::shared_ptr<::ContainerModel > > > | mContainers |
|
::ll::TypedStorage< 8, 128, ::Bedrock::PubSub::Publisher< void(), ::Bedrock::PubSub::ThreadModel::MultiThreaded, 0 > > | mOnDynamicContainerChangePublisher |
|