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