From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../server/management/PlayerProfileCache.html | 370 +++++++++++++++++++++ 1 file changed, 370 insertions(+) create mode 100644 javadoc/net/minecraft/server/management/PlayerProfileCache.html (limited to 'javadoc/net/minecraft/server/management/PlayerProfileCache.html') diff --git a/javadoc/net/minecraft/server/management/PlayerProfileCache.html b/javadoc/net/minecraft/server/management/PlayerProfileCache.html new file mode 100644 index 0000000..e00d731 --- /dev/null +++ b/javadoc/net/minecraft/server/management/PlayerProfileCache.html @@ -0,0 +1,370 @@ + + + + + +PlayerProfileCache (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.server.management
+

Class PlayerProfileCache

+
+
+ +
+
    +
  • +
    +
    +
    public class PlayerProfileCache
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static java.text.SimpleDateFormatfield_152659_a 
      protected com.google.gson.Gsonfield_152660_b 
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidfunc_152649_a(com.mojang.authlib.GameProfile p_152649_1_) 
      com.mojang.authlib.GameProfilefunc_152652_a(java.util.UUID p_152652_1_) 
      java.lang.String[]func_152654_a() 
      com.mojang.authlib.GameProfilefunc_152655_a(java.lang.String p_152655_1_) 
      voidfunc_152657_b() 
      voidfunc_152658_c() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        field_152659_a

        +
        public static final java.text.SimpleDateFormat field_152659_a
        +
      • +
      + + + +
        +
      • +

        field_152660_b

        +
        protected final com.google.gson.Gson field_152660_b
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PlayerProfileCache

        +
        public PlayerProfileCache(MinecraftServer p_i1171_1_,
        +                  java.io.File p_i1171_2_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        func_152649_a

        +
        public void func_152649_a(com.mojang.authlib.GameProfile p_152649_1_)
        +
      • +
      + + + +
        +
      • +

        func_152655_a

        +
        public com.mojang.authlib.GameProfile func_152655_a(java.lang.String p_152655_1_)
        +
      • +
      + + + +
        +
      • +

        func_152654_a

        +
        public java.lang.String[] func_152654_a()
        +
      • +
      + + + +
        +
      • +

        func_152652_a

        +
        public com.mojang.authlib.GameProfile func_152652_a(java.util.UUID p_152652_1_)
        +
      • +
      + + + +
        +
      • +

        func_152657_b

        +
        public void func_152657_b()
        +
      • +
      + + + +
        +
      • +

        func_152658_c

        +
        public void func_152658_c()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3