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