Botcraft 1.21.4
Loading...
Searching...
No Matches
RecipeDisplay.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 767 /* > 1.21.1 */
2#pragma once
3
5
6#include <memory>
7
8namespace ProtocolCraft
9{
20
21 class RecipeDisplayData;
22
36}
37#endif
RecipeDisplay & SetType(const RecipeDisplayDataType type)
SERIALIZED_FIELD_WITHOUT_GETTER_SETTER(Type, Internal::DiffType< RecipeDisplayDataType, VarInt >)
SERIALIZED_FIELD_WITHOUT_GETTER_SETTER(Data, std::shared_ptr< RecipeDisplayData >)
Just a simple type wrapper that will store with T1 and serialize as T2 (can be used for Enum/VarInt f...
Definition Templates.hpp:72