pub fn read_properties(
buf: &mut impl Buf,
) -> Result<Vec<ProfileProperty>, ProtocolError>Expand description
Read a game profile’s properties array from the Minecraft protocol format.
§Errors
Returns an error if the data is malformed.
pub fn read_properties(
buf: &mut impl Buf,
) -> Result<Vec<ProfileProperty>, ProtocolError>Read a game profile’s properties array from the Minecraft protocol format.
Returns an error if the data is malformed.