Package net.minecraftforge.registries
Class ForgeRegistries.Keys
java.lang.Object
net.minecraftforge.registries.ForgeRegistries.Keys
- Enclosing class:
- ForgeRegistries
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ResourceKey<Registry<Activity>>
static final ResourceKey<Registry<Attribute>>
static final ResourceKey<Registry<Biome>>
static final ResourceKey<Registry<BlockEntityType<?>>>
static final ResourceKey<Registry<BlockStateProviderType<?>>>
static final ResourceKey<Registry<Block>>
static final ResourceKey<Registry<ChunkStatus>>
static final ResourceKey<Registry<MenuType<?>>>
static final ResourceKey<Registry<DataSerializerEntry>>
static final ResourceKey<Registry<Enchantment>>
static final ResourceKey<Registry<EntityType<?>>>
static final ResourceKey<Registry<Feature<?>>>
static final ResourceKey<Registry<Fluid>>
static final ResourceKey<Registry<FoliagePlacerType<?>>>
static final ResourceKey<Registry<Item>>
static final ResourceKey<Registry<GlobalLootModifierSerializer<?>>>
static final ResourceKey<Registry<MemoryModuleType<?>>>
static final ResourceKey<Registry<MobEffect>>
static final ResourceKey<Registry<Motive>>
static final ResourceKey<Registry<ParticleType<?>>>
static final ResourceKey<Registry<PoiType>>
static final ResourceKey<Registry<Potion>>
static final ResourceKey<Registry<RecipeSerializer<?>>>
static final ResourceKey<Registry<Schedule>>
static final ResourceKey<Registry<SensorType<?>>>
static final ResourceKey<Registry<SoundEvent>>
static final ResourceKey<Registry<StatType<?>>>
static final ResourceKey<Registry<StructureFeature<?>>>
static final ResourceKey<Registry<TreeDecoratorType<?>>>
static final ResourceKey<Registry<VillagerProfession>>
static final ResourceKey<Registry<WorldCarver<?>>>
static final ResourceKey<Registry<ForgeWorldPreset>>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static void
init()
private static <T> ResourceKey<Registry<T>>
-
Field Details
-
BLOCKS
-
FLUIDS
-
ITEMS
-
MOB_EFFECTS
-
POTIONS
-
ATTRIBUTES
-
STAT_TYPES
-
SOUND_EVENTS
-
ENCHANTMENTS
-
ENTITY_TYPES
-
PAINTING_TYPES
-
PARTICLE_TYPES
-
CONTAINER_TYPES
-
BLOCK_ENTITY_TYPES
-
RECIPE_SERIALIZERS
-
VILLAGER_PROFESSIONS
-
POI_TYPES
-
MEMORY_MODULE_TYPES
-
SENSOR_TYPES
-
SCHEDULES
-
ACTIVITIES
-
WORLD_CARVERS
-
FEATURES
-
CHUNK_STATUS
-
STRUCTURE_FEATURES
-
BLOCK_STATE_PROVIDER_TYPES
-
FOLIAGE_PLACER_TYPES
-
TREE_DECORATOR_TYPES
-
BIOMES
-
DATA_SERIALIZERS
-
LOOT_MODIFIER_SERIALIZERS
public static final ResourceKey<Registry<GlobalLootModifierSerializer<?>>> LOOT_MODIFIER_SERIALIZERS -
WORLD_TYPES
-
-
Constructor Details
-
Keys
public Keys()
-
-
Method Details
-
key
-
init
private static void init()
-