20class SetScorePacket :
public ::Packet {
24 ::ll::TypedStorage<1, 1, ::ScorePacketType> mType;
25 ::ll::TypedStorage<8, 24, ::std::vector<::ScorePacketInfo>> mScoreInfo;
35 virtual ~SetScorePacket() ;
37 virtual ::MinecraftPacketIds getId()
const ;
39 virtual ::std::string getName()
const ;
55 MCAPI static ::SetScorePacket change(::std::vector<::ScorePacketInfo> info);
73 MCAPI ::MinecraftPacketIds $getId()
const;
75 MCAPI ::std::string $getName()
const;