Botcraft 1.21.4
Loading...
Searching...
No Matches
ClientboundAddExperienceOrbPacket.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace ProtocolCraft
6{
7 class ClientboundAddExperienceOrbPacket : public BaseMessage<ClientboundAddExperienceOrbPacket>
8 {
9 public:
10 static constexpr std::string_view packet_name = "Add Experience Orb";
11
13 SERIALIZED_FIELD(X, double);
14 SERIALIZED_FIELD(Y, double);
15 SERIALIZED_FIELD(Z, double);
16 SERIALIZED_FIELD(Value, short);
17
19 };
20} //ProtocolCraft