Interface BuiltinRegistries
Contains keys for all built-in Minecraft registries.
Code autogenerated, do not edit!
Code autogenerated, do not edit!
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<Attribute>> The registry key forAttribute.static final RegistryKey<Registry<BannerPattern>> The registry key forBannerPattern.static final RegistryKey<Registry<Block>> The registry key forBlock.static final RegistryKey<Registry<BlockEntityType>> The registry key forBlockEntityType.static final RegistryKey<Registry<BlockSoundType>> The registry key forBlockSoundType.static final RegistryKey<Registry<CatSoundVariant>> The registry key forCatSoundVariant.static final RegistryKey<Registry<CatVariant>> The registry key forCatVariant.static final RegistryKey<Registry<ChatType>> The registry key forChatType.static final RegistryKey<Registry<ChickenSoundVariant>> The registry key forChickenSoundVariant.static final RegistryKey<Registry<ChickenVariant>> The registry key forChickenVariant.static final RegistryKey<Registry<ClockTimeMarker>> The registry key forClockTimeMarker.static final RegistryKey<Registry<CowSoundVariant>> The registry key forCowSoundVariant.static final RegistryKey<Registry<CowVariant>> The registry key forCowVariant.static final RegistryKey<Registry<StatisticType>> The registry key forStatisticType.static final RegistryKey<Registry<DamageType>> The registry key forDamageType.static final RegistryKey<Registry<Dialog>> The registry key forDialog.static final RegistryKey<Registry<DimensionType>> The registry key forDimensionType.static final RegistryKey<Registry<Enchantment>> The registry key forEnchantment.static final RegistryKey<Registry<EntityType>> The registry key forEntityType.static final RegistryKey<Registry<FeatureFlag>> The registry key forFeatureFlag.static final RegistryKey<Registry<Fluid>> The registry key forFluid.static final RegistryKey<Registry<FrogVariant>> The registry key forFrogVariant.static final RegistryKey<Registry<GameEvent>> The registry key forGameEvent.static final RegistryKey<Registry<GameRule<?>>> The registry key forGameRule.static final RegistryKey<Registry<Instrument>> The registry key forInstrument.static final RegistryKey<Registry<Material>> The registry key forMaterial.static final RegistryKey<Registry<JukeboxSong>> The registry key forJukeboxSong.static final RegistryKey<Registry<PotionEffect>> The registry key forPotionEffect.static final RegistryKey<Registry<PaintingVariant>> The registry key forPaintingVariant.static final RegistryKey<Registry<Particle>> The registry key forParticle.static final RegistryKey<Registry<PigSoundVariant>> The registry key forPigSoundVariant.static final RegistryKey<Registry<PigVariant>> The registry key forPigVariant.static final RegistryKey<Registry<PotionType>> The registry key forPotionType.static final RegistryKey<Registry<BuiltinSoundEvent>> The registry key forBuiltinSoundEvent.static final RegistryKey<Registry<SulfurCubeArchetype>> The registry key forSulfurCubeArchetype.static final RegistryKey<Registry<Timeline>> The registry key forTimeline.static final RegistryKey<Registry<TrimMaterial>> The registry key forTrimMaterial.static final RegistryKey<Registry<TrimPattern>> The registry key forTrimPattern.static final RegistryKey<Registry<VillagerProfession>> The registry key forVillagerProfession.static final RegistryKey<Registry<WolfSoundVariant>> The registry key forWolfSoundVariant.static final RegistryKey<Registry<WolfVariant>> The registry key forWolfVariant.static final RegistryKey<Registry<WorldClock>> The registry key forWorldClock.static final RegistryKey<Registry<Biome>> The registry key forBiome.static final RegistryKey<Registry<ZombieNautilusVariant>> The registry key forZombieNautilusVariant.
-
Field Details
-
ATTRIBUTE
The registry key forAttribute. -
BANNER_PATTERN
The registry key forBannerPattern. -
BLOCK
The registry key forBlock. -
BLOCK_ENTITY_TYPE
The registry key forBlockEntityType. -
BLOCK_SOUND_TYPE
The registry key forBlockSoundType. -
CAT_SOUND_VARIANT
The registry key forCatSoundVariant. -
CAT_VARIANT
The registry key forCatVariant. -
CHAT_TYPE
The registry key forChatType. -
CHICKEN_SOUND_VARIANT
The registry key forChickenSoundVariant. -
CHICKEN_VARIANT
The registry key forChickenVariant. -
CLOCK_TIME_MARKER
The registry key forClockTimeMarker. -
COW_SOUND_VARIANT
The registry key forCowSoundVariant. -
COW_VARIANT
The registry key forCowVariant. -
CUSTOM_STAT
The registry key forStatisticType. -
DAMAGE_TYPE
The registry key forDamageType. -
DIALOG
The registry key forDialog. -
DIMENSION_TYPE
The registry key forDimensionType. -
ENCHANTMENT
The registry key forEnchantment. -
ENTITY_TYPE
The registry key forEntityType. -
FEATURE_FLAG
The registry key forFeatureFlag. -
FLUID
The registry key forFluid. -
FROG_VARIANT
The registry key forFrogVariant. -
GAME_EVENT
The registry key forGameEvent. -
INSTRUMENT
The registry key forInstrument. -
ITEM
The registry key forMaterial. -
JUKEBOX_SONG
The registry key forJukeboxSong. -
MOB_EFFECT
The registry key forPotionEffect. -
PAINTING_VARIANT
The registry key forPaintingVariant. -
PIG_SOUND_VARIANT
The registry key forPigSoundVariant. -
PIG_VARIANT
The registry key forPigVariant. -
POTION
The registry key forPotionType. -
SOUND_EVENT
The registry key forBuiltinSoundEvent. -
SULFUR_CUBE_ARCHETYPE
The registry key forSulfurCubeArchetype. -
TIMELINE
The registry key forTimeline. -
TRIM_MATERIAL
The registry key forTrimMaterial. -
TRIM_PATTERN
The registry key forTrimPattern. -
VILLAGER_PROFESSION
The registry key forVillagerProfession. -
WOLF_SOUND_VARIANT
The registry key forWolfSoundVariant. -
WOLF_VARIANT
The registry key forWolfVariant. -
WORLD_CLOCK
The registry key forWorldClock. -
WORLDGEN_BIOME
The registry key forBiome. -
ZOMBIE_NAUTILUS_VARIANT
The registry key forZombieNautilusVariant. -
PARTICLE_TYPE
The registry key forParticle. -
GAME_RULE
The registry key forGameRule.
-