Enum hematite_server::packet::NextState
[−]
[src]
pub enum NextState { Status, Login, }
Variants
Status | |
Login |
Trait Implementations
impl Protocol for NextState
Encodes the NextState
based on the values in the Handshake
packet.
Only intended for encoding Status
and Login
states.