Uses of Class
com.destroystokyo.paper.profile.ProfileProperty
-
Uses of ProfileProperty in com.destroystokyo.paper.event.profile
Modifier and TypeMethodDescriptionPreLookupProfileEvent.getProfileProperties()
FillProfileEvent.getProperties()
Same as .getPlayerProfile().getProperties()Modifier and TypeMethodDescriptionvoid
PreLookupProfileEvent.addProfileProperties
(@NotNull Set<ProfileProperty> properties) Adds any properties currently missing to the pre-populated properties set, replacing any that already were set.void
PreLookupProfileEvent.setProfileProperties
(@NotNull Set<ProfileProperty> properties) Clears any existing pre-populated properties and uses the supplied properties Any property in this Set will be automatically prefilled on this Profilevoid
PreFillProfileEvent.setProperties
(@NotNull Collection<ProfileProperty> properties) Sets the properties on the profile, avoiding the call to the Mojang API Same as .getPlayerProfile().setProperties(properties); -
Uses of ProfileProperty in com.destroystokyo.paper.profile
Modifier and TypeMethodDescriptiondefault boolean
PlayerProfile.removeProperty
(@NotNull ProfileProperty property) Removes a specific property from this profilevoid
PlayerProfile.setProperty
(@NotNull ProfileProperty property) Sets a property.Modifier and TypeMethodDescriptiondefault boolean
PlayerProfile.removeProperties
(@NotNull Collection<ProfileProperty> properties) Removes all properties in the collectionvoid
PlayerProfile.setProperties
(@NotNull Collection<ProfileProperty> properties) Sets multiple properties.