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 --- .../fml/common/eventhandler/SubscribeEvent.html | 219 --------------------- 1 file changed, 219 deletions(-) delete mode 100644 javadoc/cpw/mods/fml/common/eventhandler/SubscribeEvent.html (limited to 'javadoc/cpw/mods/fml/common/eventhandler/SubscribeEvent.html') diff --git a/javadoc/cpw/mods/fml/common/eventhandler/SubscribeEvent.html b/javadoc/cpw/mods/fml/common/eventhandler/SubscribeEvent.html deleted file mode 100644 index 3b8dde8..0000000 --- a/javadoc/cpw/mods/fml/common/eventhandler/SubscribeEvent.html +++ /dev/null @@ -1,219 +0,0 @@ - - - - - -SubscribeEvent (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.eventhandler
-

Annotation Type SubscribeEvent

-
-
-
-
    -
  • -
    -
    -
    @Retention(value=RUNTIME)
    -@Target(value=METHOD)
    -public @interface SubscribeEvent
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Element Detail

      - - - -
        -
      • -

        priority

        -
        public abstract EventPriority priority
        -
        -
        Default:
        -
        cpw.mods.fml.common.eventhandler.EventPriority.NORMAL
        -
        -
      • -
      - - - -
        -
      • -

        receiveCanceled

        -
        public abstract boolean receiveCanceled
        -
        -
        Default:
        -
        false
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3