From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../fml/common/event/FMLMissingMappingsEvent.html | 341 +++++++++++++++++++++ 1 file changed, 341 insertions(+) create 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 new file mode 100644 index 0000000..d36da0a --- /dev/null +++ b/javadoc/cpw/mods/fml/common/event/FMLMissingMappingsEvent.html @@ -0,0 +1,341 @@ + + + + + +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