Class UserProfile
java.lang.Object
com.github.retrooper.packetevents.protocol.player.UserProfile
Wrapper for the Player Game Profile.
- Since:
- 1.7
-
Constructor Summary
ConstructorDescriptionUserProfile
(UUID uuid, String name) UserProfile
(UUID uuid, String name, List<TextureProperty> textureProperties) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getUUID()
void
void
setTextureProperties
(List<TextureProperty> textureProperties) void
-
Constructor Details
-
UserProfile
-
UserProfile
-
-
Method Details
-
getUUID
-
setUUID
-
getName
-
setName
-
getTextureProperties
-
setTextureProperties
-