pub type ClientControlCodec = ControlCodec<Serverbound, Clientbound>;
Expand description
The ControlCodec used on the client side.
Aliased Typeยง
pub struct ClientControlCodec { /* private fields */ }
pub type ClientControlCodec = ControlCodec<Serverbound, Clientbound>;
The ControlCodec used on the client side.
pub struct ClientControlCodec { /* private fields */ }