Package com.velocitypowered.api.util
Class GameProfile.Property
- java.lang.Object
-
- com.velocitypowered.api.util.GameProfile.Property
-
- Enclosing class:
- GameProfile
public static final class GameProfile.Property extends java.lang.Object
Represents a Mojang profile property. Just likeGameProfile
, this class is immutable.
-
-
Constructor Summary
Constructors Constructor Description Property(java.lang.String name, java.lang.String value, java.lang.String signature)
Creates a profile property entry.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
java.lang.String
getSignature()
java.lang.String
getValue()
java.lang.String
toString()
-