1#if PROTOCOL_VERSION > 767
21 class RecipeDisplayData;
RecipeDisplay & SetType(const RecipeDisplayDataType type)
DECLARE_READ_WRITE_SERIALIZE
SERIALIZED_FIELD_WITHOUT_GETTER_SETTER(Type, Internal::DiffType< RecipeDisplayDataType, VarInt >)
SERIALIZED_FIELD_WITHOUT_GETTER_SETTER(Data, std::shared_ptr< RecipeDisplayData >)
@ NUM_RECIPE_DISPLAY_DATA_TYPES
Just a simple type wrapper that will store with T1 and serialize as T2 (can be used for Enum/VarInt f...