Uses of Class
com.destroystokyo.paper.profile.ProfileProperty
Packages that use ProfileProperty
-
Uses of ProfileProperty in com.destroystokyo.paper.event.profile
Methods in com.destroystokyo.paper.event.profile that return types with arguments of type ProfilePropertyModifier and TypeMethodDescriptionPreLookupProfileEvent.getProfileProperties()
FillProfileEvent.getProperties()
Same as .getPlayerProfile().getProperties()Method parameters in com.destroystokyo.paper.event.profile with type arguments of type ProfilePropertyModifier and TypeMethodDescriptionvoid
PreLookupProfileEvent.addProfileProperties
(@NotNull Set<ProfileProperty> properties) Adds any properties currently missing to the prepopulated properties set, replacing any that already were set.void
PreLookupProfileEvent.setProfileProperties
(@NotNull Set<ProfileProperty> properties) Clears any existing prepopulated 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
Methods in com.destroystokyo.paper.profile that return types with arguments of type ProfilePropertyMethods in com.destroystokyo.paper.profile with parameters of type ProfilePropertyModifier and TypeMethodDescriptiondefault boolean
PlayerProfile.removeProperty
(@NotNull ProfileProperty property) Removes a specific property from this profilevoid
PlayerProfile.setProperty
(@NotNull ProfileProperty property) Sets a property.Method parameters in com.destroystokyo.paper.profile with type arguments of type ProfilePropertyModifier and TypeMethodDescriptiondefault boolean
PlayerProfile.removeProperties
(@NotNull Collection<ProfileProperty> properties) Removes all properties in the collectionvoid
PlayerProfile.setProperties
(@NotNull Collection<ProfileProperty> properties) Sets multiple properties.