Uses of Class
net.minecraft.registry.entry.RegistryEntry.Reference
Package
Description
-
Uses of RegistryEntry.Reference in net.minecraft.block
Modifier and TypeFieldDescriptionprivate final RegistryEntry.Reference
<Block> Block.registryEntry
-
Uses of RegistryEntry.Reference in net.minecraft.block.entity
Modifier and TypeFieldDescriptionprivate final RegistryEntry.Reference
<BlockEntityType<?>> BlockEntityType.registryEntry
-
Uses of RegistryEntry.Reference in net.minecraft.client.gui.screen.world
Modifier and TypeFieldDescription(package private) final RegistryEntry.Reference
<Biome> CustomizeBuffetLevelScreen.BuffetBiomesListWidget.BuffetBiomeItem.biome
-
Uses of RegistryEntry.Reference in net.minecraft.command.argument
Modifier and TypeFieldDescriptionprivate final RegistryEntry.Reference
<T> RegistryEntryPredicateArgumentType.EntryBased.value
The field for thevalue
record component.Modifier and TypeMethodDescriptionstatic RegistryEntry.Reference
<ConfiguredFeature<?, ?>> RegistryEntryReferenceArgumentType.getConfiguredFeature
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) static RegistryEntry.Reference
<ConfiguredFeature<?, ?>> RegistryKeyArgumentType.getConfiguredFeatureEntry
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) static RegistryEntry.Reference
<Enchantment> RegistryEntryReferenceArgumentType.getEnchantment
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) RegistryEntryReferenceArgumentType.getEntityAttribute
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) static RegistryEntry.Reference
<EntityType<?>> RegistryEntryReferenceArgumentType.getEntityType
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) static <T> RegistryEntry.Reference
<T> RegistryEntryReferenceArgumentType.getRegistryEntry
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name, RegistryKey<Registry<T>> registryRef) private static <T> RegistryEntry.Reference
<T> RegistryKeyArgumentType.getRegistryEntry
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name, RegistryKey<Registry<T>> registryRef, com.mojang.brigadier.exceptions.DynamicCommandExceptionType invalidException) static RegistryEntry.Reference
<StatusEffect> RegistryEntryReferenceArgumentType.getStatusEffect
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) static RegistryEntry.Reference
<Structure> RegistryEntryReferenceArgumentType.getStructure
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) static RegistryEntry.Reference
<Structure> RegistryKeyArgumentType.getStructureEntry
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) static RegistryEntry.Reference
<StructurePool> RegistryKeyArgumentType.getStructurePoolEntry
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) static RegistryEntry.Reference
<EntityType<?>> RegistryEntryReferenceArgumentType.getSummonableEntityType
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) RegistryEntryReferenceArgumentType.parse
(com.mojang.brigadier.StringReader stringReader) RegistryEntryPredicateArgumentType.EntryBased.value()
Returns the value of thevalue
record component.Modifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either
<RegistryEntry.Reference<T>, RegistryEntryList.Named<T>> RegistryEntryPredicateArgumentType.EntryBased.getEntry()
com.mojang.datafixers.util.Either
<RegistryEntry.Reference<T>, RegistryEntryList.Named<T>> RegistryEntryPredicateArgumentType.EntryPredicate.getEntry()
com.mojang.datafixers.util.Either
<RegistryEntry.Reference<T>, RegistryEntryList.Named<T>> RegistryEntryPredicateArgumentType.TagBased.getEntry()
-
Uses of RegistryEntry.Reference in net.minecraft.enchantment
Modifier and TypeFieldDescriptionprivate final RegistryEntry.Reference
<Enchantment> Enchantment.registryEntry
-
Uses of RegistryEntry.Reference in net.minecraft.entity
Modifier and TypeFieldDescriptionprivate final RegistryEntry.Reference
<EntityType<?>> EntityType.registryEntry
-
Uses of RegistryEntry.Reference in net.minecraft.fluid
Modifier and TypeFieldDescriptionprivate final RegistryEntry.Reference
<Fluid> Fluid.registryEntry
-
Uses of RegistryEntry.Reference in net.minecraft.item
-
Uses of RegistryEntry.Reference in net.minecraft.item.trim
Modifier and TypeMethodDescriptionArmorTrimMaterials.get
(RegistryWrapper.WrapperLookup registriesLookup, ItemStack stack) ArmorTrimPatterns.get
(RegistryWrapper.WrapperLookup registriesLookup, ItemStack stack) -
Uses of RegistryEntry.Reference in net.minecraft.predicate.entity
Modifier and TypeMethodDescriptionPlayerPredicate.Builder.stat
(StatType<T> statType, RegistryEntry.Reference<T> value, NumberRange.IntRange range) -
Uses of RegistryEntry.Reference in net.minecraft.registry
Modifier and TypeFieldDescriptionprivate RegistryEntry.Reference
<T> SimpleDefaultedRegistry.defaultEntry
Modifier and TypeFieldDescriptionprivate final Optional
<RegistryEntry.Reference<T>> RegistryBuilder.EntryAssociatedValue.entry
The field for theentry
record component.private final Map
<Identifier, RegistryEntry.Reference<T>> SimpleRegistry.idToEntry
private @Nullable Map
<T, RegistryEntry.Reference<T>> SimpleRegistry.intrusiveValueToEntry
(package private) final Map
<RegistryKey<Object>, RegistryEntry.Reference<Object>> RegistryBuilder.StandAloneEntryCreatingLookup.keysToEntries
private final Map
<RegistryKey<T>, RegistryEntry.Reference<T>> SimpleRegistry.keyToEntry
private final ObjectList
<RegistryEntry.Reference<T>> SimpleRegistry.rawIdToEntry
private final Map
<T, RegistryEntry.Reference<T>> SimpleRegistry.valueToEntry
Modifier and TypeMethodDescriptionMutableRegistry.add
(RegistryKey<T> key, T value, RegistryEntryInfo info) SimpleDefaultedRegistry.add
(RegistryKey<T> key, T value, RegistryEntryInfo info) SimpleRegistry.add
(RegistryKey<T> key, T value, RegistryEntryInfo info) Registry.createEntry
(T value) SimpleRegistry.createEntry
(T value) default RegistryEntry.Reference
<T> Registry.entryOf
(RegistryKey<T> key) Returns the reference registry entry for the value assignedkey
.(package private) <T> RegistryEntry.Reference
<T> RegistryBuilder.StandAloneEntryCreatingLookup.getOrCreate
(RegistryKey<T> key) (package private) RegistryEntry.Reference
<T> SimpleRegistry.getOrCreateEntry
(RegistryKey<T> key) default RegistryEntry.Reference
<T> RegistryEntryLookup.getOrThrow
(RegistryKey<T> key) default RegistryEntry.Reference
<T> Registerable.register
(RegistryKey<T> key, T value) Registerable.register
(RegistryKey<T> key, T value, com.mojang.serialization.Lifecycle lifecycle) static <T> RegistryEntry.Reference
<T> Registry.registerReference
(Registry<T> registry, RegistryKey<T> key, T entry) static <T> RegistryEntry.Reference
<T> Registry.registerReference
(Registry<T> registry, Identifier id, T entry) Modifier and TypeMethodDescriptionRegistryBuilder.EntryAssociatedValue.entry()
Returns the value of theentry
record component.Registry.getEntry
(int rawId) Returns the reference registry entry for the value assignedrawId
, or an empty optional if there is no such value.Registry.getEntry
(RegistryKey<T> key) Returns the reference registry entry for the value assignedkey
, or an empty optional if there is no such value.Registry.getEntry
(Identifier id) SimpleRegistry.getEntry
(int rawId) Returns the reference registry entry for the value assignedrawId
, or an empty optional if there is no such value.SimpleRegistry.getEntry
(RegistryKey<T> key) Returns the reference registry entry for the value assignedkey
, or an empty optional if there is no such value.SimpleRegistry.getEntry
(Identifier id) static <E,
O> com.mojang.serialization.codecs.RecordCodecBuilder <O, RegistryEntry.Reference<E>> RegistryOps.getEntryCodec
(RegistryKey<E> key) RegistryBuilder.StandAloneEntryCreatingLookup.getOptional
(RegistryKey<Object> key) RegistryEntryLookup.getOptional
(RegistryKey<T> key) default Optional
<RegistryEntry.Reference<T>> RegistryWrapper.Impl.Delegating.getOptional
(RegistryKey<T> key) default <T> Optional
<RegistryEntry.Reference<T>> RegistryEntryLookup.RegistryLookup.getOptionalEntry
(RegistryKey<? extends Registry<? extends T>> registryRef, RegistryKey<T> key) Returns a random registry entry from this registry, or an empty optional if the registry is empty.Returns a random registry entry from this registry, or an empty optional if the registry is empty.Returns a random registry entry from this registry, or an empty optional if the registry is empty.private com.mojang.serialization.Codec
<RegistryEntry.Reference<T>> Registry.getReferenceEntryCodec()
Registry.streamEntries()
Returns a stream of reference registry entries of this registry.default Stream
<RegistryEntry.Reference<T>> RegistryWrapper.Impl.Delegating.streamEntries()
Returns a stream of registry keys defined in the wrapped registry.RegistryWrapper.streamEntries()
Returns a stream of registry keys defined in the wrapped registry.SimpleRegistry.streamEntries()
Returns a stream of reference registry entries of this registry.private com.mojang.serialization.DataResult
<RegistryEntry.Reference<T>> Registry.validateReference
(RegistryEntry<T> entry) Modifier and TypeMethodDescriptionprivate static <T> T
SimpleRegistry.getValue
(RegistryEntry.Reference<T> entry) Modifier and TypeMethodDescription(package private) static <T> RegistryWrapper.Impl
<T> RegistryBuilder.createWrapper
(RegistryKey<? extends Registry<? extends T>> registryRef, com.mojang.serialization.Lifecycle lifecycle, RegistryEntryOwner<T> owner, Map<RegistryKey<T>, RegistryEntry.Reference<T>> entries) ModifierConstructorDescription(package private)
EntryAssociatedValue
(RegistryBuilder.RegisteredValue<T> registeredValue, Optional<RegistryEntry.Reference<T>> optional) -
Uses of RegistryEntry.Reference in net.minecraft.registry.entry
Modifier and TypeMethodDescriptionstatic <T> RegistryEntry.Reference
<T> RegistryEntry.Reference.intrusive
(RegistryEntryOwner<T> owner, T value) Deprecated.Intrusive holders exist for legacy reasons only.static <T> RegistryEntry.Reference
<T> RegistryEntry.Reference.standAlone
(RegistryEntryOwner<T> owner, RegistryKey<T> registryKey) Returns a new stand-alone registry entry. -
Uses of RegistryEntry.Reference in net.minecraft.server.command
Modifier and TypeMethodDescriptionprivate static int
FillBiomeCommand.execute
(ServerCommandSource source, BlockPos from, BlockPos to, RegistryEntry.Reference<Biome> biome, Predicate<RegistryEntry<Biome>> filter) private static int
SummonCommand.execute
(ServerCommandSource source, RegistryEntry.Reference<EntityType<?>> entityType, Vec3d pos, NbtCompound nbt, boolean initialize) static int
PlaceCommand.executePlaceFeature
(ServerCommandSource source, RegistryEntry.Reference<ConfiguredFeature<?, ?>> feature, BlockPos pos) static int
PlaceCommand.executePlaceStructure
(ServerCommandSource source, RegistryEntry.Reference<Structure> structure, BlockPos pos) private static ServerCommandSource
ExecuteCommand.summon
(ServerCommandSource source, RegistryEntry.Reference<EntityType<?>> entityType) static Entity
SummonCommand.summon
(ServerCommandSource source, RegistryEntry.Reference<EntityType<?>> entityType, Vec3d pos, NbtCompound nbt, boolean initialize) -
Uses of RegistryEntry.Reference in net.minecraft.sound
Modifier and TypeFieldDescriptionstatic final RegistryEntry.Reference
<SoundEvent> SoundEvents.AMBIENT_BASALT_DELTAS_ADDITIONS
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.AMBIENT_BASALT_DELTAS_LOOP
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.AMBIENT_BASALT_DELTAS_MOOD
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.AMBIENT_CAVE
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.AMBIENT_CRIMSON_FOREST_ADDITIONS
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.AMBIENT_CRIMSON_FOREST_LOOP
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.AMBIENT_CRIMSON_FOREST_MOOD
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.AMBIENT_NETHER_WASTES_ADDITIONS
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.AMBIENT_NETHER_WASTES_LOOP
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.AMBIENT_NETHER_WASTES_MOOD
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.AMBIENT_SOUL_SAND_VALLEY_ADDITIONS
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.AMBIENT_SOUL_SAND_VALLEY_LOOP
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.AMBIENT_SOUL_SAND_VALLEY_MOOD
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.AMBIENT_WARPED_FOREST_ADDITIONS
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.AMBIENT_WARPED_FOREST_LOOP
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.AMBIENT_WARPED_FOREST_MOOD
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.BLOCK_NOTE_BLOCK_BANJO
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.BLOCK_NOTE_BLOCK_BASEDRUM
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.BLOCK_NOTE_BLOCK_BASS
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.BLOCK_NOTE_BLOCK_BELL
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.BLOCK_NOTE_BLOCK_BIT
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.BLOCK_NOTE_BLOCK_CHIME
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.BLOCK_NOTE_BLOCK_COW_BELL
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.BLOCK_NOTE_BLOCK_DIDGERIDOO
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.BLOCK_NOTE_BLOCK_FLUTE
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.BLOCK_NOTE_BLOCK_GUITAR
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.BLOCK_NOTE_BLOCK_HARP
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.BLOCK_NOTE_BLOCK_HAT
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.BLOCK_NOTE_BLOCK_IMITATE_CREEPER
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.BLOCK_NOTE_BLOCK_IMITATE_ENDER_DRAGON
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.BLOCK_NOTE_BLOCK_IMITATE_PIGLIN
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.BLOCK_NOTE_BLOCK_IMITATE_SKELETON
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.BLOCK_NOTE_BLOCK_IMITATE_WITHER_SKELETON
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.BLOCK_NOTE_BLOCK_IMITATE_ZOMBIE
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.BLOCK_NOTE_BLOCK_IRON_XYLOPHONE
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.BLOCK_NOTE_BLOCK_PLING
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.BLOCK_NOTE_BLOCK_SNARE
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.BLOCK_NOTE_BLOCK_XYLOPHONE
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.BLOCK_RESPAWN_ANCHOR_DEPLETE
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.ENTITY_BREEZE_WIND_BURST
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.ENTITY_GENERIC_EXPLODE
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.ENTITY_WIND_CHARGE_WIND_BURST
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.EVENT_RAID_HORN
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_CREATIVE
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_CREDITS
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_DRAGON
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_END
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_GAME
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_MENU
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_NETHER_BASALT_DELTAS
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_NETHER_CRIMSON_FOREST
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_NETHER_NETHER_WASTES
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_NETHER_SOUL_SAND_VALLEY
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_NETHER_WARPED_FOREST
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_OVERWORLD_BADLANDS
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_OVERWORLD_BAMBOO_JUNGLE
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_OVERWORLD_CHERRY_GROVE
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_OVERWORLD_DEEP_DARK
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_OVERWORLD_DESERT
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_OVERWORLD_DRIPSTONE_CAVES
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_OVERWORLD_FLOWER_FOREST
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_OVERWORLD_FOREST
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_OVERWORLD_FROZEN_PEAKS
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_OVERWORLD_GROVE
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_OVERWORLD_JAGGED_PEAKS
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_OVERWORLD_JUNGLE
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_OVERWORLD_LUSH_CAVES
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_OVERWORLD_MEADOW
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_OVERWORLD_OLD_GROWTH_TAIGA
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_OVERWORLD_SNOWY_SLOPES
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_OVERWORLD_SPARSE_JUNGLE
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_OVERWORLD_STONY_PEAKS
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_OVERWORLD_SWAMP
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_UNDER_WATER
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.UI_BUTTON_CLICK
Modifier and TypeFieldDescriptionstatic final ImmutableList
<RegistryEntry.Reference<SoundEvent>> SoundEvents.GOAT_HORN_SOUNDS
Modifier and TypeMethodDescriptionprivate static RegistryEntry.Reference
<SoundEvent> SoundEvents.registerReference
(String id) private static RegistryEntry.Reference
<SoundEvent> SoundEvents.registerReference
(Identifier id) private static RegistryEntry.Reference
<SoundEvent> SoundEvents.registerReference
(Identifier id, Identifier soundId) Modifier and TypeMethodDescriptionprivate static ImmutableList
<RegistryEntry.Reference<SoundEvent>> SoundEvents.registerGoatHornSounds()
-
Uses of RegistryEntry.Reference in net.minecraft.world.event
Modifier and TypeFieldDescriptionstatic final RegistryEntry.Reference
<GameEvent> GameEvent.BLOCK_ACTIVATE
static final RegistryEntry.Reference
<GameEvent> GameEvent.BLOCK_ATTACH
static final RegistryEntry.Reference
<GameEvent> GameEvent.BLOCK_CHANGE
static final RegistryEntry.Reference
<GameEvent> GameEvent.BLOCK_CLOSE
static final RegistryEntry.Reference
<GameEvent> GameEvent.BLOCK_DEACTIVATE
static final RegistryEntry.Reference
<GameEvent> GameEvent.BLOCK_DESTROY
static final RegistryEntry.Reference
<GameEvent> GameEvent.BLOCK_DETACH
static final RegistryEntry.Reference
<GameEvent> GameEvent.BLOCK_OPEN
static final RegistryEntry.Reference
<GameEvent> GameEvent.BLOCK_PLACE
static final RegistryEntry.Reference
<GameEvent> GameEvent.CONTAINER_CLOSE
static final RegistryEntry.Reference
<GameEvent> GameEvent.CONTAINER_OPEN
static final RegistryEntry.Reference
<GameEvent> GameEvent.DRINK
static final RegistryEntry.Reference
<GameEvent> GameEvent.EAT
static final RegistryEntry.Reference
<GameEvent> GameEvent.ELYTRA_GLIDE
static final RegistryEntry.Reference
<GameEvent> GameEvent.ENTITY_ACTION
static final RegistryEntry.Reference
<GameEvent> GameEvent.ENTITY_DAMAGE
static final RegistryEntry.Reference
<GameEvent> GameEvent.ENTITY_DIE
static final RegistryEntry.Reference
<GameEvent> GameEvent.ENTITY_DISMOUNT
static final RegistryEntry.Reference
<GameEvent> GameEvent.ENTITY_INTERACT
static final RegistryEntry.Reference
<GameEvent> GameEvent.ENTITY_MOUNT
static final RegistryEntry.Reference
<GameEvent> GameEvent.ENTITY_PLACE
static final RegistryEntry.Reference
<GameEvent> GameEvent.EQUIP
static final RegistryEntry.Reference
<GameEvent> GameEvent.EXPLODE
static final RegistryEntry.Reference
<GameEvent> GameEvent.FLAP
static final RegistryEntry.Reference
<GameEvent> GameEvent.FLUID_PICKUP
static final RegistryEntry.Reference
<GameEvent> GameEvent.FLUID_PLACE
static final RegistryEntry.Reference
<GameEvent> GameEvent.HIT_GROUND
static final RegistryEntry.Reference
<GameEvent> GameEvent.INSTRUMENT_PLAY
static final RegistryEntry.Reference
<GameEvent> GameEvent.ITEM_INTERACT_FINISH
static final RegistryEntry.Reference
<GameEvent> GameEvent.ITEM_INTERACT_START
static final RegistryEntry.Reference
<GameEvent> GameEvent.JUKEBOX_PLAY
static final RegistryEntry.Reference
<GameEvent> GameEvent.JUKEBOX_STOP_PLAY
static final RegistryEntry.Reference
<GameEvent> GameEvent.LIGHTNING_STRIKE
static final RegistryEntry.Reference
<GameEvent> GameEvent.NOTE_BLOCK_PLAY
static final RegistryEntry.Reference
<GameEvent> GameEvent.PRIME_FUSE
static final RegistryEntry.Reference
<GameEvent> GameEvent.PROJECTILE_LAND
static final RegistryEntry.Reference
<GameEvent> GameEvent.PROJECTILE_SHOOT
static final RegistryEntry.Reference
<GameEvent> GameEvent.RESONATE_1
static final RegistryEntry.Reference
<GameEvent> GameEvent.RESONATE_10
static final RegistryEntry.Reference
<GameEvent> GameEvent.RESONATE_11
static final RegistryEntry.Reference
<GameEvent> GameEvent.RESONATE_12
static final RegistryEntry.Reference
<GameEvent> GameEvent.RESONATE_13
static final RegistryEntry.Reference
<GameEvent> GameEvent.RESONATE_14
static final RegistryEntry.Reference
<GameEvent> GameEvent.RESONATE_15
static final RegistryEntry.Reference
<GameEvent> GameEvent.RESONATE_2
static final RegistryEntry.Reference
<GameEvent> GameEvent.RESONATE_3
static final RegistryEntry.Reference
<GameEvent> GameEvent.RESONATE_4
static final RegistryEntry.Reference
<GameEvent> GameEvent.RESONATE_5
static final RegistryEntry.Reference
<GameEvent> GameEvent.RESONATE_6
static final RegistryEntry.Reference
<GameEvent> GameEvent.RESONATE_7
static final RegistryEntry.Reference
<GameEvent> GameEvent.RESONATE_8
static final RegistryEntry.Reference
<GameEvent> GameEvent.RESONATE_9
static final RegistryEntry.Reference
<GameEvent> GameEvent.SCULK_SENSOR_TENDRILS_CLICKING
static final RegistryEntry.Reference
<GameEvent> GameEvent.SHEAR
static final RegistryEntry.Reference
<GameEvent> GameEvent.SHRIEK
static final RegistryEntry.Reference
<GameEvent> GameEvent.SPLASH
static final RegistryEntry.Reference
<GameEvent> GameEvent.STEP
static final RegistryEntry.Reference
<GameEvent> GameEvent.SWIM
static final RegistryEntry.Reference
<GameEvent> GameEvent.TELEPORT
static final RegistryEntry.Reference
<GameEvent> GameEvent.UNEQUIP
Modifier and TypeMethodDescriptionprivate static RegistryEntry.Reference
<GameEvent> private static RegistryEntry.Reference
<GameEvent> -
Uses of RegistryEntry.Reference in net.minecraft.world.gen.chunk
ModifierConstructorDescriptionDebugChunkGenerator
(RegistryEntry.Reference<Biome> biomeEntry) private
FlatChunkGeneratorConfig
(Optional<RegistryEntryList<StructureSet>> structureOverrides, List<FlatChunkGeneratorLayer> layers, boolean lakes, boolean features, Optional<RegistryEntry<Biome>> biome, RegistryEntry.Reference<Biome> fallback, RegistryEntry<PlacedFeature> undergroundLavaLakeFeature, RegistryEntry<PlacedFeature> surfaceLavaLakeFeature)