26 enum class Type : uint {
28 ClearDebugMarkers = 1,
29 AddDebugMarkerCube = 2,
36 ::ll::TypedStorage<8, 32, ::std::string> text;
37 ::ll::TypedStorage<4, 12, ::Vec3> position;
38 ::ll::TypedStorage<4, 16, ::mce::Color> color;
39 ::ll::TypedStorage<8, 8, ::std::chrono::milliseconds> duration;
66 ::ll::TypedStorage<4, 4, ::ClientboundDebugRendererPacket::Type> mType;
67 ::ll::TypedStorage<8, 80, ::std::optional<::ClientboundDebugRendererPacket::DebugMarkerData>> mDebugMarkerData;
78 virtual ::MinecraftPacketIds getId() const ;
81 virtual ::
std::
string getName() const ;
98 ::mce::Color const& color,
99 ::
Vec3 const& position,
100 ::
std::chrono::milliseconds duration
108 $ctor(::
std::
string text, ::mce::Color const& color, ::
Vec3 const& position, ::
std::chrono::milliseconds duration);
120 MCAPI ::MinecraftPacketIds $getId() const;
122 MCAPI ::
std::
string $getName() const;