|
Botcraft 1.21.10
|
#include <HashedSlot.hpp>
Public Member Functions | |
| HashedSlot ()=default | |
| HashedSlot (const Slot &slot) | |
| SERIALIZED_FIELD (ActualItem, std::optional< HashedSlotActualItem >) | |
Public Member Functions inherited from ProtocolCraft::NetworkType | |
| virtual | ~NetworkType () |
| virtual void | Read (ReadIterator &iter, size_t &length) |
| virtual void | Write (WriteContainer &container) const |
| virtual Json::Value | Serialize () const |
Public Attributes | |
| DECLARE_READ_WRITE_SERIALIZE | |
Additional Inherited Members | |
Protected Member Functions inherited from ProtocolCraft::NetworkType | |
| virtual void | ReadImpl (ReadIterator &iter, size_t &length)=0 |
| virtual void | WriteImpl (WriteContainer &container) const =0 |
| virtual Json::Value | SerializeImpl () const =0 |
Definition at line 21 of file HashedSlot.hpp.
|
default |
|
inline |
Definition at line 26 of file HashedSlot.hpp.
References ProtocolCraft::Slot::IsEmptySlot().
| ProtocolCraft::HashedSlot::SERIALIZED_FIELD | ( | ActualItem | , |
| std::optional< HashedSlotActualItem > | |||
| ) |
| ProtocolCraft::HashedSlot::DECLARE_READ_WRITE_SERIALIZE |
Definition at line 43 of file HashedSlot.hpp.