Skip to main content

read_properties

Function read_properties 

Source
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.