Package net.minecraft.modding.api.game
Class RegistryIdDump
- java.lang.Object
-
- net.minecraft.modding.api.game.RegistryIdDump
-
public class RegistryIdDump extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RegistryIdDump()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static it.unimi.dsi.fastutil.ints.Int2IntMap
createRemapper(NBTTagCompound from, Registry<?> registry)
static NBTTagCompound
getBlockDump()
static NBTTagCompound
getItemDump()
-
-
-
Method Detail
-
getBlockDump
public static NBTTagCompound getBlockDump()
-
getItemDump
public static NBTTagCompound getItemDump()
-
createRemapper
public static it.unimi.dsi.fastutil.ints.Int2IntMap createRemapper(NBTTagCompound from, Registry<?> registry)
-
-