Botcraft
1.21.4
Loading...
Searching...
No Matches
StonecutterRecipeDisplay.hpp
Go to the documentation of this file.
1
#if PROTOCOL_VERSION > 767
/* > 1.21.1 */
2
#pragma once
3
4
#include "
protocolCraft/Types/Recipes/RecipeDisplayData.hpp
"
5
#include "
protocolCraft/Types/Recipes/SlotDisplay.hpp
"
6
7
namespace
ProtocolCraft
8
{
9
class
StonecutterRecipeDisplay
:
public
RecipeDisplayData
10
{
11
SERIALIZED_FIELD
(Input,
SlotDisplay
);
12
SERIALIZED_FIELD
(Result,
SlotDisplay
);
13
SERIALIZED_FIELD
(CraftingStation,
SlotDisplay
);
14
15
DECLARE_READ_WRITE_SERIALIZE
;
16
};
17
}
18
#endif
RecipeDisplayData.hpp
SlotDisplay.hpp
ProtocolCraft::RecipeDisplayData
Definition
RecipeDisplayData.hpp:9
ProtocolCraft::SlotDisplay
Definition
SlotDisplay.hpp:27
ProtocolCraft::StonecutterRecipeDisplay
Definition
StonecutterRecipeDisplay.hpp:10
ProtocolCraft::StonecutterRecipeDisplay::SERIALIZED_FIELD
SERIALIZED_FIELD(Input, SlotDisplay)
ProtocolCraft::StonecutterRecipeDisplay::SERIALIZED_FIELD
SERIALIZED_FIELD(Result, SlotDisplay)
ProtocolCraft::StonecutterRecipeDisplay::DECLARE_READ_WRITE_SERIALIZE
DECLARE_READ_WRITE_SERIALIZE
Definition
StonecutterRecipeDisplay.hpp:15
ProtocolCraft::StonecutterRecipeDisplay::SERIALIZED_FIELD
SERIALIZED_FIELD(CraftingStation, SlotDisplay)
ProtocolCraft
Definition
ItemUtilities.hpp:8
protocolCraft
include
protocolCraft
Types
Recipes
StonecutterRecipeDisplay.hpp
Generated by
1.9.8