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 --- javadoc/cpw/mods/fml/common/registry/GameData.html | 520 --------------------- 1 file changed, 520 deletions(-) delete mode 100644 javadoc/cpw/mods/fml/common/registry/GameData.html (limited to 'javadoc/cpw/mods/fml/common/registry/GameData.html') diff --git a/javadoc/cpw/mods/fml/common/registry/GameData.html b/javadoc/cpw/mods/fml/common/registry/GameData.html deleted file mode 100644 index 3e0dd75..0000000 --- a/javadoc/cpw/mods/fml/common/registry/GameData.html +++ /dev/null @@ -1,520 +0,0 @@ - - - - - -GameData (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.registry
-

Class GameData

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

      Method Detail

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

        findModOwner

        -
        @Deprecated
        -public static ModContainer findModOwner(java.lang.String string)
        -
        Deprecated. no replacement planned
        -
      • -
      - - - - - - - -
        -
      • -

        getBlockedIds

        -
        public static int[] getBlockedIds()
        -
      • -
      - - - -
        -
      • -

        dumpRegistry

        -
        public static void dumpRegistry(java.io.File minecraftDir)
        -
      • -
      - - - -
        -
      • -

        fixBrokenIds

        -
        public static void fixBrokenIds(java.util.Map<java.lang.String,java.lang.Integer> dataList,
        -                java.util.Set<java.lang.Integer> blockedIds)
        -
        Fix IDs improperly allocated by early versions of the registry, best-effort. - - Items sharing the same ID with a block, but not sharing the same registry name will be - mapped to an unused id. Losing items instead of blocks should minimize the damage.
        -
        Parameters:
        dataList - List containing the IDs to fix
        -
      • -
      - - - -
        -
      • -

        injectWorldIDMap

        -
        public static java.util.List<java.lang.String> injectWorldIDMap(java.util.Map<java.lang.String,java.lang.Integer> dataList,
        -                                                java.util.Set<java.lang.String> blockSubstitutions,
        -                                                java.util.Set<java.lang.String> itemSubstitutions,
        -                                                boolean injectFrozenData,
        -                                                boolean isLocalWorld)
        -
      • -
      - - - -
        -
      • -

        injectWorldIDMap

        -
        public static java.util.List<java.lang.String> injectWorldIDMap(java.util.Map<java.lang.String,java.lang.Integer> dataList,
        -                                                java.util.Set<java.lang.Integer> blockedIds,
        -                                                java.util.Map<java.lang.String,java.lang.String> blockAliases,
        -                                                java.util.Map<java.lang.String,java.lang.String> itemAliases,
        -                                                java.util.Set<java.lang.String> blockSubstitutions,
        -                                                java.util.Set<java.lang.String> itemSubstitutions,
        -                                                boolean injectFrozenData,
        -                                                boolean isLocalWorld)
        -
      • -
      - - - -
        -
      • -

        processIdRematches

        -
        public static java.util.List<java.lang.String> processIdRematches(java.lang.Iterable<FMLMissingMappingsEvent.MissingMapping> missedMappings,
        -                                                  boolean isLocalWorld,
        -                                                  GameData gameData,
        -                                                  java.util.Map<java.lang.String,java.lang.Integer[]> remaps)
        -
      • -
      - - - -
        -
      • -

        freezeData

        -
        public static void freezeData()
        -
      • -
      - - - -
        -
      • -

        revertToFrozen

        -
        public static void revertToFrozen()
        -
      • -
      - - - - - - - -
        -
      • -

        getMain

        -
        protected static GameData getMain()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3