Skip to main content

Module player_data_storage

Module player_data_storage 

Source
Expand description

Player data storage for global and domain-scoped player state.

Modulesยง

known_players ๐Ÿ”’
permissions ๐Ÿ”’

Structsยง

AbilitiesFile ๐Ÿ”’
EnderPearlFile ๐Ÿ”’
FilePlayerDataStorage ๐Ÿ”’
GlobalPlayerData
Server-wide player data.
GlobalPlayerDataFile ๐Ÿ”’
PlayerDataFile ๐Ÿ”’
PlayerDataStorage
Manages player data persistence.
RootVehicleFile ๐Ÿ”’
SlotFile ๐Ÿ”’

Enumsยง

PlayerDataStorageBackend ๐Ÿ”’

Constantsยง

GLOBAL_MAGIC ๐Ÿ”’
GLOBAL_PLAYER_DATA_VERSION ๐Ÿ”’
GLOBAL_STORAGE_VERSION ๐Ÿ”’
PLAYER_MAGIC ๐Ÿ”’
PLAYER_STORAGE_VERSION ๐Ÿ”’

Functionsยง

decode_file ๐Ÿ”’
decode_global_file ๐Ÿ”’
decode_player_file ๐Ÿ”’
encode_file ๐Ÿ”’
encode_global_file ๐Ÿ”’
encode_player_file ๐Ÿ”’
item_from_nbt_bytes ๐Ÿ”’
item_to_nbt_bytes ๐Ÿ”’