Botcraft 1.21.10
Loading...
Searching...
No Matches
DebugSubscription.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 772 /* > 1.21.8 */
2#pragma once
3
5
6#include <memory>
7#include <optional>
8
9namespace ProtocolCraft
10{
32
33 class DebugSubscriptionData;
34
48
61}
62#endif
SERIALIZED_FIELD_WITHOUT_GETTER_SETTER(DataType, DebugSubscriptionDataType)
SERIALIZED_FIELD_WITHOUT_GETTER_SETTER(Data, std::shared_ptr< DebugSubscriptionData >)
DebugSubscriptionEvent & SetDataType(const DebugSubscriptionDataType data_type_)
SERIALIZED_FIELD_WITHOUT_GETTER_SETTER(DataType, DebugSubscriptionDataType)
DebugSubscriptionUpdate & SetDataType(const DebugSubscriptionDataType data_type_)
SERIALIZED_FIELD_WITHOUT_GETTER_SETTER(Data, std::optional< std::shared_ptr< DebugSubscriptionData > >)
DebugSubscriptionUpdate & SetDataTypeNoData(const DebugSubscriptionDataType data_type_)