|
BaseContainerMenu & | operator= (BaseContainerMenu const &) |
|
| BaseContainerMenu (BaseContainerMenu const &) |
|
virtual void | removeSlot (int, int)=0 |
|
virtual bool | isSlotDirty (int slot) |
|
virtual bool | isResultSlot (int slot) |
|
virtual void | containerContentChanged (int slot) |
|
virtual void | serverInitItemStackIds ()=0 |
|
virtual ::std::vector<::ItemStack > | getItemCopies () const =0 |
|
virtual void | setSlot (int, ::ItemStack const &, bool)=0 |
|
virtual::ItemStack const & | getSlot (int) const =0 |
|
virtual void | setData (int id, int value) |
|
virtual::ContainerID | getContainerId () const |
|
virtual void | setContainerId (::ContainerID id) |
|
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 | broadcastChanges () |
|
virtual::Container * | _getContainer () const =0 |
|
MCAPI | BaseContainerMenu (::Player &player, ::SharedTypes::Legacy::ContainerType containerType) |
|
MCAPI void | _saveLastSlots (::Container *container) |
|
MCAPI void * | $ctor (::Player &player, ::SharedTypes::Legacy::ContainerType containerType) |
|
MCAPI void | $dtor () |
|
MCFOLD bool | $isSlotDirty (int slot) |
|
MCFOLD bool | $isResultSlot (int slot) |
|
MCFOLD void | $containerContentChanged (int slot) |
|
MCFOLD void | $setData (int id, int value) |
|
MCFOLD::ContainerID | $getContainerId () const |
|
MCAPI void | $setContainerId (::ContainerID id) |
|
MCFOLD::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 | $broadcastChanges () |
|
virtual void | setFullContainerSlot (int, ::FullContainerName const &, ::ItemStack const &, bool)=0 |
|
virtual::ItemStack const & | getFullContainerSlot (int, ::FullContainerName const &) const =0 |
|