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/event/FMLConstructionEvent.html | 321 --------------- javadoc/cpw/mods/fml/common/event/FMLEvent.html | 271 ------------- .../common/event/FMLFingerprintViolationEvent.html | 319 --------------- .../fml/common/event/FMLInitializationEvent.html | 282 ------------- .../common/event/FMLInterModComms.IMCEvent.html | 289 -------------- .../common/event/FMLInterModComms.IMCMessage.html | 372 ----------------- .../mods/fml/common/event/FMLInterModComms.html | 397 ------------------ .../fml/common/event/FMLLoadCompleteEvent.html | 282 ------------- .../cpw/mods/fml/common/event/FMLLoadEvent.html | 226 ----------- .../event/FMLMissingMappingsEvent.Action.html | 378 ------------------ .../FMLMissingMappingsEvent.MissingMapping.html | 442 --------------------- .../fml/common/event/FMLMissingMappingsEvent.html | 341 ---------------- .../mods/fml/common/event/FMLModDisabledEvent.html | 238 ----------- .../event/FMLModIdMappingEvent.ModRemapping.html | 309 -------------- .../event/FMLModIdMappingEvent.RemapTarget.html | 321 --------------- .../fml/common/event/FMLModIdMappingEvent.html | 297 -------------- .../common/event/FMLPostInitializationEvent.html | 297 -------------- .../common/event/FMLPreInitializationEvent.html | 419 ------------------- .../common/event/FMLServerAboutToStartEvent.html | 295 -------------- .../fml/common/event/FMLServerStartedEvent.html | 282 ------------- .../fml/common/event/FMLServerStartingEvent.html | 308 -------------- .../fml/common/event/FMLServerStoppedEvent.html | 282 ------------- .../fml/common/event/FMLServerStoppingEvent.html | 282 ------------- .../cpw/mods/fml/common/event/FMLStateEvent.html | 283 ------------- .../cpw/mods/fml/common/event/package-frame.html | 44 -- .../cpw/mods/fml/common/event/package-summary.html | 243 ----------- .../cpw/mods/fml/common/event/package-tree.html | 166 -------- 27 files changed, 7986 deletions(-) delete mode 100644 javadoc/cpw/mods/fml/common/event/FMLConstructionEvent.html delete mode 100644 javadoc/cpw/mods/fml/common/event/FMLEvent.html delete mode 100644 javadoc/cpw/mods/fml/common/event/FMLFingerprintViolationEvent.html delete mode 100644 javadoc/cpw/mods/fml/common/event/FMLInitializationEvent.html delete mode 100644 javadoc/cpw/mods/fml/common/event/FMLInterModComms.IMCEvent.html delete mode 100644 javadoc/cpw/mods/fml/common/event/FMLInterModComms.IMCMessage.html delete mode 100644 javadoc/cpw/mods/fml/common/event/FMLInterModComms.html delete mode 100644 javadoc/cpw/mods/fml/common/event/FMLLoadCompleteEvent.html delete mode 100644 javadoc/cpw/mods/fml/common/event/FMLLoadEvent.html delete mode 100644 javadoc/cpw/mods/fml/common/event/FMLMissingMappingsEvent.Action.html delete mode 100644 javadoc/cpw/mods/fml/common/event/FMLMissingMappingsEvent.MissingMapping.html delete mode 100644 javadoc/cpw/mods/fml/common/event/FMLMissingMappingsEvent.html delete mode 100644 javadoc/cpw/mods/fml/common/event/FMLModDisabledEvent.html delete mode 100644 javadoc/cpw/mods/fml/common/event/FMLModIdMappingEvent.ModRemapping.html delete mode 100644 javadoc/cpw/mods/fml/common/event/FMLModIdMappingEvent.RemapTarget.html delete mode 100644 javadoc/cpw/mods/fml/common/event/FMLModIdMappingEvent.html delete mode 100644 javadoc/cpw/mods/fml/common/event/FMLPostInitializationEvent.html delete mode 100644 javadoc/cpw/mods/fml/common/event/FMLPreInitializationEvent.html delete mode 100644 javadoc/cpw/mods/fml/common/event/FMLServerAboutToStartEvent.html delete mode 100644 javadoc/cpw/mods/fml/common/event/FMLServerStartedEvent.html delete mode 100644 javadoc/cpw/mods/fml/common/event/FMLServerStartingEvent.html delete mode 100644 javadoc/cpw/mods/fml/common/event/FMLServerStoppedEvent.html delete mode 100644 javadoc/cpw/mods/fml/common/event/FMLServerStoppingEvent.html delete mode 100644 javadoc/cpw/mods/fml/common/event/FMLStateEvent.html delete mode 100644 javadoc/cpw/mods/fml/common/event/package-frame.html delete mode 100644 javadoc/cpw/mods/fml/common/event/package-summary.html delete mode 100644 javadoc/cpw/mods/fml/common/event/package-tree.html (limited to 'javadoc/cpw/mods/fml/common/event') diff --git a/javadoc/cpw/mods/fml/common/event/FMLConstructionEvent.html b/javadoc/cpw/mods/fml/common/event/FMLConstructionEvent.html deleted file mode 100644 index 2e6925b..0000000 --- a/javadoc/cpw/mods/fml/common/event/FMLConstructionEvent.html +++ /dev/null @@ -1,321 +0,0 @@ - - - - - -FMLConstructionEvent (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.event
-

Class FMLConstructionEvent

-
-
- -
-
    -
  • -
    -
    -
    public class FMLConstructionEvent
    -extends FMLStateEvent
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        FMLConstructionEvent

        -
        public FMLConstructionEvent(java.lang.Object... eventData)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getModClassLoader

        -
        public ModClassLoader getModClassLoader()
        -
      • -
      - - - - - - - -
        -
      • -

        getASMHarvestedData

        -
        public ASMDataTable getASMHarvestedData()
        -
      • -
      - - - -
        -
      • -

        getReverseDependencies

        -
        public com.google.common.collect.ListMultimap<java.lang.String,java.lang.String> getReverseDependencies()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/event/FMLEvent.html b/javadoc/cpw/mods/fml/common/event/FMLEvent.html deleted file mode 100644 index f567ed9..0000000 --- a/javadoc/cpw/mods/fml/common/event/FMLEvent.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - -FMLEvent (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.event
-

Class FMLEvent

-
-
- -
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidapplyModContainer(ModContainer activeContainer) 
      java.lang.StringgetEventType() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        FMLEvent

        -
        public FMLEvent()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getEventType

        -
        public final java.lang.String getEventType()
        -
      • -
      - - - -
        -
      • -

        applyModContainer

        -
        public void applyModContainer(ModContainer activeContainer)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/event/FMLFingerprintViolationEvent.html b/javadoc/cpw/mods/fml/common/event/FMLFingerprintViolationEvent.html deleted file mode 100644 index 1fd6204..0000000 --- a/javadoc/cpw/mods/fml/common/event/FMLFingerprintViolationEvent.html +++ /dev/null @@ -1,319 +0,0 @@ - - - - - -FMLFingerprintViolationEvent (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.event
-

Class FMLFingerprintViolationEvent

-
-
- -
-
    -
  • -
    -
    -
    public class FMLFingerprintViolationEvent
    -extends FMLEvent
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      FMLFingerprintViolationEvent(boolean isDirectory, - java.io.File source, - com.google.common.collect.ImmutableSet<java.lang.String> fingerprints, - java.lang.String expectedFingerprint) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Field Detail

      - - - -
        -
      • -

        isDirectory

        -
        public final boolean isDirectory
        -
      • -
      - - - -
        -
      • -

        fingerprints

        -
        public final java.util.Set<java.lang.String> fingerprints
        -
      • -
      - - - -
        -
      • -

        source

        -
        public final java.io.File source
        -
      • -
      - - - -
        -
      • -

        expectedFingerprint

        -
        public final java.lang.String expectedFingerprint
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        FMLFingerprintViolationEvent

        -
        public FMLFingerprintViolationEvent(boolean isDirectory,
        -                            java.io.File source,
        -                            com.google.common.collect.ImmutableSet<java.lang.String> fingerprints,
        -                            java.lang.String expectedFingerprint)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/event/FMLInitializationEvent.html b/javadoc/cpw/mods/fml/common/event/FMLInitializationEvent.html deleted file mode 100644 index cf5a1aa..0000000 --- a/javadoc/cpw/mods/fml/common/event/FMLInitializationEvent.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - - -FMLInitializationEvent (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.event
-

Class FMLInitializationEvent

-
-
- -
-
    -
  • -
    -
    -
    public class FMLInitializationEvent
    -extends FMLStateEvent
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/event/FMLInterModComms.IMCEvent.html b/javadoc/cpw/mods/fml/common/event/FMLInterModComms.IMCEvent.html deleted file mode 100644 index 9ca59ea..0000000 --- a/javadoc/cpw/mods/fml/common/event/FMLInterModComms.IMCEvent.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - - -FMLInterModComms.IMCEvent (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.event
-

Class FMLInterModComms.IMCEvent

-
-
- -
-
    -
  • -
    -
    Enclosing class:
    -
    FMLInterModComms
    -
    -
    -
    -
    public static class FMLInterModComms.IMCEvent
    -extends FMLEvent
    -
    Subscribe to this event to receive your messages (they are sent between - Init and PostInit)
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/event/FMLInterModComms.IMCMessage.html b/javadoc/cpw/mods/fml/common/event/FMLInterModComms.IMCMessage.html deleted file mode 100644 index 2c44ec5..0000000 --- a/javadoc/cpw/mods/fml/common/event/FMLInterModComms.IMCMessage.html +++ /dev/null @@ -1,372 +0,0 @@ - - - - - -FMLInterModComms.IMCMessage (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.event
-

Class FMLInterModComms.IMCMessage

-
-
- -
-
    -
  • -
    -
    Enclosing class:
    -
    FMLInterModComms
    -
    -
    -
    -
    public static final class FMLInterModComms.IMCMessage
    -extends java.lang.Object
    -
    You will receive an instance of this for each message sent
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        key

        -
        public final java.lang.String key
        -
        This field, and value are both at the mod's discretion
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        getSender

        -
        public java.lang.String getSender()
        -
      • -
      - - - -
        -
      • -

        getStringValue

        -
        public java.lang.String getStringValue()
        -
      • -
      - - - - - - - -
        -
      • -

        getItemStackValue

        -
        public ItemStack getItemStackValue()
        -
      • -
      - - - -
        -
      • -

        getMessageType

        -
        public java.lang.Class<?> getMessageType()
        -
      • -
      - - - -
        -
      • -

        isStringMessage

        -
        public boolean isStringMessage()
        -
      • -
      - - - -
        -
      • -

        isItemStackMessage

        -
        public boolean isItemStackMessage()
        -
      • -
      - - - -
        -
      • -

        isNBTMessage

        -
        public boolean isNBTMessage()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/event/FMLInterModComms.html b/javadoc/cpw/mods/fml/common/event/FMLInterModComms.html deleted file mode 100644 index ccff6d1..0000000 --- a/javadoc/cpw/mods/fml/common/event/FMLInterModComms.html +++ /dev/null @@ -1,397 +0,0 @@ - - - - - -FMLInterModComms (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.event
-

Class FMLInterModComms

-
-
- -
-
    -
  • -
    -
    -
    public class FMLInterModComms
    -extends java.lang.Object
    -
    Simple intermod communications to receive simple messages directed at you - from other mods
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClass and Description
      static class FMLInterModComms.IMCEvent -
      Subscribe to this event to receive your messages (they are sent between - Init and PostInit)
      -
      static class FMLInterModComms.IMCMessage -
      You will receive an instance of this for each message sent
      -
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static com.google.common.collect.ImmutableList<FMLInterModComms.IMCMessage>fetchRuntimeMessages(java.lang.Object forMod) -
      Retrieve any pending runtime messages for the mod
      -
      static booleansendMessage(java.lang.String modId, - java.lang.String key, - ItemStack value) 
      static booleansendMessage(java.lang.String modId, - java.lang.String key, - NBTTagCompound value) 
      static booleansendMessage(java.lang.String modId, - java.lang.String key, - java.lang.String value) 
      static voidsendRuntimeMessage(java.lang.Object sourceMod, - java.lang.String modId, - java.lang.String key, - ItemStack value) 
      static voidsendRuntimeMessage(java.lang.Object sourceMod, - java.lang.String modId, - java.lang.String key, - NBTTagCompound value) 
      static voidsendRuntimeMessage(java.lang.Object sourceMod, - java.lang.String modId, - java.lang.String key, - java.lang.String value) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        FMLInterModComms

        -
        public FMLInterModComms()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        sendMessage

        -
        public static boolean sendMessage(java.lang.String modId,
        -                  java.lang.String key,
        -                  NBTTagCompound value)
        -
      • -
      - - - -
        -
      • -

        sendMessage

        -
        public static boolean sendMessage(java.lang.String modId,
        -                  java.lang.String key,
        -                  ItemStack value)
        -
      • -
      - - - -
        -
      • -

        sendMessage

        -
        public static boolean sendMessage(java.lang.String modId,
        -                  java.lang.String key,
        -                  java.lang.String value)
        -
      • -
      - - - -
        -
      • -

        sendRuntimeMessage

        -
        public static void sendRuntimeMessage(java.lang.Object sourceMod,
        -                      java.lang.String modId,
        -                      java.lang.String key,
        -                      NBTTagCompound value)
        -
      • -
      - - - -
        -
      • -

        sendRuntimeMessage

        -
        public static void sendRuntimeMessage(java.lang.Object sourceMod,
        -                      java.lang.String modId,
        -                      java.lang.String key,
        -                      ItemStack value)
        -
      • -
      - - - -
        -
      • -

        sendRuntimeMessage

        -
        public static void sendRuntimeMessage(java.lang.Object sourceMod,
        -                      java.lang.String modId,
        -                      java.lang.String key,
        -                      java.lang.String value)
        -
      • -
      - - - -
        -
      • -

        fetchRuntimeMessages

        -
        public static com.google.common.collect.ImmutableList<FMLInterModComms.IMCMessage> fetchRuntimeMessages(java.lang.Object forMod)
        -
        Retrieve any pending runtime messages for the mod
        -
        Parameters:
        forMod - The Mod.Instance of the Mod to fetch messages for
        -
        Returns:
        any messages - the collection will never be null
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/event/FMLLoadCompleteEvent.html b/javadoc/cpw/mods/fml/common/event/FMLLoadCompleteEvent.html deleted file mode 100644 index 7b59161..0000000 --- a/javadoc/cpw/mods/fml/common/event/FMLLoadCompleteEvent.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - - -FMLLoadCompleteEvent (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.event
-

Class FMLLoadCompleteEvent

-
-
- -
-
    -
  • -
    -
    -
    public class FMLLoadCompleteEvent
    -extends FMLStateEvent
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/event/FMLLoadEvent.html b/javadoc/cpw/mods/fml/common/event/FMLLoadEvent.html deleted file mode 100644 index 7e30ad2..0000000 --- a/javadoc/cpw/mods/fml/common/event/FMLLoadEvent.html +++ /dev/null @@ -1,226 +0,0 @@ - - - - - -FMLLoadEvent (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.event
-

Class FMLLoadEvent

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

      Constructor Summary

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

      Method Summary

      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        FMLLoadEvent

        -
        public FMLLoadEvent()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/event/FMLMissingMappingsEvent.Action.html b/javadoc/cpw/mods/fml/common/event/FMLMissingMappingsEvent.Action.html deleted file mode 100644 index c3e8ab0..0000000 --- a/javadoc/cpw/mods/fml/common/event/FMLMissingMappingsEvent.Action.html +++ /dev/null @@ -1,378 +0,0 @@ - - - - - -FMLMissingMappingsEvent.Action (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.event
-

Enum FMLMissingMappingsEvent.Action

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<FMLMissingMappingsEvent.Action>
    -
    -
    -
    Enclosing class:
    -
    FMLMissingMappingsEvent
    -
    -
    -
    -
    public static enum FMLMissingMappingsEvent.Action
    -extends java.lang.Enum<FMLMissingMappingsEvent.Action>
    -
    Actions you can take with this missing mapping. -
      -
    • IGNORE means this missing mapping will be ignored. -
    • WARN means this missing mapping will generate a warning. -
    • FAIL means this missing mapping will prevent the world from loading. -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - - - - - - - -
      Enum Constants 
      Enum Constant and Description
      DEFAULT -
      Take the default action
      -
      FAIL -
      Fail to load
      -
      IGNORE -
      Ignore this missing mapping.
      -
      REMAP -
      Remap this name to a new name (add a migration mapping)
      -
      WARN -
      Generate a warning but allow loading to continue
      -
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static FMLMissingMappingsEvent.ActionvalueOf(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static FMLMissingMappingsEvent.Action[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static FMLMissingMappingsEvent.Action[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (FMLMissingMappingsEvent.Action c : FMLMissingMappingsEvent.Action.values())
        -    System.out.println(c);
        -
        -
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static FMLMissingMappingsEvent.Action valueOf(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        Parameters:
        name - the name of the enum constant to be returned.
        -
        Returns:
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/event/FMLMissingMappingsEvent.MissingMapping.html b/javadoc/cpw/mods/fml/common/event/FMLMissingMappingsEvent.MissingMapping.html deleted file mode 100644 index 4227927..0000000 --- a/javadoc/cpw/mods/fml/common/event/FMLMissingMappingsEvent.MissingMapping.html +++ /dev/null @@ -1,442 +0,0 @@ - - - - - -FMLMissingMappingsEvent.MissingMapping (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.event
-

Class FMLMissingMappingsEvent.MissingMapping

-
-
- -
-
    -
  • -
    -
    Enclosing class:
    -
    FMLMissingMappingsEvent
    -
    -
    -
    -
    public static class FMLMissingMappingsEvent.MissingMapping
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      intid 
      java.lang.Stringname 
      GameRegistry.Typetype 
      -
    • -
    - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidfail() -
      Prevent the world from loading due to the missing item.
      -
      FMLMissingMappingsEvent.ActiongetAction() 
      java.lang.ObjectgetTarget() 
      voidignore() -
      Ignore the missing item.
      -
      voidremap(Block target) -
      Remap the missing item to the specified Block.
      -
      voidremap(Item target) -
      Remap the missing item to the specified Item.
      -
      voidsetAction(FMLMissingMappingsEvent.Action target) -
      Deprecated.  -
      use ignore(), warn(), fail() or remap() instead
      -
      -
      voidwarn() -
      Warn the user about the missing item.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Field Detail

      - - - - - - - -
        -
      • -

        name

        -
        public final java.lang.String name
        -
      • -
      - - - -
        -
      • -

        id

        -
        public final int id
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        FMLMissingMappingsEvent.MissingMapping

        -
        public FMLMissingMappingsEvent.MissingMapping(java.lang.String name,
        -                                      int id)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        setAction

        -
        @Deprecated
        -public void setAction(FMLMissingMappingsEvent.Action target)
        -
        Deprecated. use ignore(), warn(), fail() or remap() instead
        -
      • -
      - - - -
        -
      • -

        ignore

        -
        public void ignore()
        -
        Ignore the missing item.
        -
      • -
      - - - -
        -
      • -

        warn

        -
        public void warn()
        -
        Warn the user about the missing item.
        -
      • -
      - - - -
        -
      • -

        fail

        -
        public void fail()
        -
        Prevent the world from loading due to the missing item.
        -
      • -
      - - - -
        -
      • -

        remap

        -
        public void remap(Block target)
        -
        Remap the missing item to the specified Block. - - Use this if you have renamed a Block, don't forget to handle the ItemBlock. - Existing references using the old name will point to the new one.
        -
        Parameters:
        target - Block to remap to.
        -
      • -
      - - - -
        -
      • -

        remap

        -
        public void remap(Item target)
        -
        Remap the missing item to the specified Item. - - Use this if you have renamed an Item. - Existing references using the old name will point to the new one.
        -
        Parameters:
        target - Item to remap to.
        -
      • -
      - - - - - - - -
        -
      • -

        getTarget

        -
        public java.lang.Object getTarget()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/event/FMLMissingMappingsEvent.html b/javadoc/cpw/mods/fml/common/event/FMLMissingMappingsEvent.html deleted file mode 100644 index d36da0a..0000000 --- a/javadoc/cpw/mods/fml/common/event/FMLMissingMappingsEvent.html +++ /dev/null @@ -1,341 +0,0 @@ - - - - - -FMLMissingMappingsEvent (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.event
-

Class FMLMissingMappingsEvent

-
-
- -
-
    -
  • -
    -
    -
    public class FMLMissingMappingsEvent
    -extends FMLEvent
    -
    This event is fired if a world is loaded that has block and item mappings referring the mod that are not - in existence. - These can be remapped to other existing objects, or simply discarded. - Use get() and getAll() to process this event.
    -
  • -
-
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        get

        -
        public java.util.List<FMLMissingMappingsEvent.MissingMapping> get()
        -
        Get the list of missing mappings for the active mod. - - Process the list entries by calling ignore(), warn(), fail() or remap() on each entry.
        -
        Returns:
        list of missing mappings
        -
      • -
      - - - -
        -
      • -

        getAll

        -
        public java.util.List<FMLMissingMappingsEvent.MissingMapping> getAll()
        -
        Get the list of missing mappings for all mods. - - Only use this if you need to handle mod id changes, e.g. if you renamed your mod or - split/merge into/from multiple mods. - - Process the list entries by calling ignore(), warn(), fail() or remap() on each entry you - want to handle.
        -
        Returns:
        list of missing mappings
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/event/FMLModDisabledEvent.html b/javadoc/cpw/mods/fml/common/event/FMLModDisabledEvent.html deleted file mode 100644 index ba4cd95..0000000 --- a/javadoc/cpw/mods/fml/common/event/FMLModDisabledEvent.html +++ /dev/null @@ -1,238 +0,0 @@ - - - - - -FMLModDisabledEvent (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.event
-

Class FMLModDisabledEvent

-
-
- -
-
    -
  • -
    -
    -
    public class FMLModDisabledEvent
    -extends FMLEvent
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        FMLModDisabledEvent

        -
        public FMLModDisabledEvent()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/event/FMLModIdMappingEvent.ModRemapping.html b/javadoc/cpw/mods/fml/common/event/FMLModIdMappingEvent.ModRemapping.html deleted file mode 100644 index b07c576..0000000 --- a/javadoc/cpw/mods/fml/common/event/FMLModIdMappingEvent.ModRemapping.html +++ /dev/null @@ -1,309 +0,0 @@ - - - - - -FMLModIdMappingEvent.ModRemapping (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.event
-

Class FMLModIdMappingEvent.ModRemapping

-
-
- -
-
    -
  • -
    -
    Enclosing class:
    -
    FMLModIdMappingEvent
    -
    -
    -
    -
    public class FMLModIdMappingEvent.ModRemapping
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - - - - - -
      -
    • - - -

      Method Summary

      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        FMLModIdMappingEvent.ModRemapping

        -
        public FMLModIdMappingEvent.ModRemapping(int oldId,
        -                                 int newId,
        -                                 java.lang.String tag)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/event/FMLModIdMappingEvent.RemapTarget.html b/javadoc/cpw/mods/fml/common/event/FMLModIdMappingEvent.RemapTarget.html deleted file mode 100644 index e107632..0000000 --- a/javadoc/cpw/mods/fml/common/event/FMLModIdMappingEvent.RemapTarget.html +++ /dev/null @@ -1,321 +0,0 @@ - - - - - -FMLModIdMappingEvent.RemapTarget (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.event
-

Enum FMLModIdMappingEvent.RemapTarget

-
-
- -
- -
-
-
    -
  • - -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - -
      Enum Constants 
      Enum Constant and Description
      BLOCK 
      ITEM 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static FMLModIdMappingEvent.RemapTargetvalueOf(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static FMLModIdMappingEvent.RemapTarget[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static FMLModIdMappingEvent.RemapTarget[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (FMLModIdMappingEvent.RemapTarget c : FMLModIdMappingEvent.RemapTarget.values())
        -    System.out.println(c);
        -
        -
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static FMLModIdMappingEvent.RemapTarget valueOf(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        Parameters:
        name - the name of the enum constant to be returned.
        -
        Returns:
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/event/FMLModIdMappingEvent.html b/javadoc/cpw/mods/fml/common/event/FMLModIdMappingEvent.html deleted file mode 100644 index be10ed3..0000000 --- a/javadoc/cpw/mods/fml/common/event/FMLModIdMappingEvent.html +++ /dev/null @@ -1,297 +0,0 @@ - - - - - -FMLModIdMappingEvent (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.event
-

Class FMLModIdMappingEvent

-
-
- -
-
    -
  • -
    -
    -
    public class FMLModIdMappingEvent
    -extends FMLEvent
    -
  • -
-
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        FMLModIdMappingEvent

        -
        public FMLModIdMappingEvent(java.util.Map<java.lang.String,java.lang.Integer[]> mappings)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/event/FMLPostInitializationEvent.html b/javadoc/cpw/mods/fml/common/event/FMLPostInitializationEvent.html deleted file mode 100644 index 50d18a7..0000000 --- a/javadoc/cpw/mods/fml/common/event/FMLPostInitializationEvent.html +++ /dev/null @@ -1,297 +0,0 @@ - - - - - -FMLPostInitializationEvent (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.event
-

Class FMLPostInitializationEvent

-
-
- -
-
    -
  • -
    -
    -
    public class FMLPostInitializationEvent
    -extends FMLStateEvent
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        FMLPostInitializationEvent

        -
        public FMLPostInitializationEvent(java.lang.Object... data)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        buildSoftDependProxy

        -
        public java.lang.Object buildSoftDependProxy(java.lang.String modId,
        -                                    java.lang.String className)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/event/FMLPreInitializationEvent.html b/javadoc/cpw/mods/fml/common/event/FMLPreInitializationEvent.html deleted file mode 100644 index dd74212..0000000 --- a/javadoc/cpw/mods/fml/common/event/FMLPreInitializationEvent.html +++ /dev/null @@ -1,419 +0,0 @@ - - - - - -FMLPreInitializationEvent (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.event
-

Class FMLPreInitializationEvent

-
-
- -
-
    -
  • -
    -
    -
    public class FMLPreInitializationEvent
    -extends FMLStateEvent
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        FMLPreInitializationEvent

        -
        public FMLPreInitializationEvent(java.lang.Object... data)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - - - - - - - - - -
        -
      • -

        getSourceFile

        -
        public java.io.File getSourceFile()
        -
      • -
      - - - -
        -
      • -

        getModMetadata

        -
        public ModMetadata getModMetadata()
        -
      • -
      - - - -
        -
      • -

        getModConfigurationDirectory

        -
        public java.io.File getModConfigurationDirectory()
        -
      • -
      - - - -
        -
      • -

        getSuggestedConfigurationFile

        -
        public java.io.File getSuggestedConfigurationFile()
        -
      • -
      - - - - - - - -
        -
      • -

        getVersionProperties

        -
        public java.util.Properties getVersionProperties()
        -
      • -
      - - - -
        -
      • -

        getModLog

        -
        public org.apache.logging.log4j.Logger getModLog()
        -
        Get a logger instance configured to write to the FML Log as a parent, identified by modid. Handy for mod logging! - Configurations can be applied through the config/logging.properties file, specifying logging levels - for your ModID. Use this!
        -
        Returns:
        A logger
        -
      • -
      - - - -
        -
      • -

        getFMLSigningCertificates

        -
        @Deprecated
        -public java.security.cert.Certificate[] getFMLSigningCertificates()
        -
        Deprecated. 
        -
        Retrieve the FML signing certificates, if any. Validate these against the - published FML certificates in your mod, if you wish. - - Deprecated because mods should NOT trust this code. Rather - they should copy this, or something like this, into their own mods.
        -
        Returns:
        Certificates used to sign FML and Forge
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/event/FMLServerAboutToStartEvent.html b/javadoc/cpw/mods/fml/common/event/FMLServerAboutToStartEvent.html deleted file mode 100644 index 6cf624f..0000000 --- a/javadoc/cpw/mods/fml/common/event/FMLServerAboutToStartEvent.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - -FMLServerAboutToStartEvent (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.event
-

Class FMLServerAboutToStartEvent

-
-
- -
-
    -
  • -
    -
    -
    public class FMLServerAboutToStartEvent
    -extends FMLStateEvent
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/event/FMLServerStartedEvent.html b/javadoc/cpw/mods/fml/common/event/FMLServerStartedEvent.html deleted file mode 100644 index efc0ee4..0000000 --- a/javadoc/cpw/mods/fml/common/event/FMLServerStartedEvent.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - - -FMLServerStartedEvent (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.event
-

Class FMLServerStartedEvent

-
-
- -
-
    -
  • -
    -
    -
    public class FMLServerStartedEvent
    -extends FMLStateEvent
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/event/FMLServerStartingEvent.html b/javadoc/cpw/mods/fml/common/event/FMLServerStartingEvent.html deleted file mode 100644 index a0a2031..0000000 --- a/javadoc/cpw/mods/fml/common/event/FMLServerStartingEvent.html +++ /dev/null @@ -1,308 +0,0 @@ - - - - - -FMLServerStartingEvent (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.event
-

Class FMLServerStartingEvent

-
-
- -
-
    -
  • -
    -
    -
    public class FMLServerStartingEvent
    -extends FMLStateEvent
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/event/FMLServerStoppedEvent.html b/javadoc/cpw/mods/fml/common/event/FMLServerStoppedEvent.html deleted file mode 100644 index cb5f16d..0000000 --- a/javadoc/cpw/mods/fml/common/event/FMLServerStoppedEvent.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - - -FMLServerStoppedEvent (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.event
-

Class FMLServerStoppedEvent

-
-
- -
-
    -
  • -
    -
    -
    public class FMLServerStoppedEvent
    -extends FMLStateEvent
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/event/FMLServerStoppingEvent.html b/javadoc/cpw/mods/fml/common/event/FMLServerStoppingEvent.html deleted file mode 100644 index 10449dc..0000000 --- a/javadoc/cpw/mods/fml/common/event/FMLServerStoppingEvent.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - - -FMLServerStoppingEvent (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.event
-

Class FMLServerStoppingEvent

-
-
- -
-
    -
  • -
    -
    -
    public class FMLServerStoppingEvent
    -extends FMLStateEvent
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/event/FMLStateEvent.html b/javadoc/cpw/mods/fml/common/event/FMLStateEvent.html deleted file mode 100644 index c8f1051..0000000 --- a/javadoc/cpw/mods/fml/common/event/FMLStateEvent.html +++ /dev/null @@ -1,283 +0,0 @@ - - - - - -FMLStateEvent (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.event
-

Class FMLStateEvent

-
-
- - -
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      FMLStateEvent(java.lang.Object... data) 
      -
    • -
    - - -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        FMLStateEvent

        -
        public FMLStateEvent(java.lang.Object... data)
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/event/package-frame.html b/javadoc/cpw/mods/fml/common/event/package-frame.html deleted file mode 100644 index ca65fba..0000000 --- a/javadoc/cpw/mods/fml/common/event/package-frame.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - -cpw.mods.fml.common.event (Forge API) - - - - -

cpw.mods.fml.common.event

-
-

Classes

- -

Enums

- -
- - diff --git a/javadoc/cpw/mods/fml/common/event/package-summary.html b/javadoc/cpw/mods/fml/common/event/package-summary.html deleted file mode 100644 index 72d06e4..0000000 --- a/javadoc/cpw/mods/fml/common/event/package-summary.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - -cpw.mods.fml.common.event (Forge API) - - - - - - - -
- - - - - -
- - -
-

Package cpw.mods.fml.common.event

-
-
- -
- -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/event/package-tree.html b/javadoc/cpw/mods/fml/common/event/package-tree.html deleted file mode 100644 index b24946f..0000000 --- a/javadoc/cpw/mods/fml/common/event/package-tree.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - -cpw.mods.fml.common.event Class Hierarchy (Forge API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package cpw.mods.fml.common.event

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Enum Hierarchy

- -
- -
- - - - - -
- - - - -- cgit v1.2.3