Package net.minecraftforge.registries
Class ForgeRegistries.Keys
- java.lang.Object
-
- net.minecraftforge.registries.ForgeRegistries.Keys
-
- Enclosing class:
- ForgeRegistries
public static final class ForgeRegistries.Keys extends java.lang.Object
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Keys()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static void
init()
private static <T> RegistryKey<Registry<T>>
key(java.lang.String name)
-
-
-
Field Detail
-
BLOCKS
public static final RegistryKey<Registry<Block>> BLOCKS
-
FLUIDS
public static final RegistryKey<Registry<Fluid>> FLUIDS
-
ITEMS
public static final RegistryKey<Registry<Item>> ITEMS
-
EFFECTS
public static final RegistryKey<Registry<Effect>> EFFECTS
-
POTIONS
public static final RegistryKey<Registry<Potion>> POTIONS
-
ATTRIBUTES
public static final RegistryKey<Registry<Attribute>> ATTRIBUTES
-
STAT_TYPES
public static final RegistryKey<Registry<StatType<?>>> STAT_TYPES
-
SOUND_EVENTS
public static final RegistryKey<Registry<SoundEvent>> SOUND_EVENTS
-
ENCHANTMENTS
public static final RegistryKey<Registry<Enchantment>> ENCHANTMENTS
-
ENTITY_TYPES
public static final RegistryKey<Registry<EntityType<?>>> ENTITY_TYPES
-
PAINTING_TYPES
public static final RegistryKey<Registry<PaintingType>> PAINTING_TYPES
-
PARTICLE_TYPES
public static final RegistryKey<Registry<ParticleType<?>>> PARTICLE_TYPES
-
CONTAINER_TYPES
public static final RegistryKey<Registry<ContainerType<?>>> CONTAINER_TYPES
-
TILE_ENTITY_TYPES
public static final RegistryKey<Registry<TileEntityType<?>>> TILE_ENTITY_TYPES
-
RECIPE_SERIALIZERS
public static final RegistryKey<Registry<IRecipeSerializer<?>>> RECIPE_SERIALIZERS
-
VILLAGER_PROFESSIONS
public static final RegistryKey<Registry<VillagerProfession>> VILLAGER_PROFESSIONS
-
POI_TYPES
public static final RegistryKey<Registry<PointOfInterestType>> POI_TYPES
-
MEMORY_MODULE_TYPES
public static final RegistryKey<Registry<MemoryModuleType<?>>> MEMORY_MODULE_TYPES
-
SENSOR_TYPES
public static final RegistryKey<Registry<SensorType<?>>> SENSOR_TYPES
-
SCHEDULES
public static final RegistryKey<Registry<Schedule>> SCHEDULES
-
ACTIVITIES
public static final RegistryKey<Registry<Activity>> ACTIVITIES
-
WORLD_CARVERS
public static final RegistryKey<Registry<WorldCarver<?>>> WORLD_CARVERS
-
SURFACE_BUILDERS
public static final RegistryKey<Registry<SurfaceBuilder<?>>> SURFACE_BUILDERS
-
FEATURES
public static final RegistryKey<Registry<Feature<?>>> FEATURES
-
DECORATORS
public static final RegistryKey<Registry<Placement<?>>> DECORATORS
-
CHUNK_STATUS
public static final RegistryKey<Registry<ChunkStatus>> CHUNK_STATUS
-
STRUCTURE_FEATURES
public static final RegistryKey<Registry<Structure<?>>> STRUCTURE_FEATURES
-
BLOCK_STATE_PROVIDER_TYPES
public static final RegistryKey<Registry<BlockStateProviderType<?>>> BLOCK_STATE_PROVIDER_TYPES
-
BLOCK_PLACER_TYPES
public static final RegistryKey<Registry<BlockPlacerType<?>>> BLOCK_PLACER_TYPES
-
FOLIAGE_PLACER_TYPES
public static final RegistryKey<Registry<FoliagePlacerType<?>>> FOLIAGE_PLACER_TYPES
-
TREE_DECORATOR_TYPES
public static final RegistryKey<Registry<TreeDecoratorType<?>>> TREE_DECORATOR_TYPES
-
BIOMES
public static final RegistryKey<Registry<Biome>> BIOMES
-
DATA_SERIALIZERS
public static final RegistryKey<Registry<DataSerializerEntry>> DATA_SERIALIZERS
-
LOOT_MODIFIER_SERIALIZERS
public static final RegistryKey<Registry<GlobalLootModifierSerializer<?>>> LOOT_MODIFIER_SERIALIZERS
-
WORLD_TYPES
public static final RegistryKey<Registry<ForgeWorldType>> WORLD_TYPES
-
-
Method Detail
-
key
private static <T> RegistryKey<Registry<T>> key(java.lang.String name)
-
init
private static void init()
-
-