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/cpw/mods/fml/common/StartupQuery.html | 358 ++++++++++++++++++++++++++ 1 file changed, 358 insertions(+) create mode 100644 javadoc/cpw/mods/fml/common/StartupQuery.html (limited to 'javadoc/cpw/mods/fml/common/StartupQuery.html') diff --git a/javadoc/cpw/mods/fml/common/StartupQuery.html b/javadoc/cpw/mods/fml/common/StartupQuery.html new file mode 100644 index 0000000..bb6aab3 --- /dev/null +++ b/javadoc/cpw/mods/fml/common/StartupQuery.html @@ -0,0 +1,358 @@ + + + + + +StartupQuery (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
cpw.mods.fml.common
+

Class StartupQuery

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

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class StartupQuery.AbortedException +
      Exception not being caught by the crash report generation logic.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static voidabort() 
      static booleancheck() 
      static booleanconfirm(java.lang.String text) 
      voidfinish() 
      java.lang.BooleangetResult() 
      java.lang.StringgetText() 
      booleanisSynchronous() 
      static voidnotify(java.lang.String text) 
      static voidreset() 
      voidsetResult(boolean result) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Method Detail

      + + + +
        +
      • +

        confirm

        +
        public static boolean confirm(java.lang.String text)
        +
      • +
      + + + +
        +
      • +

        notify

        +
        public static void notify(java.lang.String text)
        +
      • +
      + + + +
        +
      • +

        abort

        +
        public static void abort()
        +
      • +
      + + + +
        +
      • +

        reset

        +
        public static void reset()
        +
      • +
      + + + +
        +
      • +

        check

        +
        public static boolean check()
        +
      • +
      + + + +
        +
      • +

        getResult

        +
        public java.lang.Boolean getResult()
        +
      • +
      + + + +
        +
      • +

        setResult

        +
        public void setResult(boolean result)
        +
      • +
      + + + +
        +
      • +

        getText

        +
        public java.lang.String getText()
        +
      • +
      + + + +
        +
      • +

        isSynchronous

        +
        public boolean isSynchronous()
        +
      • +
      + + + +
        +
      • +

        finish

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