of
@Contract(value = "_, _, _ -> new", pure = true )
Creates a new game profile with the given name, uuid, and list of profile properties.
Return
a new profile
Parameters
name
the name of the profile
uuid
the UUID of the profile
properties
the list of profile properties
Creates a new game profile with the given name and uuid.
Return
a new profile
Parameters
name
the name of the profile
uuid
the UUID of the profile