Uses of Class
com.velocitypowered.api.util.GameProfile.Property
Packages that use GameProfile.Property
Package
Description
Provides an interface to interact with the proxy at a low level.
Provides a selection of miscellaneous utilities for use by plugins and the proxy.
-
Uses of GameProfile.Property in com.velocitypowered.api.proxy
Methods in com.velocitypowered.api.proxy that return types with arguments of type GameProfile.PropertyModifier and TypeMethodDescriptionPlayer.getGameProfileProperties()
Gets the player's profile properties.Method parameters in com.velocitypowered.api.proxy with type arguments of type GameProfile.PropertyModifier and TypeMethodDescriptionvoid
Player.setGameProfileProperties
(List<GameProfile.Property> properties) Sets the player's profile properties. -
Uses of GameProfile.Property in com.velocitypowered.api.util
Methods in com.velocitypowered.api.util that return types with arguments of type GameProfile.PropertyModifier and TypeMethodDescriptionGameProfile.getProperties()
Returns an immutable list of profile properties associated with this profile.Methods in com.velocitypowered.api.util with parameters of type GameProfile.PropertyModifier and TypeMethodDescriptionGameProfile.addProperty
(GameProfile.Property property) Creates a newGameProfile
with the properties of this object plus the specified property.Method parameters in com.velocitypowered.api.util with type arguments of type GameProfile.PropertyModifier and TypeMethodDescriptionGameProfile.addProperties
(Iterable<GameProfile.Property> properties) Creates a newGameProfile
with the properties of this object plus the specified properties.GameProfile.withProperties
(List<GameProfile.Property> properties) Creates a newGameProfile
with the specified properties.Constructor parameters in com.velocitypowered.api.util with type arguments of type GameProfile.PropertyModifierConstructorDescriptionGameProfile
(String undashedId, String name, List<GameProfile.Property> properties) Creates a new Mojang game profile.GameProfile
(UUID id, String name, List<GameProfile.Property> properties) Creates a new Mojang game profile.