public class ForgeRegistries
extends java.lang.Object
GameRegistry.register
but queries and iterations can use this.Modifier and Type | Field and Description |
---|---|
static IForgeRegistry<Biome> |
BIOMES |
static IForgeRegistry<Block> |
BLOCKS |
static IForgeRegistry<Enchantment> |
ENCHANTMENTS |
static IForgeRegistry<Item> |
ITEMS |
static IForgeRegistry<PotionType> |
POTION_TYPES |
static IForgeRegistry<Potion> |
POTIONS |
static IForgeRegistry<SoundEvent> |
SOUND_EVENTS |
static IForgeRegistry<VillagerRegistry.VillagerProfession> |
VILLAGER_PROFESSIONS |
Constructor and Description |
---|
ForgeRegistries() |
public static final IForgeRegistry<Block> BLOCKS
public static final IForgeRegistry<Item> ITEMS
public static final IForgeRegistry<Potion> POTIONS
public static final IForgeRegistry<Biome> BIOMES
public static final IForgeRegistry<SoundEvent> SOUND_EVENTS
public static final IForgeRegistry<PotionType> POTION_TYPES
public static final IForgeRegistry<Enchantment> ENCHANTMENTS
public static final IForgeRegistry<VillagerRegistry.VillagerProfession> VILLAGER_PROFESSIONS