public class GameData
extends java.lang.Object
Constructor and Description |
---|
GameData() |
@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()
@Deprecated public static LegacyNamespacedRegistry<java.lang.Class<? extends TileEntity>> getTileEntityRegistry()
@Deprecated public static FMLControlledNamespacedRegistry<EntityEntry> getEntityRegistry()
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)