#include <ClientboundLoginPacket.hpp>
|
| SERIALIZED_FIELD (PlayerId, int) |
|
| SERIALIZED_FIELD (Hardcore, bool) |
|
| SERIALIZED_FIELD (Levels, std::vector< Identifier >) |
|
| SERIALIZED_FIELD (MaxPlayers, VarInt) |
|
| SERIALIZED_FIELD (ChunkRadius, VarInt) |
|
| SERIALIZED_FIELD (SimulationDistance, VarInt) |
|
| SERIALIZED_FIELD (ReducedDebugInfo, bool) |
|
| SERIALIZED_FIELD (ShowDeathScreen, bool) |
|
| SERIALIZED_FIELD (DoLimitedCrafting, bool) |
|
| SERIALIZED_FIELD (CommonPlayerSpawnInfo, ProtocolCraft::CommonPlayerSpawnInfo) |
|
| SERIALIZED_FIELD (EnforceSecureChat, bool) |
|
virtual | ~BaseMessage () override |
|
virtual int | GetId () const override |
|
virtual std::string_view | GetName () const override |
|
virtual | ~Message () |
|
virtual void | Write (WriteContainer &container) const override |
|
void | Dispatch (Handler *handler) |
|
virtual | ~NetworkType () |
|
virtual void | Read (ReadIterator &iter, size_t &length) |
|
virtual Json::Value | Serialize () const |
|
|
static constexpr std::string_view | packet_name = "Login" |
|
Definition at line 15 of file ClientboundLoginPacket.hpp.
◆ SERIALIZED_FIELD() [1/11]
ProtocolCraft::ClientboundLoginPacket::SERIALIZED_FIELD |
( |
ChunkRadius |
, |
|
|
VarInt |
|
|
) |
| |
◆ SERIALIZED_FIELD() [2/11]
◆ SERIALIZED_FIELD() [3/11]
ProtocolCraft::ClientboundLoginPacket::SERIALIZED_FIELD |
( |
DoLimitedCrafting |
, |
|
|
bool |
|
|
) |
| |
◆ SERIALIZED_FIELD() [4/11]
ProtocolCraft::ClientboundLoginPacket::SERIALIZED_FIELD |
( |
EnforceSecureChat |
, |
|
|
bool |
|
|
) |
| |
◆ SERIALIZED_FIELD() [5/11]
ProtocolCraft::ClientboundLoginPacket::SERIALIZED_FIELD |
( |
Hardcore |
, |
|
|
bool |
|
|
) |
| |
◆ SERIALIZED_FIELD() [6/11]
ProtocolCraft::ClientboundLoginPacket::SERIALIZED_FIELD |
( |
Levels |
, |
|
|
std::vector< Identifier > |
|
|
) |
| |
◆ SERIALIZED_FIELD() [7/11]
ProtocolCraft::ClientboundLoginPacket::SERIALIZED_FIELD |
( |
MaxPlayers |
, |
|
|
VarInt |
|
|
) |
| |
◆ SERIALIZED_FIELD() [8/11]
ProtocolCraft::ClientboundLoginPacket::SERIALIZED_FIELD |
( |
PlayerId |
, |
|
|
int |
|
|
) |
| |
◆ SERIALIZED_FIELD() [9/11]
ProtocolCraft::ClientboundLoginPacket::SERIALIZED_FIELD |
( |
ReducedDebugInfo |
, |
|
|
bool |
|
|
) |
| |
◆ SERIALIZED_FIELD() [10/11]
ProtocolCraft::ClientboundLoginPacket::SERIALIZED_FIELD |
( |
ShowDeathScreen |
, |
|
|
bool |
|
|
) |
| |
◆ SERIALIZED_FIELD() [11/11]
ProtocolCraft::ClientboundLoginPacket::SERIALIZED_FIELD |
( |
SimulationDistance |
, |
|
|
VarInt |
|
|
) |
| |
◆ DECLARE_READ_WRITE_SERIALIZE
ProtocolCraft::ClientboundLoginPacket::DECLARE_READ_WRITE_SERIALIZE |
◆ packet_name
constexpr std::string_view ProtocolCraft::ClientboundLoginPacket::packet_name = "Login" |
|
staticconstexpr |
The documentation for this class was generated from the following file: