Class GameProfileWrapper


  • public class GameProfileWrapper
    extends Wrapper
    • Constructor Detail

      • GameProfileWrapper

        public GameProfileWrapper​(java.util.UUID uuid,
                                  java.lang.String name)
      • GameProfileWrapper

        public GameProfileWrapper​(java.lang.Object handle)
      • GameProfileWrapper

        public GameProfileWrapper​(com.google.gson.JsonObject jsonObject)
    • Method Detail

      • getId

        public java.util.UUID getId()
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getPropertiesHandle

        public java.lang.Object getPropertiesHandle()
      • toJson

        public com.google.gson.JsonObject toJson()