DECLARE_READ_WRITE_SERIALIZE | ProtocolCraft::AdvancementDisplay | private |
DEFINE_CONDITION(HasBackgroundTexture, GetFlags() &0x01) | ProtocolCraft::AdvancementDisplay | private |
GETTER(BackgroundTexture) | ProtocolCraft::AdvancementDisplay | private |
Read(ReadIterator &iter, size_t &length) | ProtocolCraft::NetworkType | inlinevirtual |
ReadImpl(ReadIterator &iter, size_t &length)=0 | ProtocolCraft::NetworkType | protectedpure virtual |
Serialize() const | ProtocolCraft::NetworkType | inlinevirtual |
SERIALIZED_FIELD(Title, Chat) | ProtocolCraft::AdvancementDisplay | private |
SERIALIZED_FIELD(Description, Chat) | ProtocolCraft::AdvancementDisplay | private |
SERIALIZED_FIELD(Icon, Slot) | ProtocolCraft::AdvancementDisplay | private |
SERIALIZED_FIELD(FrameType, VarInt) | ProtocolCraft::AdvancementDisplay | private |
SERIALIZED_FIELD(Flags, int) | ProtocolCraft::AdvancementDisplay | private |
SERIALIZED_FIELD(XCoord, float) | ProtocolCraft::AdvancementDisplay | private |
SERIALIZED_FIELD(YCoord, float) | ProtocolCraft::AdvancementDisplay | private |
SERIALIZED_FIELD_WITHOUT_GETTER_SETTER(BackgroundTexture, Internal::Conditioned< Identifier, &AdvancementDisplay::HasBackgroundTexture >) | ProtocolCraft::AdvancementDisplay | private |
SerializeImpl() const =0 | ProtocolCraft::NetworkType | protectedpure virtual |
SetBackgroundTexture(const std::optional< Identifier > &BackgroundTexture_) | ProtocolCraft::AdvancementDisplay | inline |
Write(WriteContainer &container) const | ProtocolCraft::NetworkType | inlinevirtual |
WriteImpl(WriteContainer &container) const =0 | ProtocolCraft::NetworkType | protectedpure virtual |
~NetworkType() | ProtocolCraft::NetworkType | inlinevirtual |