18class PlayerLocationPacket :
public ::Packet {
21 enum class Type :
int {
29 ::ll::TypedStorage<4, 4, ::PlayerLocationPacket::Type> mType;
30 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mId;
31 ::ll::TypedStorage<4, 12, ::Vec3> mPos;
37 virtual ::MinecraftPacketIds getId()
const ;
39 virtual ::std::string_view getName()
const ;
49 MCAPI PlayerLocationPacket();
51 MCAPI PlayerLocationPacket(::PlayerLocationPacket::Type type,
::ActorUniqueID const&
id,
::Vec3 const& pos);
65 MCAPI ::MinecraftPacketIds $getId()
const;
67 MCAPI ::std::string_view $getName()
const;