Botcraft
1.21.4
Loading...
Searching...
No Matches
WithRemainderSlotDisplay.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/SlotDisplayData.hpp
"
5
#include "
protocolCraft/Types/Recipes/SlotDisplay.hpp
"
6
7
namespace
ProtocolCraft
8
{
9
class
WithRemainderSlotDisplay
:
public
SlotDisplayData
10
{
11
SERIALIZED_FIELD
(Input,
SlotDisplay
);
12
SERIALIZED_FIELD
(Remainder,
SlotDisplay
);
13
14
DECLARE_READ_WRITE_SERIALIZE
;
15
};
16
}
17
#endif
SlotDisplayData.hpp
SlotDisplay.hpp
ProtocolCraft::SlotDisplayData
Definition
SlotDisplayData.hpp:9
ProtocolCraft::SlotDisplay
Definition
SlotDisplay.hpp:27
ProtocolCraft::WithRemainderSlotDisplay
Definition
WithRemainderSlotDisplay.hpp:10
ProtocolCraft::WithRemainderSlotDisplay::SERIALIZED_FIELD
SERIALIZED_FIELD(Input, SlotDisplay)
ProtocolCraft::WithRemainderSlotDisplay::DECLARE_READ_WRITE_SERIALIZE
DECLARE_READ_WRITE_SERIALIZE
Definition
WithRemainderSlotDisplay.hpp:14
ProtocolCraft::WithRemainderSlotDisplay::SERIALIZED_FIELD
SERIALIZED_FIELD(Remainder, SlotDisplay)
ProtocolCraft
Definition
ItemUtilities.hpp:8
protocolCraft
include
protocolCraft
Types
Recipes
WithRemainderSlotDisplay.hpp
Generated by
1.9.8