|
Botcraft 1.21.10
|
#include <InventoryManager.hpp>
Public Attributes | |
| std::shared_ptr< ProtocolCraft::ServerboundContainerClickPacket > | packet |
| std::map< short, ProtocolCraft::Slot > | changed_slots |
| ProtocolCraft::Slot | carried_item |
Definition at line 26 of file InventoryManager.hpp.
| ProtocolCraft::Slot Botcraft::InventoryTransaction::carried_item |
Definition at line 33 of file InventoryManager.hpp.
Referenced by Botcraft::InventoryManager::ApplyTransactionImpl().
| std::map<short, ProtocolCraft::Slot> Botcraft::InventoryTransaction::changed_slots |
Definition at line 32 of file InventoryManager.hpp.
Referenced by Botcraft::InventoryManager::ApplyTransactionImpl().
| std::shared_ptr<ProtocolCraft::ServerboundContainerClickPacket> Botcraft::InventoryTransaction::packet |
Definition at line 28 of file InventoryManager.hpp.
Referenced by Botcraft::InventoryManager::ApplyTransactionImpl().