class Rosegold::ProtocolState
- Rosegold::ProtocolState
- Reference
- Object
Defined in:
rosegold/packets/packet.crConstant Summary
-
HANDSHAKING =
ProtocolState.new("HANDSHAKING")
-
LOGIN =
ProtocolState.new("LOGIN")
-
PLAY =
ProtocolState.new("PLAY")
-
STATUS =
ProtocolState.new("STATUS")
Constructors
Class Method Summary
Instance Method Summary
- #clientbound : Hash(UInt8, Rosegold::Clientbound::Packet.class)
- #name : String
- #register(packet : Clientbound::Packet.class)
- #register(packet : Serverbound::Packet.class)
- #serverbound : Hash(UInt8, Rosegold::Serverbound::Packet.class)