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 --- .../net/minecraftforge/common/MinecraftForge.html | 375 --------------------- 1 file changed, 375 deletions(-) delete mode 100644 javadoc/net/minecraftforge/common/MinecraftForge.html (limited to 'javadoc/net/minecraftforge/common/MinecraftForge.html') diff --git a/javadoc/net/minecraftforge/common/MinecraftForge.html b/javadoc/net/minecraftforge/common/MinecraftForge.html deleted file mode 100644 index f304d82..0000000 --- a/javadoc/net/minecraftforge/common/MinecraftForge.html +++ /dev/null @@ -1,375 +0,0 @@ - - - - - -MinecraftForge (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraftforge.common
-

Class MinecraftForge

-
-
- -
-
    -
  • -
    -
    -
    public class MinecraftForge
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      static EventBusEVENT_BUS -
      The core Forge EventBusses, all events for Forge will be fired on these, - you should use this to register all your listeners.
      -
      static java.lang.StringMC_VERSION 
      static EventBusORE_GEN_BUS 
      static EventBusTERRAIN_GEN_BUS 
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      MinecraftForge() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static voidaddGrassSeed(ItemStack seed, - int weight) -
      Register a new seed to be dropped when breaking tall grass.
      -
      static java.lang.StringgetBrandingVersion() 
      static voidinitialize() -
      Method invoked by FML before any other mods are loaded.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Field Detail

      - - - -
        -
      • -

        EVENT_BUS

        -
        public static final EventBus EVENT_BUS
        -
        The core Forge EventBusses, all events for Forge will be fired on these, - you should use this to register all your listeners. - This replaces every register*Handler() function in the old version of Forge. - TERRAIN_GEN_BUS for terrain gen events - ORE_GEN_BUS for ore gen events - EVENT_BUS for everything else
        -
      • -
      - - - -
        -
      • -

        TERRAIN_GEN_BUS

        -
        public static final EventBus TERRAIN_GEN_BUS
        -
      • -
      - - - -
        -
      • -

        ORE_GEN_BUS

        -
        public static final EventBus ORE_GEN_BUS
        -
      • -
      - - - - -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MinecraftForge

        -
        public MinecraftForge()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        addGrassSeed

        -
        public static void addGrassSeed(ItemStack seed,
        -                int weight)
        -
        Register a new seed to be dropped when breaking tall grass.
        -
        Parameters:
        seed - The item to drop as a seed.
        weight - The relative probability of the seeds, - where wheat seeds are 10.
        -
      • -
      - - - -
        -
      • -

        initialize

        -
        public static void initialize()
        -
        Method invoked by FML before any other mods are loaded.
        -
      • -
      - - - -
        -
      • -

        getBrandingVersion

        -
        public static java.lang.String getBrandingVersion()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3