public class GameData
extends java.lang.Object
Constructor and Description |
---|
GameData() |
Modifier and Type | Method and Description |
---|---|
static FMLControlledNamespacedRegistry<Biome> |
getBiomeRegistry()
Deprecated.
|
static com.google.common.collect.BiMap<Block,Item> |
getBlockItemMap() |
static FMLControlledNamespacedRegistry<Block> |
getBlockRegistry()
Deprecated.
|
static ObjectIntIdentityMap<IBlockState> |
getBlockStateIDMap() |
static FMLControlledNamespacedRegistry<Enchantment> |
getEnchantmentRegistry()
Deprecated.
|
static FMLControlledNamespacedRegistry<Item> |
getItemRegistry()
Deprecated.
|
protected static GameData |
getMain() |
static FMLControlledNamespacedRegistry<Potion> |
getPotionRegistry()
Deprecated.
|
static FMLControlledNamespacedRegistry<PotionType> |
getPotionTypesRegistry()
Deprecated.
|
static FMLControlledNamespacedRegistry<SoundEvent> |
getSoundEventRegistry()
Deprecated.
|
<T extends IForgeRegistryEntry<T>> |
makeDelegate(T obj,
java.lang.Class<T> rootClass) |
static void |
vanillaSnapshot() |
@Deprecated public static FMLControlledNamespacedRegistry<Block> getBlockRegistry()
@Deprecated public static FMLControlledNamespacedRegistry<Item> getItemRegistry()
@Deprecated public static FMLControlledNamespacedRegistry<Potion> getPotionRegistry()
@Deprecated public static FMLControlledNamespacedRegistry<Biome> getBiomeRegistry()
@Deprecated public static FMLControlledNamespacedRegistry<SoundEvent> getSoundEventRegistry()
@Deprecated public static FMLControlledNamespacedRegistry<PotionType> getPotionTypesRegistry()
@Deprecated public static FMLControlledNamespacedRegistry<Enchantment> getEnchantmentRegistry()
protected static GameData getMain()
public static ObjectIntIdentityMap<IBlockState> getBlockStateIDMap()
public static void vanillaSnapshot()
public <T extends IForgeRegistryEntry<T>> RegistryDelegate<T> makeDelegate(T obj, java.lang.Class<T> rootClass)