Botcraft
1.21.10
Loading...
Searching...
No Matches
DebugSubscriptionDataHiveInfo.hpp
Go to the documentation of this file.
1
#if PROTOCOL_VERSION > 772
/* > 1.21.8 */
2
#pragma once
3
4
#include "
protocolCraft/Types/Debug/DebugSubscriptionData.hpp
"
5
6
namespace
ProtocolCraft
7
{
8
class
DebugSubscriptionDataHiveInfo
:
public
DebugSubscriptionData
9
{
10
SERIALIZED_FIELD
(Type,
VarInt
);
11
SERIALIZED_FIELD
(OccupantCount,
VarInt
);
12
SERIALIZED_FIELD
(HoneyLevel,
VarInt
);
13
SERIALIZED_FIELD
(Sedated,
bool
);
14
15
DECLARE_READ_WRITE_SERIALIZE
;
16
};
17
}
18
#endif
DebugSubscriptionData.hpp
ProtocolCraft::DebugSubscriptionDataHiveInfo
Definition
DebugSubscriptionDataHiveInfo.hpp:9
ProtocolCraft::DebugSubscriptionDataHiveInfo::DECLARE_READ_WRITE_SERIALIZE
DECLARE_READ_WRITE_SERIALIZE
Definition
DebugSubscriptionDataHiveInfo.hpp:15
ProtocolCraft::DebugSubscriptionDataHiveInfo::SERIALIZED_FIELD
SERIALIZED_FIELD(Sedated, bool)
ProtocolCraft::DebugSubscriptionDataHiveInfo::SERIALIZED_FIELD
SERIALIZED_FIELD(OccupantCount, VarInt)
ProtocolCraft::DebugSubscriptionDataHiveInfo::SERIALIZED_FIELD
SERIALIZED_FIELD(Type, VarInt)
ProtocolCraft::DebugSubscriptionDataHiveInfo::SERIALIZED_FIELD
SERIALIZED_FIELD(HoneyLevel, VarInt)
ProtocolCraft::DebugSubscriptionData
Definition
DebugSubscriptionData.hpp:9
ProtocolCraft
Definition
ItemUtilities.hpp:8
ProtocolCraft::VarType
Definition
Templates.hpp:26
protocolCraft
include
protocolCraft
Types
Debug
DebugSubscriptionDataHiveInfo.hpp
Generated by
1.9.8