20 ::ll::TypedStorage<8, 32, ::std::string> mDestination;
21 ::ll::TypedStorage<2, 2, ushort> mDestinationPort;
22 ::ll::TypedStorage<1, 1, bool> mReloadWorld;
26 TransferPacket(std::string
const& dest, ushort port,
bool reloadWorld =
false)
28 mDestinationPort(port),
29 mReloadWorld(reloadWorld) {}
35 virtual ::MinecraftPacketIds getId()
const ;
38 virtual ::std::string getName()
const ;
59 MCAPI ::MinecraftPacketIds $getId()
const;
61 MCAPI ::std::string $getName()
const;