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