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/FMLMissingMappingsEvent.html | 341 --------------------- 1 file changed, 341 deletions(-) delete mode 100644 javadoc/cpw/mods/fml/common/event/FMLMissingMappingsEvent.html (limited to 'javadoc/cpw/mods/fml/common/event/FMLMissingMappingsEvent.html') 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
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3