Uses of Class
com.destroystokyo.paper.profile.ProfileProperty
Packages that use ProfileProperty
Package
Description
-
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
(Set<ProfileProperty> properties) Adds any properties currently missing to the pre-populated properties set, replacing any that already were set.void
PreLookupProfileEvent.setProfileProperties
(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
(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
(ProfileProperty property) Removes a specific property from this profilevoid
PlayerProfile.setProperty
(ProfileProperty property) Sets a property.Method parameters in com.destroystokyo.paper.profile with type arguments of type ProfilePropertyModifier and TypeMethodDescriptiondefault boolean
PlayerProfile.removeProperties
(Collection<ProfileProperty> properties) Removes all properties in the collectionvoid
PlayerProfile.setProperties
(Collection<ProfileProperty> properties) Sets multiple properties. -
Uses of ProfileProperty in io.papermc.paper.datacomponent.item
Methods in io.papermc.paper.datacomponent.item that return types with arguments of type ProfilePropertyMethods in io.papermc.paper.datacomponent.item with parameters of type ProfilePropertyModifier and TypeMethodDescriptionResolvableProfile.Builder.addProperty
(ProfileProperty property) Adds a property to this profile.Method parameters in io.papermc.paper.datacomponent.item with type arguments of type ProfilePropertyModifier and TypeMethodDescriptionResolvableProfile.Builder.addProperties
(Collection<ProfileProperty> properties) Adds properties to this profile.