Uses of Class
net.joseplay.allianceutils.api.playerProfile.entity.PlayerProfile
Packages that use PlayerProfile
Package
Description
-
Uses of PlayerProfile in net.joseplay.allianceutils.api.playerProfile.data
Methods in net.joseplay.allianceutils.api.playerProfile.data that return PlayerProfileModifier and TypeMethodDescription@NotNull PlayerProfileDeprecated.Retorna apenas SNAPSHOT (somente leitura)@NotNull PlayerProfilePlayerProfileManager.getSnapshot(@NotNull UUID uuid) Returns an immutable snapshot of the player's profile.Method parameters in net.joseplay.allianceutils.api.playerProfile.data with type arguments of type PlayerProfileModifier and TypeMethodDescriptionvoidPlayerProfileManager.modify(@NotNull UUID uuid, @NotNull Consumer<PlayerProfile> modifier) Applies a mutation to the player's profile in a thread-safe manner. -
Uses of PlayerProfile in net.joseplay.allianceutils.api.playerProfile.entity
Methods in net.joseplay.allianceutils.api.playerProfile.entity that return PlayerProfile