18class PlayerListPacket :
public ::Packet {
22 ::ll::TypedStorage<8, 24, ::std::vector<::PlayerListEntry>> mEntries;
23 ::ll::TypedStorage<1, 1, ::PlayerListPacketType> mAction;
29 virtual ~PlayerListPacket() ;
31 virtual ::MinecraftPacketIds getId()
const ;
33 virtual ::std::string_view getName()
const ;
45 MCAPI PlayerListPacket();
65 MCAPI ::MinecraftPacketIds $getId()
const;
67 MCAPI ::std::string_view $getName()
const;
Definition PlayerListEntry.h:20