#include <AdvancementDisplay.hpp>
|
| DEFINE_CONDITION (HasBackgroundTexture, GetFlags() &0x01) |
|
| SERIALIZED_FIELD (Title, Chat) |
|
| SERIALIZED_FIELD (Description, Chat) |
|
| SERIALIZED_FIELD (Icon, Slot) |
|
| SERIALIZED_FIELD (FrameType, VarInt) |
|
| SERIALIZED_FIELD (Flags, int) |
|
| SERIALIZED_FIELD_WITHOUT_GETTER_SETTER (BackgroundTexture, Internal::Conditioned< Identifier, &AdvancementDisplay::HasBackgroundTexture >) |
|
| SERIALIZED_FIELD (XCoord, float) |
|
| SERIALIZED_FIELD (YCoord, float) |
|
| GETTER (BackgroundTexture) |
|
Definition at line 10 of file AdvancementDisplay.hpp.
◆ DEFINE_CONDITION()
ProtocolCraft::AdvancementDisplay::DEFINE_CONDITION |
( |
HasBackgroundTexture |
, |
|
|
GetFlags() & |
0x01 |
|
) |
| |
|
private |
◆ GETTER()
ProtocolCraft::AdvancementDisplay::GETTER |
( |
BackgroundTexture |
| ) |
|
|
private |
◆ SERIALIZED_FIELD() [1/7]
ProtocolCraft::AdvancementDisplay::SERIALIZED_FIELD |
( |
Description |
, |
|
|
Chat |
|
|
) |
| |
|
private |
◆ SERIALIZED_FIELD() [2/7]
ProtocolCraft::AdvancementDisplay::SERIALIZED_FIELD |
( |
Flags |
, |
|
|
int |
|
|
) |
| |
|
private |
◆ SERIALIZED_FIELD() [3/7]
ProtocolCraft::AdvancementDisplay::SERIALIZED_FIELD |
( |
FrameType |
, |
|
|
VarInt |
|
|
) |
| |
|
private |
◆ SERIALIZED_FIELD() [4/7]
ProtocolCraft::AdvancementDisplay::SERIALIZED_FIELD |
( |
Icon |
, |
|
|
Slot |
|
|
) |
| |
|
private |
◆ SERIALIZED_FIELD() [5/7]
ProtocolCraft::AdvancementDisplay::SERIALIZED_FIELD |
( |
Title |
, |
|
|
Chat |
|
|
) |
| |
|
private |
◆ SERIALIZED_FIELD() [6/7]
ProtocolCraft::AdvancementDisplay::SERIALIZED_FIELD |
( |
XCoord |
, |
|
|
float |
|
|
) |
| |
|
private |
◆ SERIALIZED_FIELD() [7/7]
ProtocolCraft::AdvancementDisplay::SERIALIZED_FIELD |
( |
YCoord |
, |
|
|
float |
|
|
) |
| |
|
private |
◆ SERIALIZED_FIELD_WITHOUT_GETTER_SETTER()
ProtocolCraft::AdvancementDisplay::SERIALIZED_FIELD_WITHOUT_GETTER_SETTER |
( |
BackgroundTexture |
, |
|
|
Internal::Conditioned< Identifier, &AdvancementDisplay::HasBackgroundTexture > |
|
|
) |
| |
|
private |
◆ SetBackgroundTexture()
auto & ProtocolCraft::AdvancementDisplay::SetBackgroundTexture |
( |
const std::optional< Identifier > & |
BackgroundTexture_ | ) |
|
|
inline |
◆ DECLARE_READ_WRITE_SERIALIZE
ProtocolCraft::AdvancementDisplay::DECLARE_READ_WRITE_SERIALIZE |
|
private |
The documentation for this class was generated from the following file: