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()
Deprecated, for removal: This API element is subject to removal in a future version.This event is only called for UUID lookups, properties set here will be ignored.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) Deprecated, for removal: This API element is subject to removal in a future version.This event is only called for UUID lookups, properties set here will be ignored.void
PreLookupProfileEvent.setProfileProperties
(Set<ProfileProperty> properties) Deprecated, for removal: This API element is subject to removal in a future version.This event is only called for UUID lookups, properties set here will be ignored.void
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 ProfilePropertyModifier and TypeMethodDescription@Unmodifiable Collection
<ProfileProperty> ResolvableProfile.properties()
Methods 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.