From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- javadoc/cpw/mods/fml/common/StartupQuery.html | 358 -------------------------- 1 file changed, 358 deletions(-) delete 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 deleted file mode 100644 index bb6aab3..0000000 --- a/javadoc/cpw/mods/fml/common/StartupQuery.html +++ /dev/null @@ -1,358 +0,0 @@ - - - - - -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