Uses of Class
net.minecraft.registry.entry.RegistryEntry.Reference
Packages that use RegistryEntry.Reference
Package
Description
-
Uses of RegistryEntry.Reference in net.minecraft.block
Fields in net.minecraft.block declared as RegistryEntry.ReferenceModifier and TypeFieldDescriptionprivate final RegistryEntry.Reference
<Block> Block.registryEntry
Methods in net.minecraft.block that return RegistryEntry.Reference -
Uses of RegistryEntry.Reference in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as RegistryEntry.ReferenceModifier and TypeFieldDescriptionprivate final RegistryEntry.Reference
<BlockEntityType<?>> BlockEntityType.registryEntry
Methods in net.minecraft.block.entity that return RegistryEntry.ReferenceMethods in net.minecraft.block.entity that return types with arguments of type RegistryEntry.ReferenceModifier and TypeMethodDescriptionprivate Optional
<RegistryEntry.Reference<TestInstance>> TestInstanceBlockEntity.getTestEntry()
-
Uses of RegistryEntry.Reference in net.minecraft.block.jukebox
Methods in net.minecraft.block.jukebox with parameters of type RegistryEntry.ReferenceModifier and TypeMethodDescriptionprivate static void
JukeboxSongs.register
(Registerable<JukeboxSong> registry, RegistryKey<JukeboxSong> key, RegistryEntry.Reference<SoundEvent> soundEvent, int lengthInSeconds, int comparatorOutput) -
Uses of RegistryEntry.Reference in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as RegistryEntry.ReferenceModifier and TypeFieldDescription(package private) final RegistryEntry.Reference
<Biome> CustomizeBuffetLevelScreen.BuffetBiomesListWidget.BuffetBiomeItem.biome
Constructors in net.minecraft.client.gui.screen.world with parameters of type RegistryEntry.Reference -
Uses of RegistryEntry.Reference in net.minecraft.command.argument
Fields in net.minecraft.command.argument declared as RegistryEntry.ReferenceModifier and TypeFieldDescriptionprivate final RegistryEntry.Reference
<T> RegistryEntryPredicateArgumentType.EntryBased.value
The field for thevalue
record component.Methods in net.minecraft.command.argument that return RegistryEntry.ReferenceModifier 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.Methods in net.minecraft.command.argument that return types with arguments of type RegistryEntry.ReferenceModifier and TypeMethodDescriptionstatic <T> Collection
<RegistryEntry.Reference<T>> RegistrySelectorArgumentType.getEntries
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) com.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()
RegistrySelectorArgumentType.parse
(com.mojang.brigadier.StringReader stringReader) static <T> Collection
<RegistryEntry.Reference<T>> RegistrySelectorArgumentType.select
(com.mojang.brigadier.StringReader reader, RegistryWrapper<T> registry) Constructors in net.minecraft.command.argument with parameters of type RegistryEntry.Reference -
Uses of RegistryEntry.Reference in net.minecraft.data.advancement.vanilla
Fields in net.minecraft.data.advancement.vanilla with type parameters of type RegistryEntry.ReferenceModifier and TypeFieldDescriptionprivate static final Comparator
<RegistryEntry.Reference<?>> VanillaHusbandryTabAdvancementGenerator.REGISTRY_ENTRY_COMPARATOR
Methods in net.minecraft.data.advancement.vanilla that return types with arguments of type RegistryEntry.ReferenceModifier and TypeMethodDescriptionprivate static <T> Stream
<RegistryEntry.Reference<T>> VanillaHusbandryTabAdvancementGenerator.streamSorted
(RegistryWrapper<T> registry) -
Uses of RegistryEntry.Reference in net.minecraft.entity
Fields in net.minecraft.entity declared as RegistryEntry.ReferenceModifier and TypeFieldDescriptionprivate final RegistryEntry.Reference
<EntityType<?>> EntityType.registryEntry
Methods in net.minecraft.entity that return RegistryEntry.ReferenceMethods in net.minecraft.entity that return types with arguments of type RegistryEntry.ReferenceModifier and TypeMethodDescriptionstatic <T extends VariantSelectorProvider<SpawnContext,
?>>
Optional<RegistryEntry.Reference<T>> Variants.select
(SpawnContext context, RegistryKey<Registry<T>> registryRef) -
Uses of RegistryEntry.Reference in net.minecraft.fluid
Fields in net.minecraft.fluid declared as RegistryEntry.ReferenceModifier and TypeFieldDescriptionprivate final RegistryEntry.Reference
<Fluid> Fluid.registryEntry
Methods in net.minecraft.fluid that return RegistryEntry.Reference -
Uses of RegistryEntry.Reference in net.minecraft.item
Fields in net.minecraft.item declared as RegistryEntry.ReferenceMethods in net.minecraft.item that return RegistryEntry.Reference -
Uses of RegistryEntry.Reference in net.minecraft.predicate.entity
Methods in net.minecraft.predicate.entity with parameters of type RegistryEntry.ReferenceModifier and TypeMethodDescriptionPlayerPredicate.Builder.stat
(StatType<T> statType, RegistryEntry.Reference<T> value, NumberRange.IntRange range) -
Uses of RegistryEntry.Reference in net.minecraft.registry
Subclasses of RegistryEntry.Reference in net.minecraft.registryFields in net.minecraft.registry declared as RegistryEntry.ReferenceModifier and TypeFieldDescriptionprivate RegistryEntry.Reference
<T> SimpleDefaultedRegistry.defaultEntry
Fields in net.minecraft.registry with type parameters of type RegistryEntry.ReferenceModifier and TypeFieldDescription(package private) final Map
<RegistryKey<Object>, RegistryEntry.Reference<Object>> ContextSwappableRegistryLookup.entries
private 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
Methods in net.minecraft.registry that return RegistryEntry.ReferenceModifier 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) private RegistryEntry.Reference
<T> SimpleRegistry.ensureTagable
(TagKey<T> key, RegistryEntry<T> entry) default <T> RegistryEntry.Reference
<T> RegistryEntryLookup.RegistryLookup.getEntryOrThrow
(RegistryKey<T> key) private RegistryEntry.Reference
<Object> ContextSwappableRegistryLookup.EntryLookupImpl.getOrComputeEntry
(RegistryKey<Object> key) (package private) <T> RegistryEntry.Reference
<T> RegistryBuilder.StandAloneEntryCreatingLookup.getOrCreate
(RegistryKey<T> key) (package private) RegistryEntry.Reference
<T> SimpleRegistry.getOrCreateEntry
(RegistryKey<T> key) ContextSwappableRegistryLookup.EntryLookupImpl.getOrThrow
(RegistryKey<Object> 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) Methods in net.minecraft.registry that return types with arguments of type RegistryEntry.ReferenceModifier and TypeMethodDescriptionRegistryBuilder.EntryAssociatedValue.entry()
Returns the value of theentry
record component.Registry.getDefaultEntry()
SimpleDefaultedRegistry.getDefaultEntry()
SimpleRegistry.getDefaultEntry()
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
(Identifier id) Returns the reference registry entry for the value that is assignedid
, or an empty optional if there is no such value.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
(Identifier id) Returns the reference registry entry for the value that is assignedid
, or an empty optional if there is no such value.static <E,
O> com.mojang.serialization.codecs.RecordCodecBuilder <O, RegistryEntry.Reference<E>> RegistryOps.getEntryCodec
(RegistryKey<E> key) ContextSwappableRegistryLookup.EntryLookupImpl.getOptional
(RegistryKey<Object> key) RegistryBuilder.StandAloneEntryCreatingLookup.getOptional
(RegistryKey<Object> key) RegistryEntryLookup.getOptional
(RegistryKey<T> key) default Optional
<RegistryEntry.Reference<T>> RegistryWrapper.Impl.Delegating.getOptional
(RegistryKey<T> key) SimpleRegistry.getOptional
(RegistryKey<T> key) default <T> Optional
<RegistryEntry.Reference<T>> RegistryEntryLookup.RegistryLookup.getOptionalEntry
(RegistryKey<T> registryRef) 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()
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 registry keys defined in the wrapped registry.private com.mojang.serialization.DataResult
<RegistryEntry.Reference<T>> Registry.validateReference
(RegistryEntry<T> entry) Methods in net.minecraft.registry with parameters of type RegistryEntry.ReferenceModifier and TypeMethodDescriptionprivate static <T> T
SimpleRegistry.getValue
(RegistryEntry.Reference<T> entry) Method parameters in net.minecraft.registry with type arguments of type RegistryEntry.ReferenceModifier 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) Constructor parameters in net.minecraft.registry with type arguments of type RegistryEntry.ReferenceModifierConstructorDescription(package private)
EntryAssociatedValue
(RegistryBuilder.RegisteredValue<T> registeredValue, Optional<RegistryEntry.Reference<T>> optional) -
Uses of RegistryEntry.Reference in net.minecraft.registry.entry
Methods in net.minecraft.registry.entry that return RegistryEntry.ReferenceModifier 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
Fields in net.minecraft.server.command with type parameters of type RegistryEntry.ReferenceModifier and TypeFieldDescriptionprivate final UnaryOperator
<Supplier<Stream<RegistryEntry.Reference<TestInstance>>>> TestFinder.Builder.testInstanceFinderMapper
Methods in net.minecraft.server.command that return types with arguments of type RegistryEntry.ReferenceModifier and TypeMethodDescriptionTestFinder.findTests()
private static List
<RegistryEntry.Reference<Item>> SpawnArmorTrimsCommand.getArmorItems
(RegistryWrapper<Item> itemRegistry) Methods in net.minecraft.server.command with parameters of type RegistryEntry.ReferenceModifier 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) Method parameters in net.minecraft.server.command with type arguments of type RegistryEntry.ReferenceModifier and TypeMethodDescriptionprivate static int
SpawnArmorTrimsCommand.execute
(ServerCommandSource source, PlayerEntity player, Stream<RegistryEntry.Reference<ArmorTrimPattern>> patterns) TestFinder.Builder.selector
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, Collection<RegistryEntry.Reference<TestInstance>> selected) Constructor parameters in net.minecraft.server.command with type arguments of type RegistryEntry.ReferenceModifierConstructorDescriptionprivate
Builder
(UnaryOperator<Supplier<Stream<RegistryEntry.Reference<TestInstance>>>> testInstanceFinderMapper, UnaryOperator<Supplier<Stream<BlockPos>>> testInstanceBlockFinderMapper) -
Uses of RegistryEntry.Reference in net.minecraft.sound
Fields in net.minecraft.sound declared as RegistryEntry.ReferenceModifier 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_CAMEL_SADDLE
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.ENTITY_GENERIC_DRINK
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.ENTITY_GENERIC_EAT
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.ENTITY_GENERIC_EXPLODE
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.ENTITY_HAPPY_GHAST_EQUIP
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.ENTITY_HORSE_ARMOR
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.ENTITY_HORSE_SADDLE
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.ENTITY_ITEM_BREAK
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.ENTITY_LLAMA_SWAG
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.ENTITY_PIG_SADDLE
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.ENTITY_STRIDER_SADDLE
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.ITEM_HONEY_BOTTLE_DRINK
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.ITEM_HORSE_ARMOR_UNEQUIP
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.ITEM_LLAMA_CARPET_UNEQUIP
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.ITEM_OMINOUS_BOTTLE_DISPOSE
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.ITEM_SADDLE_UNEQUIP
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.ITEM_SHIELD_BLOCK
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.ITEM_SHIELD_BREAK
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.ITEM_WOLF_ARMOR_BREAK
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_CREATIVE
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_CREDITS
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_DISC_11
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_DISC_13
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_DISC_5
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_DISC_BLOCKS
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_DISC_CAT
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_DISC_CHIRP
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_DISC_CREATOR
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_DISC_CREATOR_MUSIC_BOX
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_DISC_FAR
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_DISC_MALL
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_DISC_MELLOHI
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_DISC_OTHERSIDE
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_DISC_PIGSTEP
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_DISC_PRECIPICE
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_DISC_RELIC
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_DISC_STAL
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_DISC_STRAD
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_DISC_TEARS
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_DISC_WAIT
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.MUSIC_DISC_WARD
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.PARTICLE_SOUL_ESCAPE
static final RegistryEntry.Reference
<SoundEvent> SoundEvents.UI_BUTTON_CLICK
Fields in net.minecraft.sound with type parameters of type RegistryEntry.ReferenceModifier and TypeFieldDescriptionstatic final ImmutableList
<RegistryEntry.Reference<SoundEvent>> SoundEvents.GOAT_HORN_SOUNDS
Methods in net.minecraft.sound that return RegistryEntry.ReferenceModifier 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) Methods in net.minecraft.sound that return types with arguments of type RegistryEntry.ReferenceModifier and TypeMethodDescriptionprivate static ImmutableList
<RegistryEntry.Reference<SoundEvent>> SoundEvents.registerGoatHornSounds()
-
Uses of RegistryEntry.Reference in net.minecraft.test
Fields in net.minecraft.test declared as RegistryEntry.ReferenceModifier and TypeFieldDescriptionprivate final RegistryEntry.Reference
<TestInstance> GameTestState.instanceEntry
Fields in net.minecraft.test with type parameters of type RegistryEntry.ReferenceModifier and TypeFieldDescriptionprivate static final Set
<RegistryEntry.Reference<TestInstance>> RuntimeTestInstances.INSTANCES
Methods in net.minecraft.test that return RegistryEntry.ReferenceMethods in net.minecraft.test that return types with arguments of type RegistryEntry.ReferenceModifier and TypeMethodDescriptionTestInstanceFinder.findTests()
static Stream
<RegistryEntry.Reference<TestInstance>> TestServer.selectInstances
(DynamicRegistryManager registryManager, String selector) static Stream
<RegistryEntry.Reference<TestInstance>> RuntimeTestInstances.stream()
Methods in net.minecraft.test with parameters of type RegistryEntry.ReferenceModifier and TypeMethodDescriptionstatic void
RuntimeTestInstances.add
(RegistryEntry.Reference<TestInstance> instance) Batches.Decorator.decorate
(RegistryEntry.Reference<TestInstance> instance, ServerWorld world) private static Stream
<GameTestState> TestServer.makeVerificationBatches
(RegistryEntry.Reference<TestInstance> instance, ServerWorld world) Method parameters in net.minecraft.test with type arguments of type RegistryEntry.ReferenceModifier and TypeMethodDescriptionstatic List
<GameTestBatch> Batches.batch
(Collection<RegistryEntry.Reference<TestInstance>> instances, Batches.Decorator decorator, ServerWorld world) Constructors in net.minecraft.test with parameters of type RegistryEntry.ReferenceModifierConstructorDescriptionGameTestState
(RegistryEntry.Reference<TestInstance> instanceEntry, BlockRotation rotation, ServerWorld world, TestAttemptConfig testAttemptConfig) -
Uses of RegistryEntry.Reference in net.minecraft.world.event
Fields in net.minecraft.world.event declared as RegistryEntry.ReferenceModifier 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
Methods in net.minecraft.world.event that return RegistryEntry.ReferenceModifier and TypeMethodDescriptionprivate static RegistryEntry.Reference
<GameEvent> private static RegistryEntry.Reference
<GameEvent> -
Uses of RegistryEntry.Reference in net.minecraft.world.gen.chunk
Constructors in net.minecraft.world.gen.chunk with parameters of type RegistryEntry.ReferenceModifierConstructorDescriptionDebugChunkGenerator
(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)