Skip to main content

Module resolvable_profile

Module resolvable_profile 

Source
Expand description

Vanilla resolvable player profiles used by item components and entity data.

Structsยง

PartialProfile
Profile fields that may still require resolution.
PlayerSkinPatch
Resource-pack skin assets applied over a resolved profile.
ProfileProperties ๐Ÿ”’
Authlib property-map values grouped by first key occurrence.
ProfileProperty
One authlib game-profile property.
ProfilePropertyList ๐Ÿ”’
ResolvableProfile
Profile component with an optional resource-pack skin patch.
StoredGameProfile
Complete authlib profile contents.

Enumsยง

PlayerModelType
Optional resource-pack skin model override.
ResolvableProfileContents
Resolved, partial, or dynamically resolvable profile contents.

Constantsยง

MAX_PLAYER_NAME ๐Ÿ”’
MAX_PROPERTIES ๐Ÿ”’
MAX_PROPERTY_NAME ๐Ÿ”’
MAX_PROPERTY_SIGNATURE ๐Ÿ”’
MAX_PROPERTY_VALUE ๐Ÿ”’

Functionsยง

hash_entries ๐Ÿ”’
insert_properties ๐Ÿ”’
insert_skin_patch ๐Ÿ”’
property_group_end ๐Ÿ”’
push_hash_entry ๐Ÿ”’
push_properties_hash_entry ๐Ÿ”’
push_uuid_hash_entry ๐Ÿ”’
read_full_profile ๐Ÿ”’
read_optional_identifier ๐Ÿ”’
read_optional_identifier_network ๐Ÿ”’
read_partial_profile ๐Ÿ”’
read_properties ๐Ÿ”’
read_properties_network ๐Ÿ”’
read_skin_patch ๐Ÿ”’
read_skin_patch_network ๐Ÿ”’
read_string ๐Ÿ”’
uuid_from_nbt ๐Ÿ”’
uuid_to_nbt ๐Ÿ”’
validate_player_name ๐Ÿ”’
validate_properties ๐Ÿ”’
validate_string ๐Ÿ”’
write_full_profile ๐Ÿ”’
write_partial_profile ๐Ÿ”’
write_partial_profile_fields ๐Ÿ”’
write_properties_network ๐Ÿ”’
write_skin_patch ๐Ÿ”’
write_string ๐Ÿ”’