Uses of Interface
net.kyori.adventure.text.object.PlayerHeadObjectContents.ProfileProperty
Packages that use PlayerHeadObjectContents.ProfileProperty
-
Uses of PlayerHeadObjectContents.ProfileProperty in net.kyori.adventure.text.object
Methods in net.kyori.adventure.text.object that return PlayerHeadObjectContents.ProfilePropertyModifier and TypeMethodDescriptionCreates a profile property with the given value and no signature.Creates a profile property with the given value and signature.Methods in net.kyori.adventure.text.object that return types with arguments of type PlayerHeadObjectContents.ProfilePropertyModifier and TypeMethodDescription@Unmodifiable List<PlayerHeadObjectContents.ProfileProperty> PlayerHeadObjectContents.profileProperties()Gets the profile properties for the player.Methods in net.kyori.adventure.text.object with parameters of type PlayerHeadObjectContents.ProfilePropertyModifier and TypeMethodDescriptionPlayerHeadObjectContents.Builder.profileProperty(PlayerHeadObjectContents.ProfileProperty property) Sets a profile property.Method parameters in net.kyori.adventure.text.object with type arguments of type PlayerHeadObjectContents.ProfilePropertyModifier and TypeMethodDescriptionPlayerHeadObjectContents.Builder.profileProperties(Collection<? extends PlayerHeadObjectContents.ProfileProperty> properties) Sets multiple profile properties.