From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- javadoc/net/minecraft/realms/Realms.html | 410 +++++++++++++++++++++++++++++++ 1 file changed, 410 insertions(+) create mode 100644 javadoc/net/minecraft/realms/Realms.html (limited to 'javadoc/net/minecraft/realms/Realms.html') diff --git a/javadoc/net/minecraft/realms/Realms.html b/javadoc/net/minecraft/realms/Realms.html new file mode 100644 index 0000000..5e33560 --- /dev/null +++ b/javadoc/net/minecraft/realms/Realms.html @@ -0,0 +1,410 @@ + + + + + +Realms (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.realms
+

Class Realms

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

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Realms() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static intadventureId() 
      static intcreativeId() 
      static longcurrentTimeMillis() 
      static java.lang.StringgetGameDirectoryPath() 
      static java.lang.StringgetName() 
      static java.net.ProxygetProxy() 
      static java.lang.StringgetSessionId() 
      static booleanisTouchScreen() 
      static java.lang.StringsessionId() 
      static voidsetScreen(RealmsScreen p_setScreen_0_) 
      static intsurvivalId() 
      static java.lang.StringuserName() 
      static java.lang.StringuuidToName(java.lang.String p_uuidToName_0_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        Realms

        +
        public Realms()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isTouchScreen

        +
        public static boolean isTouchScreen()
        +
      • +
      + + + +
        +
      • +

        getProxy

        +
        public static java.net.Proxy getProxy()
        +
      • +
      + + + +
        +
      • +

        sessionId

        +
        public static java.lang.String sessionId()
        +
      • +
      + + + +
        +
      • +

        userName

        +
        public static java.lang.String userName()
        +
      • +
      + + + +
        +
      • +

        currentTimeMillis

        +
        public static long currentTimeMillis()
        +
      • +
      + + + +
        +
      • +

        getSessionId

        +
        public static java.lang.String getSessionId()
        +
      • +
      + + + +
        +
      • +

        getName

        +
        public static java.lang.String getName()
        +
      • +
      + + + +
        +
      • +

        uuidToName

        +
        public static java.lang.String uuidToName(java.lang.String p_uuidToName_0_)
        +
      • +
      + + + +
        +
      • +

        setScreen

        +
        public static void setScreen(RealmsScreen p_setScreen_0_)
        +
      • +
      + + + +
        +
      • +

        getGameDirectoryPath

        +
        public static java.lang.String getGameDirectoryPath()
        +
      • +
      + + + +
        +
      • +

        survivalId

        +
        public static int survivalId()
        +
      • +
      + + + +
        +
      • +

        creativeId

        +
        public static int creativeId()
        +
      • +
      + + + +
        +
      • +

        adventureId

        +
        public static int adventureId()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3