Class WhitelistEntry


  • public class WhitelistEntry
    extends UserListEntry<com.mojang.authlib.GameProfile>
    • Constructor Summary

      Constructors 
      Constructor Description
      WhitelistEntry​(com.google.gson.JsonObject p_i1130_1_)  
      WhitelistEntry​(com.mojang.authlib.GameProfile p_i1129_1_)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private static com.mojang.authlib.GameProfile createGameProfile​(com.google.gson.JsonObject p_152646_0_)  
      protected void serialize​(com.google.gson.JsonObject p_152641_1_)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WhitelistEntry

        public WhitelistEntry​(com.mojang.authlib.GameProfile p_i1129_1_)
      • WhitelistEntry

        public WhitelistEntry​(com.google.gson.JsonObject p_i1130_1_)
    • Method Detail

      • serialize

        protected void serialize​(com.google.gson.JsonObject p_152641_1_)
        Specified by:
        serialize in class UserListEntry<com.mojang.authlib.GameProfile>
      • createGameProfile

        private static com.mojang.authlib.GameProfile createGameProfile​(com.google.gson.JsonObject p_152646_0_)