Uses of Class
net.minecraft.resources.ResourceKey
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of ResourceKey in com.mojang.realmsclient.util
ModifierConstructorDescriptionprivate
LevelType
(int p_239483_, ResourceKey<WorldPreset> p_239484_) -
Uses of ResourceKey in net.minecraft.advancements.critereon
Modifier and TypeFieldDescriptionprivate final ResourceKey<Level>
ChangeDimensionTrigger.TriggerInstance.from
private final ResourceKey<Level>
ChangeDimensionTrigger.TriggerInstance.to
Modifier and TypeFieldDescriptionprivate final Optional<ResourceKey<Biome>>
LocationPredicate.biome
The field for thebiome
record component.private Optional<ResourceKey<Biome>>
LocationPredicate.Builder.biome
private Optional<ResourceKey<Level>>
LocationPredicate.Builder.dimension
private final Optional<ResourceKey<Level>>
LocationPredicate.dimension
The field for thedimension
record component.private Optional<ResourceKey<Structure>>
LocationPredicate.Builder.structure
private final Optional<ResourceKey<Structure>>
LocationPredicate.structure
The field for thestructure
record component.Modifier and TypeMethodDescriptionLocationPredicate.biome()
Returns the value of thebiome
record component.LocationPredicate.dimension()
Returns the value of thedimension
record component.LocationPredicate.structure()
Returns the value of thestructure
record component.Modifier and TypeMethodDescriptionChangeDimensionTrigger.TriggerInstance.changedDimension
(ResourceKey<Level> p_301176_, ResourceKey<Level> p_298639_) ChangeDimensionTrigger.TriggerInstance.changedDimensionFrom
(ResourceKey<Level> p_147564_) ChangeDimensionTrigger.TriggerInstance.changedDimensionTo
(ResourceKey<Level> p_19783_) static <T> com.mojang.serialization.Codec<TagPredicate<T>>
TagPredicate.codec
(ResourceKey<? extends Registry<T>> p_301303_) static LocationPredicate.Builder
LocationPredicate.Builder.inBiome
(ResourceKey<Biome> p_300086_) static LocationPredicate.Builder
LocationPredicate.Builder.inDimension
(ResourceKey<Level> p_300753_) static LocationPredicate.Builder
LocationPredicate.Builder.inStructure
(ResourceKey<Structure> p_301072_) boolean
ChangeDimensionTrigger.TriggerInstance.matches
(ResourceKey<Level> p_19785_, ResourceKey<Level> p_19786_) LocationPredicate.Builder.setBiome
(ResourceKey<Biome> p_52657_) LocationPredicate.Builder.setDimension
(ResourceKey<Level> p_153977_) LocationPredicate.Builder.setStructure
(ResourceKey<Structure> p_220593_) void
ChangeDimensionTrigger.trigger
(ServerPlayer p_19758_, ResourceKey<Level> p_19759_, ResourceKey<Level> p_19760_) ModifierConstructorDescriptionTriggerInstance
(Optional<ContextAwarePredicate> p_297290_, ResourceKey<Level> p_286585_, ResourceKey<Level> p_286666_) -
Uses of ResourceKey in net.minecraft.client.gui.screens
Modifier and TypeFieldDescriptionprivate static final ResourceKey<Biome>
PresetFlatWorldScreen.DEFAULT_BIOME
-
Uses of ResourceKey in net.minecraft.client.gui.screens.worldselection
Modifier and TypeFieldDescriptionprivate static final it.unimi.dsi.fastutil.objects.Object2IntMap<ResourceKey<Level>>
OptimizeWorldScreen.DIMENSION_COLORS
static final Map<Optional<ResourceKey<WorldPreset>>,
PresetEditor> PresetEditor.EDITORS
Deprecated.Modifier and TypeMethodDescriptionprivate static Optional<Holder<WorldPreset>>
WorldCreationUiState.findPreset
(WorldCreationContext p_268025_, Optional<ResourceKey<WorldPreset>> p_268184_) ModifierConstructorDescriptionprivate
CreateWorldScreen
(Minecraft p_276053_, Screen p_276049_, WorldCreationContext p_276047_, Optional<ResourceKey<WorldPreset>> p_276013_, OptionalLong p_276031_) WorldCreationUiState
(Path p_276024_, WorldCreationContext p_276050_, Optional<ResourceKey<WorldPreset>> p_276022_, OptionalLong p_276014_) -
Uses of ResourceKey in net.minecraft.client.multiplayer
Modifier and TypeMethodDescriptionClientPacketListener.levels()
ClientSuggestionProvider.levels()
Modifier and TypeMethodDescriptionCompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
ClientSuggestionProvider.suggestRegistryElements
(ResourceKey<? extends Registry<?>> p_212429_, SharedSuggestionProvider.ElementSuggestionType p_212430_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_212431_, com.mojang.brigadier.context.CommandContext<?> p_212432_) private <T> void
ClientCommonPacketListenerImpl.updateTagsForRegistry
(ResourceKey<? extends Registry<? extends T>> p_301094_, TagNetworkSerialization.NetworkPayload p_297701_) ModifierConstructorDescriptionClientLevel
(ClientPacketListener p_205505_, ClientLevel.ClientLevelData p_205506_, ResourceKey<Level> p_205507_, Holder<DimensionType> p_205508_, int p_205509_, int p_205510_, Supplier<ProfilerFiller> p_205511_, LevelRenderer p_205512_, boolean p_205513_, long p_205514_) -
Uses of ResourceKey in net.minecraft.client.renderer
Modifier and TypeFieldDescriptionstatic final Map<ResourceKey<BannerPattern>,
Material> Sheets.BANNER_MATERIALS
static final Map<ResourceKey<String>,
Material> Sheets.DECORATED_POT_MATERIALS
static final Map<ResourceKey<BannerPattern>,
Material> Sheets.SHIELD_MATERIALS
Modifier and TypeMethodDescriptionprivate static Material
Sheets.createBannerMaterial
(ResourceKey<BannerPattern> p_234352_) private static Material
Sheets.createDecoratedPotMaterial
(ResourceKey<String> p_272805_) private static Material
Sheets.createShieldMaterial
(ResourceKey<BannerPattern> p_234354_) static Material
Sheets.getBannerMaterial
(ResourceKey<BannerPattern> p_234348_) static Material
Sheets.getDecoratedPotMaterial
(ResourceKey<String> p_273567_) static Material
Sheets.getShieldMaterial
(ResourceKey<BannerPattern> p_234350_) -
Uses of ResourceKey in net.minecraft.client.renderer.debug
Modifier and TypeFieldDescriptionprivate final ResourceKey<GameEvent>
GameEventListenerRenderer.TrackedGameEvent.gameEvent
The field for thegameEvent
record component.Modifier and TypeFieldDescriptionprivate final Map<ResourceKey<Level>,
Map<String, BoundingBox>> StructureRenderer.postMainBoxes
private final Map<ResourceKey<Level>,
Map<String, StructuresDebugPayload.PieceInfo>> StructureRenderer.postPieces
Modifier and TypeMethodDescriptionGameEventListenerRenderer.TrackedGameEvent.gameEvent()
Returns the value of thegameEvent
record component.Modifier and TypeMethodDescriptionvoid
StructureRenderer.addBoundingBox
(BoundingBox p_113683_, List<StructuresDebugPayload.PieceInfo> p_113684_, ResourceKey<Level> p_297588_) void
GameEventListenerRenderer.trackGameEvent
(ResourceKey<GameEvent> p_297445_, Vec3 p_234515_) ModifierConstructorDescription(package private)
TrackedGameEvent
(long timeStamp, ResourceKey<GameEvent> gameEvent, Vec3 position) Creates an instance of aTrackedGameEvent
record class. -
Uses of ResourceKey in net.minecraft.commands
Modifier and TypeMethodDescription<T> HolderLookup<T>
CommandBuildContext.holderLookup
(ResourceKey<? extends Registry<T>> p_227134_) CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
CommandSourceStack.suggestRegistryElements
(ResourceKey<? extends Registry<?>> p_212330_, SharedSuggestionProvider.ElementSuggestionType p_212331_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_212332_, com.mojang.brigadier.context.CommandContext<?> p_212333_) CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
SharedSuggestionProvider.suggestRegistryElements
(ResourceKey<? extends Registry<?>> p_212339_, SharedSuggestionProvider.ElementSuggestionType p_212340_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_212341_, com.mojang.brigadier.context.CommandContext<?> p_212342_) -
Uses of ResourceKey in net.minecraft.commands.arguments
Modifier and TypeFieldDescriptionprivate final ResourceKey<T>
ResourceOrTagKeyArgument.ResourceResult.key
The field for thekey
record component.(package private) final ResourceKey<? extends Registry<T>>
ResourceArgument.Info.Template.registryKey
(package private) final ResourceKey<? extends Registry<T>>
ResourceArgument.registryKey
(package private) final ResourceKey<? extends Registry<T>>
ResourceKeyArgument.Info.Template.registryKey
(package private) final ResourceKey<? extends Registry<T>>
ResourceKeyArgument.registryKey
(package private) final ResourceKey<? extends Registry<T>>
ResourceOrTagArgument.Info.Template.registryKey
(package private) final ResourceKey<? extends Registry<T>>
ResourceOrTagArgument.registryKey
(package private) final ResourceKey<? extends Registry<T>>
ResourceOrTagKeyArgument.Info.Template.registryKey
(package private) final ResourceKey<? extends Registry<T>>
ResourceOrTagKeyArgument.registryKey
Modifier and TypeMethodDescriptionprivate static <T> ResourceKey<T>
ResourceKeyArgument.getRegistryKey
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_212374_, String p_212375_, ResourceKey<Registry<T>> p_212376_, com.mojang.brigadier.exceptions.DynamicCommandExceptionType p_212377_) ResourceOrTagKeyArgument.ResourceResult.key()
Returns the value of thekey
record component.ResourceKeyArgument.parse
(com.mojang.brigadier.StringReader p_212369_) Modifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<ResourceKey<T>,
TagKey<T>> ResourceOrTagKeyArgument.ResourceResult.unwrap()
com.mojang.datafixers.util.Either<ResourceKey<T>,
TagKey<T>> ResourceOrTagKeyArgument.Result.unwrap()
com.mojang.datafixers.util.Either<ResourceKey<T>,
TagKey<T>> ResourceOrTagKeyArgument.TagResult.unwrap()
Modifier and TypeMethodDescription<E> Optional<ResourceOrTagArgument.Result<E>>
ResourceOrTagArgument.ResourceResult.cast
(ResourceKey<? extends Registry<E>> p_250007_) <E> Optional<ResourceOrTagArgument.Result<E>>
ResourceOrTagArgument.Result.cast
(ResourceKey<? extends Registry<E>> p_249572_) <E> Optional<ResourceOrTagArgument.Result<E>>
ResourceOrTagArgument.TagResult.cast
(ResourceKey<? extends Registry<E>> p_250945_) ResourceOrTagKeyArgument.ResourceResult.cast
(ResourceKey<? extends Registry<E>> p_251369_) ResourceOrTagKeyArgument.Result.cast
(ResourceKey<? extends Registry<E>> p_251612_) ResourceOrTagKeyArgument.TagResult.cast
(ResourceKey<? extends Registry<E>> p_251833_) private static <T> Registry<T>
ResourceKeyArgument.getRegistry
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_212379_, ResourceKey<? extends Registry<T>> p_212380_) private static <T> ResourceKey<T>
ResourceKeyArgument.getRegistryKey
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_212374_, String p_212375_, ResourceKey<Registry<T>> p_212376_, com.mojang.brigadier.exceptions.DynamicCommandExceptionType p_212377_) static <T> Holder.Reference<T>
ResourceArgument.getResource
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_251788_, String p_251996_, ResourceKey<Registry<T>> p_250077_) static <T> ResourceOrTagArgument.Result<T>
ResourceOrTagArgument.getResourceOrTag
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_249001_, String p_251520_, ResourceKey<Registry<T>> p_250370_) static <T> ResourceOrTagKeyArgument.Result<T>
ResourceOrTagKeyArgument.getResourceOrTagKey
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_252162_, String p_248628_, ResourceKey<Registry<T>> p_249008_, com.mojang.brigadier.exceptions.DynamicCommandExceptionType p_251387_) static <T> ResourceKeyArgument<T>
ResourceKeyArgument.key
(ResourceKey<? extends Registry<T>> p_212387_) private static <T> Holder.Reference<T>
ResourceKeyArgument.resolveKey
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_248662_, String p_252172_, ResourceKey<Registry<T>> p_249701_, com.mojang.brigadier.exceptions.DynamicCommandExceptionType p_249790_) static <T> ResourceArgument<T>
ResourceArgument.resource
(CommandBuildContext p_249973_, ResourceKey<? extends Registry<T>> p_251405_) static <T> ResourceOrTagArgument<T>
ResourceOrTagArgument.resourceOrTag
(CommandBuildContext p_251101_, ResourceKey<? extends Registry<T>> p_248888_) static <T> ResourceOrTagKeyArgument<T>
ResourceOrTagKeyArgument.resourceOrTagKey
(ResourceKey<? extends Registry<T>> p_249175_) ModifierConstructorDescriptionResourceArgument
(CommandBuildContext p_248597_, ResourceKey<? extends Registry<T>> p_251778_) ResourceKeyArgument
(ResourceKey<? extends Registry<T>> p_212367_) ResourceOrTagArgument
(CommandBuildContext p_249382_, ResourceKey<? extends Registry<T>> p_251209_) ResourceOrTagKeyArgument
(ResourceKey<? extends Registry<T>> p_248579_) (package private)
ResourceResult
(ResourceKey<T> key) Creates an instance of aResourceResult
record class.(package private)
Template
(ResourceKey<? extends Registry<T>> p_250598_) (package private)
Template
(ResourceKey<? extends Registry<T>> p_233296_) (package private)
Template
(ResourceKey<? extends Registry<T>> p_250107_) (package private)
Template
(ResourceKey<? extends Registry<T>> p_251992_) -
Uses of ResourceKey in net.minecraft.core
Modifier and TypeFieldDescriptionprivate final ResourceKey<Level>
GlobalPos.dimension
private ResourceKey<T>
Holder.Reference.key
(package private) final ResourceKey<? extends Registry<T>>
MappedRegistry.key
private final ResourceKey<? extends Registry<T>>
RegistryAccess.RegistryEntry.key
The field for thekey
record component.private final ResourceKey<T>
RegistryCodecs.RegistryEntry.key
The field for thekey
record component.private final ResourceKey<? extends Registry<? extends T>>
RegistrySetBuilder.RegistryContents.key
The field for thekey
record component.private final ResourceKey<? extends Registry<T>>
RegistrySetBuilder.RegistryStub.key
The field for thekey
record component.private final ResourceKey<? extends Registry<E>>
RegistrySynchronization.NetworkedRegistryData.key
The field for thekey
record component.Modifier and TypeFieldDescriptionprivate final Map<ResourceKey<T>,
Holder.Reference<T>> MappedRegistry.byKey
(package private) final Map<ResourceKey<Object>,
Holder.Reference<Object>> RegistrySetBuilder.UniversalLookup.holders
private static final Map<ResourceKey<? extends Registry<?>>,
RegistrySynchronization.NetworkedRegistryData<?>> RegistrySynchronization.NETWORKABLE_REGISTRIES
private final Map<ResourceKey<?>,
RegistrySetBuilder.RegisteredValue<?>> RegistrySetBuilder.BuildState.registeredValues
The field for theregisteredValues
record component.private final Map<? extends ResourceKey<? extends Registry<?>>,
? extends Registry<?>> RegistryAccess.ImmutableRegistryAccess.registries
private final Map<ResourceKey<T>,
RegistrySetBuilder.ValueAndHolder<T>> RegistrySetBuilder.RegistryContents.values
The field for thevalues
record component.Modifier and TypeMethodDescriptionprivate static <K extends ResourceKey<? extends Registry<?>>,
V extends Registry<?>>
com.mojang.serialization.Codec<RegistryAccess>RegistrySynchronization.captureMap
(com.mojang.serialization.codecs.UnboundedMapCodec<K, V> p_249934_) Modifier and TypeMethodDescriptionGlobalPos.dimension()
Holder.Reference.key()
ResourceKey<? extends Registry<? extends T>>
HolderLookup.RegistryLookup.Delegate.key()
ResourceKey<? extends Registry<? extends T>>
HolderLookup.RegistryLookup.key()
ResourceKey<? extends Registry<T>>
MappedRegistry.key()
ResourceKey<? extends Registry<T>>
Registry.key()
ResourceKey<? extends Registry<T>>
RegistryAccess.RegistryEntry.key()
Returns the value of thekey
record component.RegistryCodecs.RegistryEntry.key()
Returns the value of thekey
record component.ResourceKey<? extends Registry<? extends T>>
RegistrySetBuilder.RegistryContents.key()
Returns the value of thekey
record component.ResourceKey<? extends Registry<T>>
RegistrySetBuilder.RegistryStub.key()
Returns the value of thekey
record component.ResourceKey<? extends Registry<E>>
RegistrySynchronization.NetworkedRegistryData.key()
Returns the value of thekey
record component.Modifier and TypeMethodDescriptionprivate static Map<ResourceKey<? extends Registry<?>>,
Registry<?>> LayeredRegistryAccess.collectRegistries
(Stream<? extends RegistryAccess> p_248595_) Set<Map.Entry<ResourceKey<T>,
T>> MappedRegistry.entrySet()
Set<Map.Entry<ResourceKey<T>,
T>> Registry.entrySet()
List<? extends ResourceKey<? extends Registry<?>>>
RegistrySetBuilder.getEntryKeys()
MappedRegistry.getResourceKey
(T p_122755_) Registry.getResourceKey
(T p_123008_) default Stream<ResourceKey<T>>
HolderLookup.listElementIds()
RegistrySetBuilder.BuildState.registeredValues()
Returns the value of theregisteredValues
record component.Set<ResourceKey<T>>
MappedRegistry.registryKeySet()
Set<ResourceKey<T>>
Registry.registryKeySet()
com.mojang.datafixers.util.Either<ResourceKey<T>,
T> Holder.Direct.unwrap()
com.mojang.datafixers.util.Either<ResourceKey<T>,
T> Holder.Reference.unwrap()
com.mojang.datafixers.util.Either<ResourceKey<T>,
T> Holder.unwrap()
Holder.Direct.unwrapKey()
Holder.Reference.unwrapKey()
Holder.unwrapKey()
RegistrySetBuilder.RegistryContents.values()
Returns the value of thevalues
record component.Modifier and TypeMethodDescriptionRegistrySetBuilder.add
(ResourceKey<? extends Registry<T>> p_256446_, com.mojang.serialization.Lifecycle p_256394_, RegistrySetBuilder.RegistryBootstrap<T> p_256638_) RegistrySetBuilder.add
(ResourceKey<? extends Registry<T>> p_256261_, RegistrySetBuilder.RegistryBootstrap<T> p_256010_) void
Holder.Reference.bindKey
(ResourceKey<T> p_251943_) boolean
MappedRegistry.containsKey
(ResourceKey<T> p_175392_) boolean
Registry.containsKey
(ResourceKey<T> p_175475_) static <T> Holder.Reference<T>
Holder.Reference.createStandAlone
(HolderOwner<T> p_255955_, ResourceKey<T> p_255958_) private static <T> RegistryAccess.RegistryEntry<T>
RegistryAccess.RegistryEntry.fromUntyped
(ResourceKey<? extends Registry<?>> p_206244_, Registry<?> p_206245_) static <E> com.mojang.serialization.Codec<Registry<E>>
RegistryCodecs.fullCodec
(ResourceKey<? extends Registry<E>> p_248884_, com.mojang.serialization.Lifecycle p_251810_, com.mojang.serialization.Codec<E> p_250169_) HolderGetter.get
(ResourceKey<T> p_255645_) HolderLookup.Delegate.get
(ResourceKey<T> p_256195_) HolderLookup.RegistryLookup.Delegate.get
(ResourceKey<T> p_255619_) MappedRegistry.get
(ResourceKey<T> p_122714_) Registry.get
(ResourceKey<T> p_122980_) RegistrySetBuilder.UniversalLookup.get
(ResourceKey<Object> p_256303_) MappedRegistry.getHolder
(ResourceKey<T> p_205905_) Registry.getHolder
(ResourceKey<T> p_206050_) default Holder.Reference<T>
Registry.getHolderOrThrow
(ResourceKey<T> p_249087_) private static <E> com.mojang.serialization.DataResult<? extends com.mojang.serialization.Codec<E>>
RegistrySynchronization.getNetworkCodec
(ResourceKey<? extends Registry<E>> p_252190_) Registry.getOptional
(ResourceKey<T> p_123010_) (package private) <T> Holder.Reference<T>
RegistrySetBuilder.UniversalLookup.getOrCreate
(ResourceKey<T> p_256298_) (package private) Holder.Reference<T>
MappedRegistry.getOrCreateHolderOrThrow
(ResourceKey<T> p_248831_) default Holder.Reference<T>
HolderGetter.getOrThrow
(ResourceKey<T> p_255990_) default T
Registry.getOrThrow
(ResourceKey<T> p_123014_) static <E> com.mojang.serialization.Codec<HolderSet<E>>
RegistryCodecs.homogeneousList
(ResourceKey<? extends Registry<E>> p_206278_) static <E> com.mojang.serialization.Codec<HolderSet<E>>
RegistryCodecs.homogeneousList
(ResourceKey<? extends Registry<E>> p_206311_, boolean p_206312_) static <E> com.mojang.serialization.Codec<HolderSet<E>>
RegistryCodecs.homogeneousList
(ResourceKey<? extends Registry<E>> p_206280_, com.mojang.serialization.Codec<E> p_206281_) static <E> com.mojang.serialization.Codec<HolderSet<E>>
RegistryCodecs.homogeneousList
(ResourceKey<? extends Registry<E>> p_206288_, com.mojang.serialization.Codec<E> p_206289_, boolean p_206290_) boolean
Holder.Direct.is
(ResourceKey<T> p_205725_) boolean
Holder.is
(ResourceKey<T> p_205712_) boolean
Holder.Reference.is
(ResourceKey<T> p_205774_) <T> Optional<HolderGetter<T>>
HolderGetter.Provider.lookup
(ResourceKey<? extends Registry<? extends T>> p_256648_) <T> Optional<HolderLookup.RegistryLookup<T>>
HolderLookup.Provider.lookup
(ResourceKey<? extends Registry<? extends T>> p_256285_) default <T> Optional<HolderLookup.RegistryLookup<T>>
RegistryAccess.lookup
(ResourceKey<? extends Registry<? extends T>> p_256275_) default <T> HolderGetter<T>
HolderGetter.Provider.lookupOrThrow
(ResourceKey<? extends Registry<? extends T>> p_255881_) default <T> HolderLookup.RegistryLookup<T>
HolderLookup.Provider.lookupOrThrow
(ResourceKey<? extends Registry<? extends T>> p_255957_) static <T> com.mojang.serialization.Codec<Registry<T>>
RegistryCodecs.networkCodec
(ResourceKey<? extends Registry<T>> p_206292_, com.mojang.serialization.Lifecycle p_206293_, com.mojang.serialization.Codec<T> p_206294_) static GlobalPos
GlobalPos.of
(ResourceKey<Level> p_122644_, BlockPos p_122645_) private static <E> void
RegistrySynchronization.put
(com.google.common.collect.ImmutableMap.Builder<ResourceKey<? extends Registry<?>>, RegistrySynchronization.NetworkedRegistryData<?>> p_251643_, ResourceKey<? extends Registry<E>> p_249195_, com.mojang.serialization.Codec<E> p_249212_) MappedRegistry.register
(ResourceKey<T> p_256252_, T p_256591_, com.mojang.serialization.Lifecycle p_256255_) static <V,
T extends V>
TRegistry.register
(Registry<V> p_194580_, ResourceKey<V> p_194581_, T p_194582_) WritableRegistry.register
(ResourceKey<T> p_256320_, T p_255978_, com.mojang.serialization.Lifecycle p_256625_) static <T> Holder.Reference<T>
Registry.registerForHolder
(Registry<T> p_263347_, ResourceKey<T> p_263355_, T p_263428_) DefaultedMappedRegistry.registerMapping
(int p_259787_, ResourceKey<T> p_259677_, T p_259430_, com.mojang.serialization.Lifecycle p_259516_) MappedRegistry.registerMapping
(int p_256563_, ResourceKey<T> p_256594_, T p_256374_, com.mojang.serialization.Lifecycle p_256469_) RegistryAccess.ImmutableRegistryAccess.registry
(ResourceKey<? extends Registry<? extends E>> p_206229_) RegistryAccess.registry
(ResourceKey<? extends Registry<? extends E>> p_123085_) default <E> Registry<E>
RegistryAccess.registryOrThrow
(ResourceKey<? extends Registry<? extends E>> p_175516_) private void
MappedRegistry.validateWrite
(ResourceKey<T> p_205922_) private static <T> com.mojang.serialization.MapCodec<RegistryCodecs.RegistryEntry<T>>
RegistryCodecs.withNameAndId
(ResourceKey<? extends Registry<T>> p_206304_, com.mojang.serialization.MapCodec<T> p_206305_) Modifier and TypeMethodDescriptionRegistrySetBuilder.BuildState.create
(RegistryAccess p_255995_, Stream<ResourceKey<? extends Registry<?>>> p_256495_) private static <T,
R extends Registry<? extends T>>
RegistryAccess.RegistryEntry<T>RegistryAccess.RegistryEntry.fromMapEntry
(Map.Entry<? extends ResourceKey<? extends Registry<?>>, R> p_206242_) boolean
Holder.Direct.is
(Predicate<ResourceKey<T>> p_205723_) boolean
Holder.is
(Predicate<ResourceKey<T>> p_205711_) boolean
Holder.Reference.is
(Predicate<ResourceKey<T>> p_205772_) private static <E> void
RegistrySynchronization.put
(com.google.common.collect.ImmutableMap.Builder<ResourceKey<? extends Registry<?>>, RegistrySynchronization.NetworkedRegistryData<?>> p_251643_, ResourceKey<? extends Registry<E>> p_249195_, com.mojang.serialization.Codec<E> p_249212_) ModifierConstructorDescriptionDefaultedMappedRegistry
(String p_260196_, ResourceKey<? extends Registry<T>> p_259440_, com.mojang.serialization.Lifecycle p_260260_, boolean p_259808_) private
GlobalPos
(ResourceKey<Level> p_122638_, BlockPos p_122639_) MappedRegistry
(ResourceKey<? extends Registry<T>> p_249899_, com.mojang.serialization.Lifecycle p_252249_) MappedRegistry
(ResourceKey<? extends Registry<T>> p_252132_, com.mojang.serialization.Lifecycle p_249215_, boolean p_251014_) NetworkedRegistryData
(ResourceKey<? extends Registry<E>> key, com.mojang.serialization.Codec<E> networkCodec) Creates an instance of aNetworkedRegistryData
record class.private
Reference
(Holder.Reference.Type p_256425_, HolderOwner<T> p_256562_, ResourceKey<T> p_256636_, T p_255889_) (package private)
RegistryContents
(ResourceKey<? extends Registry<? extends T>> key, com.mojang.serialization.Lifecycle lifecycle, Map<ResourceKey<T>, RegistrySetBuilder.ValueAndHolder<T>> values) Creates an instance of aRegistryContents
record class.RegistryEntry
(ResourceKey<? extends Registry<T>> key, Registry<T> value) Creates an instance of aRegistryEntry
record class.(package private)
RegistryEntry
(ResourceKey<T> key, int id, T value) Creates an instance of aRegistryEntry
record class.(package private)
RegistryStub
(ResourceKey<? extends Registry<T>> key, com.mojang.serialization.Lifecycle lifecycle, RegistrySetBuilder.RegistryBootstrap<T> bootstrap) Creates an instance of aRegistryStub
record class.ModifierConstructorDescriptionImmutableRegistryAccess
(Map<? extends ResourceKey<? extends Registry<?>>, ? extends Registry<?>> p_206225_) (package private)
RegistryContents
(ResourceKey<? extends Registry<? extends T>> key, com.mojang.serialization.Lifecycle lifecycle, Map<ResourceKey<T>, RegistrySetBuilder.ValueAndHolder<T>> values) Creates an instance of aRegistryContents
record class. -
Uses of ResourceKey in net.minecraft.core.registries
Modifier and TypeFieldDescriptionstatic final ResourceKey<Registry<Activity>>
Registries.ACTIVITY
static final ResourceKey<Registry<Attribute>>
Registries.ATTRIBUTE
static final ResourceKey<Registry<BannerPattern>>
Registries.BANNER_PATTERN
static final ResourceKey<Registry<Biome>>
Registries.BIOME
static final ResourceKey<Registry<com.mojang.serialization.Codec<? extends BiomeSource>>>
Registries.BIOME_SOURCE
static final ResourceKey<Registry<Block>>
Registries.BLOCK
static final ResourceKey<Registry<BlockEntityType<?>>>
Registries.BLOCK_ENTITY_TYPE
static final ResourceKey<Registry<BlockPredicateType<?>>>
Registries.BLOCK_PREDICATE_TYPE
static final ResourceKey<Registry<BlockStateProviderType<?>>>
Registries.BLOCK_STATE_PROVIDER_TYPE
static final ResourceKey<Registry<WorldCarver<?>>>
Registries.CARVER
static final ResourceKey<Registry<CatVariant>>
Registries.CAT_VARIANT
static final ResourceKey<Registry<ChatType>>
Registries.CHAT_TYPE
static final ResourceKey<Registry<com.mojang.serialization.Codec<? extends ChunkGenerator>>>
Registries.CHUNK_GENERATOR
static final ResourceKey<Registry<ChunkStatus>>
Registries.CHUNK_STATUS
static final ResourceKey<Registry<ArgumentTypeInfo<?,
?>>> Registries.COMMAND_ARGUMENT_TYPE
static final ResourceKey<Registry<ConfiguredWorldCarver<?>>>
Registries.CONFIGURED_CARVER
static final ResourceKey<Registry<ConfiguredFeature<?,
?>>> Registries.CONFIGURED_FEATURE
static final ResourceKey<Registry<CreativeModeTab>>
Registries.CREATIVE_MODE_TAB
static final ResourceKey<Registry<ResourceLocation>>
Registries.CUSTOM_STAT
static final ResourceKey<Registry<DamageType>>
Registries.DAMAGE_TYPE
static final ResourceKey<Registry<String>>
Registries.DECORATED_POT_PATTERNS
static final ResourceKey<Registry<DensityFunction>>
Registries.DENSITY_FUNCTION
static final ResourceKey<Registry<com.mojang.serialization.Codec<? extends DensityFunction>>>
Registries.DENSITY_FUNCTION_TYPE
static final ResourceKey<Registry<Level>>
Registries.DIMENSION
static final ResourceKey<Registry<DimensionType>>
Registries.DIMENSION_TYPE
static final ResourceKey<Registry<Enchantment>>
Registries.ENCHANTMENT
static final ResourceKey<Registry<EntityType<?>>>
Registries.ENTITY_TYPE
static final ResourceKey<Registry<Feature<?>>>
Registries.FEATURE
static final ResourceKey<Registry<FeatureSizeType<?>>>
Registries.FEATURE_SIZE_TYPE
static final ResourceKey<Registry<FlatLevelGeneratorPreset>>
Registries.FLAT_LEVEL_GENERATOR_PRESET
static final ResourceKey<Registry<FloatProviderType<?>>>
Registries.FLOAT_PROVIDER_TYPE
static final ResourceKey<Registry<Fluid>>
Registries.FLUID
static final ResourceKey<Registry<FoliagePlacerType<?>>>
Registries.FOLIAGE_PLACER_TYPE
static final ResourceKey<Registry<FrogVariant>>
Registries.FROG_VARIANT
static final ResourceKey<Registry<GameEvent>>
Registries.GAME_EVENT
static final ResourceKey<Registry<HeightProviderType<?>>>
Registries.HEIGHT_PROVIDER_TYPE
static final ResourceKey<Registry<Instrument>>
Registries.INSTRUMENT
static final ResourceKey<Registry<IntProviderType<?>>>
Registries.INT_PROVIDER_TYPE
static final ResourceKey<Registry<Item>>
Registries.ITEM
static final ResourceKey<Registry<LevelStem>>
Registries.LEVEL_STEM
static final ResourceKey<Registry<LootItemConditionType>>
Registries.LOOT_CONDITION_TYPE
static final ResourceKey<Registry<LootItemFunctionType>>
Registries.LOOT_FUNCTION_TYPE
static final ResourceKey<Registry<LootNbtProviderType>>
Registries.LOOT_NBT_PROVIDER_TYPE
static final ResourceKey<Registry<LootNumberProviderType>>
Registries.LOOT_NUMBER_PROVIDER_TYPE
static final ResourceKey<Registry<LootPoolEntryType>>
Registries.LOOT_POOL_ENTRY_TYPE
static final ResourceKey<Registry<LootScoreProviderType>>
Registries.LOOT_SCORE_PROVIDER_TYPE
static final ResourceKey<Registry<com.mojang.serialization.Codec<? extends SurfaceRules.ConditionSource>>>
Registries.MATERIAL_CONDITION
static final ResourceKey<Registry<com.mojang.serialization.Codec<? extends SurfaceRules.RuleSource>>>
Registries.MATERIAL_RULE
static final ResourceKey<Registry<MemoryModuleType<?>>>
Registries.MEMORY_MODULE_TYPE
static final ResourceKey<Registry<MenuType<?>>>
Registries.MENU
static final ResourceKey<Registry<MobEffect>>
Registries.MOB_EFFECT
static final ResourceKey<Registry<MultiNoiseBiomeSourceParameterList>>
Registries.MULTI_NOISE_BIOME_SOURCE_PARAMETER_LIST
static final ResourceKey<Registry<NormalNoise.NoiseParameters>>
Registries.NOISE
static final ResourceKey<Registry<NoiseGeneratorSettings>>
Registries.NOISE_SETTINGS
static final ResourceKey<Registry<PaintingVariant>>
Registries.PAINTING_VARIANT
static final ResourceKey<Registry<ParticleType<?>>>
Registries.PARTICLE_TYPE
static final ResourceKey<Registry<PlacedFeature>>
Registries.PLACED_FEATURE
static final ResourceKey<Registry<PlacementModifierType<?>>>
Registries.PLACEMENT_MODIFIER_TYPE
static final ResourceKey<Registry<PoiType>>
Registries.POINT_OF_INTEREST_TYPE
static final ResourceKey<Registry<PosRuleTestType<?>>>
Registries.POS_RULE_TEST
static final ResourceKey<Registry<PositionSourceType<?>>>
Registries.POSITION_SOURCE_TYPE
static final ResourceKey<Registry<Potion>>
Registries.POTION
static final ResourceKey<Registry<StructureProcessorList>>
Registries.PROCESSOR_LIST
static final ResourceKey<Registry<RecipeSerializer<?>>>
Registries.RECIPE_SERIALIZER
static final ResourceKey<Registry<RecipeType<?>>>
Registries.RECIPE_TYPE
static final ResourceKey<Registry<RootPlacerType<?>>>
Registries.ROOT_PLACER_TYPE
static final ResourceKey<Registry<RuleBlockEntityModifierType<?>>>
Registries.RULE_BLOCK_ENTITY_MODIFIER
static final ResourceKey<Registry<RuleTestType<?>>>
Registries.RULE_TEST
static final ResourceKey<Registry<Schedule>>
Registries.SCHEDULE
static final ResourceKey<Registry<SensorType<?>>>
Registries.SENSOR_TYPE
static final ResourceKey<Registry<SoundEvent>>
Registries.SOUND_EVENT
static final ResourceKey<Registry<StatType<?>>>
Registries.STAT_TYPE
static final ResourceKey<Registry<Structure>>
Registries.STRUCTURE
static final ResourceKey<Registry<StructurePieceType>>
Registries.STRUCTURE_PIECE
static final ResourceKey<Registry<StructurePlacementType<?>>>
Registries.STRUCTURE_PLACEMENT
static final ResourceKey<Registry<StructurePoolElementType<?>>>
Registries.STRUCTURE_POOL_ELEMENT
static final ResourceKey<Registry<StructureProcessorType<?>>>
Registries.STRUCTURE_PROCESSOR
static final ResourceKey<Registry<StructureSet>>
Registries.STRUCTURE_SET
static final ResourceKey<Registry<StructureType<?>>>
Registries.STRUCTURE_TYPE
static final ResourceKey<Registry<StructureTemplatePool>>
Registries.TEMPLATE_POOL
static final ResourceKey<Registry<TreeDecoratorType<?>>>
Registries.TREE_DECORATOR_TYPE
static final ResourceKey<Registry<TrimMaterial>>
Registries.TRIM_MATERIAL
static final ResourceKey<Registry<TrimPattern>>
Registries.TRIM_PATTERN
static final ResourceKey<Registry<TrunkPlacerType<?>>>
Registries.TRUNK_PLACER_TYPE
static final ResourceKey<Registry<VillagerProfession>>
Registries.VILLAGER_PROFESSION
static final ResourceKey<Registry<VillagerType>>
Registries.VILLAGER_TYPE
static final ResourceKey<Registry<WorldPreset>>
Registries.WORLD_PRESET
Modifier and TypeMethodDescriptionprivate static <T> ResourceKey<Registry<T>>
Registries.createRegistryKey
(String p_259572_) static ResourceKey<Level>
Registries.levelStemToLevel
(ResourceKey<LevelStem> p_259475_) static ResourceKey<LevelStem>
Registries.levelToLevelStem
(ResourceKey<Level> p_260225_) Modifier and TypeMethodDescriptionprivate static <T> Registry<T>
BuiltInRegistries.forge
(ResourceKey<? extends Registry<T>> key, com.mojang.serialization.Lifecycle cycle, BuiltInRegistries.RegistryBootstrap<T> def) private static <T> DefaultedRegistry<T>
BuiltInRegistries.forge
(ResourceKey<? extends Registry<T>> key, String defKey, com.mojang.serialization.Lifecycle cycle, BuiltInRegistries.RegistryBootstrap<T> def) private static <T> DefaultedRegistry<T>
BuiltInRegistries.forge
(ResourceKey<? extends Registry<T>> key, String defKey, BuiltInRegistries.RegistryBootstrap<T> def) private static <T> Registry<T>
BuiltInRegistries.forge
(ResourceKey<? extends Registry<T>> key, BuiltInRegistries.RegistryBootstrap<T> def) private static <T,
R extends WritableRegistry<T>>
RBuiltInRegistries.internalRegister
(ResourceKey<? extends Registry<T>> p_259230_, R p_260327_, BuiltInRegistries.RegistryBootstrap<T> p_259210_, com.mojang.serialization.Lifecycle p_259258_) static ResourceKey<Level>
Registries.levelStemToLevel
(ResourceKey<LevelStem> p_259475_) static ResourceKey<LevelStem>
Registries.levelToLevelStem
(ResourceKey<Level> p_260225_) private static <T> DefaultedRegistry<T>
BuiltInRegistries.registerDefaulted
(ResourceKey<? extends Registry<T>> p_259400_, String p_259678_, com.mojang.serialization.Lifecycle p_259157_, BuiltInRegistries.RegistryBootstrap<T> p_259806_) private static <T> DefaultedRegistry<T>
BuiltInRegistries.registerDefaulted
(ResourceKey<? extends Registry<T>> p_259887_, String p_259325_, BuiltInRegistries.RegistryBootstrap<T> p_259759_) private static <T> DefaultedRegistry<T>
BuiltInRegistries.registerDefaultedWithIntrusiveHolders
(ResourceKey<? extends Registry<T>> p_260010_, String p_260220_, com.mojang.serialization.Lifecycle p_260139_, BuiltInRegistries.RegistryBootstrap<T> p_260185_) private static <T> DefaultedRegistry<T>
BuiltInRegistries.registerDefaultedWithIntrusiveHolders
(ResourceKey<? extends Registry<T>> p_259296_, String p_259101_, BuiltInRegistries.RegistryBootstrap<T> p_259485_) private static <T> Registry<T>
BuiltInRegistries.registerSimple
(ResourceKey<? extends Registry<T>> p_259121_, com.mojang.serialization.Lifecycle p_259977_, BuiltInRegistries.RegistryBootstrap<T> p_259874_) private static <T> Registry<T>
BuiltInRegistries.registerSimple
(ResourceKey<? extends Registry<T>> p_260095_, BuiltInRegistries.RegistryBootstrap<T> p_259057_) private static <T> Registry<T>
BuiltInRegistries.registerSimpleWithIntrusiveHolders
(ResourceKey<? extends Registry<T>> p_297531_, BuiltInRegistries.RegistryBootstrap<T> p_298446_) -
Uses of ResourceKey in net.minecraft.data.advancements.packs
Modifier and TypeMethodDescriptionprotected static Advancement.Builder
VanillaAdventureAdvancements.addBiomes
(Advancement.Builder p_249250_, List<ResourceKey<Biome>> p_251338_) -
Uses of ResourceKey in net.minecraft.data.info
Modifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec<Climate.ParameterList<ResourceKey<Biome>>>
BiomeParametersDumpReport.CODEC
private static final com.mojang.serialization.MapCodec<ResourceKey<Biome>>
BiomeParametersDumpReport.ENTRY_CODEC
-
Uses of ResourceKey in net.minecraft.data.registries
Modifier and TypeFieldDescriptionstatic final List<? extends ResourceKey<? extends Registry<?>>>
VanillaRegistries.DATAPACK_REGISTRY_KEYS
-
Uses of ResourceKey in net.minecraft.data.tags
Modifier and TypeFieldDescriptionprotected final ResourceKey<? extends Registry<T>>
TagsProvider.registryKey
Modifier and TypeFieldDescriptionprivate final Function<T,
ResourceKey<T>> IntrinsicHolderTagsProvider.IntrinsicTagAppender.keyExtractor
private final Function<T,
ResourceKey<T>> IntrinsicHolderTagsProvider.keyExtractor
Modifier and TypeMethodDescriptionfinal TagsProvider.TagAppender<T>
TagsProvider.TagAppender.add
(ResourceKey<T> p_256138_) final TagsProvider.TagAppender<T>
TagsProvider.TagAppender.add
(ResourceKey<T>... p_211102_) ModifierConstructorDescriptionIntrinsicHolderTagsProvider
(PackOutput p_275304_, ResourceKey<? extends Registry<T>> p_275709_, CompletableFuture<HolderLookup.Provider> p_275227_, CompletableFuture<TagsProvider.TagLookup<T>> p_275311_, Function<T, ResourceKey<T>> p_275566_) Deprecated.Forge: Use the mod id variantIntrinsicHolderTagsProvider
(PackOutput p_275304_, ResourceKey<? extends Registry<T>> p_275709_, CompletableFuture<HolderLookup.Provider> p_275227_, CompletableFuture<TagsProvider.TagLookup<T>> p_275311_, Function<T, ResourceKey<T>> p_275566_, String modId, ExistingFileHelper existingFileHelper) IntrinsicHolderTagsProvider
(PackOutput p_256164_, ResourceKey<? extends Registry<T>> p_256155_, CompletableFuture<HolderLookup.Provider> p_256488_, Function<T, ResourceKey<T>> p_256168_) Deprecated.Forge: Use the mod id variantIntrinsicHolderTagsProvider
(PackOutput p_256164_, ResourceKey<? extends Registry<T>> p_256155_, CompletableFuture<HolderLookup.Provider> p_256488_, Function<T, ResourceKey<T>> p_256168_, String modId, ExistingFileHelper existingFileHelper) protected
TagsProvider
(PackOutput p_256596_, ResourceKey<? extends Registry<T>> p_255886_, CompletableFuture<HolderLookup.Provider> p_256513_) Deprecated.Forge: Use the mod id variantprotected
TagsProvider
(PackOutput p_256596_, ResourceKey<? extends Registry<T>> p_255886_, CompletableFuture<HolderLookup.Provider> p_256513_, String modId, ExistingFileHelper existingFileHelper) protected
TagsProvider
(PackOutput p_275432_, ResourceKey<? extends Registry<T>> p_275476_, CompletableFuture<HolderLookup.Provider> p_275222_, CompletableFuture<TagsProvider.TagLookup<T>> p_275565_) Deprecated.Forge: Use the mod id variantprotected
TagsProvider
(PackOutput p_275432_, ResourceKey<? extends Registry<T>> p_275476_, CompletableFuture<HolderLookup.Provider> p_275222_, CompletableFuture<TagsProvider.TagLookup<T>> p_275565_, String modId, ExistingFileHelper existingFileHelper) ModifierConstructorDescriptionIntrinsicHolderTagsProvider
(PackOutput p_275304_, ResourceKey<? extends Registry<T>> p_275709_, CompletableFuture<HolderLookup.Provider> p_275227_, CompletableFuture<TagsProvider.TagLookup<T>> p_275311_, Function<T, ResourceKey<T>> p_275566_) Deprecated.Forge: Use the mod id variantIntrinsicHolderTagsProvider
(PackOutput p_275304_, ResourceKey<? extends Registry<T>> p_275709_, CompletableFuture<HolderLookup.Provider> p_275227_, CompletableFuture<TagsProvider.TagLookup<T>> p_275311_, Function<T, ResourceKey<T>> p_275566_, String modId, ExistingFileHelper existingFileHelper) IntrinsicHolderTagsProvider
(PackOutput p_256164_, ResourceKey<? extends Registry<T>> p_256155_, CompletableFuture<HolderLookup.Provider> p_256488_, Function<T, ResourceKey<T>> p_256168_) Deprecated.Forge: Use the mod id variantIntrinsicHolderTagsProvider
(PackOutput p_256164_, ResourceKey<? extends Registry<T>> p_256155_, CompletableFuture<HolderLookup.Provider> p_256488_, Function<T, ResourceKey<T>> p_256168_, String modId, ExistingFileHelper existingFileHelper) (package private)
IntrinsicTagAppender
(TagBuilder p_256108_, Function<T, ResourceKey<T>> p_256433_, String modId) -
Uses of ResourceKey in net.minecraft.data.worldgen
Modifier and TypeFieldDescriptionstatic final ResourceKey<StructureProcessorList>
ProcessorLists.ANCIENT_CITY_GENERIC_DEGRADATION
static final ResourceKey<StructureProcessorList>
ProcessorLists.ANCIENT_CITY_START_DEGRADATION
static final ResourceKey<StructureProcessorList>
ProcessorLists.ANCIENT_CITY_WALLS_DEGRADATION
static final ResourceKey<StructureProcessorList>
ProcessorLists.BASTION_GENERIC_DEGRADATION
static final ResourceKey<StructureProcessorList>
ProcessorLists.BOTTOM_RAMPART
static final ResourceKey<StructureProcessorList>
ProcessorLists.BRIDGE
static final ResourceKey<ConfiguredWorldCarver<?>>
Carvers.CANYON
static final ResourceKey<ConfiguredWorldCarver<?>>
Carvers.CAVE
static final ResourceKey<ConfiguredWorldCarver<?>>
Carvers.CAVE_EXTRA_UNDERGROUND
static final ResourceKey<StructureTemplatePool>
Pools.EMPTY
private static final ResourceKey<StructureProcessorList>
ProcessorLists.EMPTY
static final ResourceKey<StructureProcessorList>
ProcessorLists.ENTRANCE_REPLACEMENT
static final ResourceKey<StructureProcessorList>
ProcessorLists.FARM_DESERT
static final ResourceKey<StructureProcessorList>
ProcessorLists.FARM_PLAINS
static final ResourceKey<StructureProcessorList>
ProcessorLists.FARM_SAVANNA
static final ResourceKey<StructureProcessorList>
ProcessorLists.FARM_SNOWY
static final ResourceKey<StructureProcessorList>
ProcessorLists.FARM_TAIGA
static final ResourceKey<StructureProcessorList>
ProcessorLists.FOSSIL_COAL
static final ResourceKey<StructureProcessorList>
ProcessorLists.FOSSIL_DIAMONDS
static final ResourceKey<StructureProcessorList>
ProcessorLists.FOSSIL_ROT
static final ResourceKey<StructureProcessorList>
ProcessorLists.HIGH_RAMPART
static final ResourceKey<StructureProcessorList>
ProcessorLists.HIGH_WALL
static final ResourceKey<StructureProcessorList>
ProcessorLists.HOUSING
static final ResourceKey<StructureProcessorList>
ProcessorLists.MOSSIFY_10_PERCENT
static final ResourceKey<StructureProcessorList>
ProcessorLists.MOSSIFY_20_PERCENT
static final ResourceKey<StructureProcessorList>
ProcessorLists.MOSSIFY_70_PERCENT
static final ResourceKey<ConfiguredWorldCarver<?>>
Carvers.NETHER_CAVE
static final ResourceKey<StructureProcessorList>
ProcessorLists.OUTPOST_ROT
static final ResourceKey<StructureProcessorList>
ProcessorLists.RAMPART_DEGRADATION
static final ResourceKey<StructureProcessorList>
ProcessorLists.ROOF
static final ResourceKey<StructureProcessorList>
ProcessorLists.SIDE_WALL_DEGRADATION
static final ResourceKey<StructureProcessorList>
ProcessorLists.STABLE_DEGRADATION
static final ResourceKey<StructureTemplatePool>
AncientCityStructurePieces.START
static final ResourceKey<StructureTemplatePool>
BastionPieces.START
static final ResourceKey<StructureTemplatePool>
DesertVillagePools.START
static final ResourceKey<StructureTemplatePool>
PillagerOutpostPools.START
static final ResourceKey<StructureTemplatePool>
PlainVillagePools.START
static final ResourceKey<StructureTemplatePool>
SavannaVillagePools.START
static final ResourceKey<StructureTemplatePool>
SnowyVillagePools.START
static final ResourceKey<StructureTemplatePool>
TaigaVillagePools.START
static final ResourceKey<StructureTemplatePool>
TrailRuinsStructurePools.START
static final ResourceKey<StructureProcessorList>
ProcessorLists.STREET_PLAINS
static final ResourceKey<StructureProcessorList>
ProcessorLists.STREET_SAVANNA
static final ResourceKey<StructureProcessorList>
ProcessorLists.STREET_SNOWY_OR_TAIGA
private static final ResourceKey<StructureTemplatePool>
DesertVillagePools.TERMINATORS_KEY
private static final ResourceKey<StructureTemplatePool>
PlainVillagePools.TERMINATORS_KEY
private static final ResourceKey<StructureTemplatePool>
SavannaVillagePools.TERMINATORS_KEY
private static final ResourceKey<StructureTemplatePool>
SnowyVillagePools.TERMINATORS_KEY
private static final ResourceKey<StructureTemplatePool>
TaigaVillagePools.TERMINATORS_KEY
static final ResourceKey<StructureProcessorList>
ProcessorLists.TRAIL_RUINS_HOUSES_ARCHAEOLOGY
static final ResourceKey<StructureProcessorList>
ProcessorLists.TRAIL_RUINS_ROADS_ARCHAEOLOGY
static final ResourceKey<StructureProcessorList>
ProcessorLists.TRAIL_RUINS_TOWER_TOP_ARCHAEOLOGY
static final ResourceKey<StructureProcessorList>
ProcessorLists.TREASURE_ROOMS
static final ResourceKey<StructureProcessorList>
ProcessorLists.ZOMBIE_DESERT
static final ResourceKey<StructureProcessorList>
ProcessorLists.ZOMBIE_PLAINS
static final ResourceKey<StructureProcessorList>
ProcessorLists.ZOMBIE_SAVANNA
static final ResourceKey<StructureProcessorList>
ProcessorLists.ZOMBIE_SNOWY
static final ResourceKey<StructureProcessorList>
ProcessorLists.ZOMBIE_TAIGA
private static final ResourceKey<StructureTemplatePool>
DesertVillagePools.ZOMBIE_TERMINATORS_KEY
private static final ResourceKey<StructureTemplatePool>
SavannaVillagePools.ZOMBIE_TERMINATORS_KEY
Modifier and TypeMethodDescriptionprivate static ResourceKey<ConfiguredWorldCarver<?>>
static ResourceKey<StructureTemplatePool>
private static ResourceKey<StructureProcessorList>
Modifier and TypeMethodDescription<S> HolderGetter<S>
BootstapContext.lookup
(ResourceKey<? extends Registry<? extends S>> p_256410_) default Holder.Reference<T>
BootstapContext.register
(ResourceKey<T> p_255743_, T p_256121_) BootstapContext.register
(ResourceKey<T> p_256008_, T p_256454_, com.mojang.serialization.Lifecycle p_255725_) private static void
NoiseData.register
(BootstapContext<NormalNoise.NoiseParameters> p_256150_, ResourceKey<NormalNoise.NoiseParameters> p_255970_, int p_256539_, double p_256566_, double... p_255998_) private static void
ProcessorLists.register
(BootstapContext<StructureProcessorList> p_256641_, ResourceKey<StructureProcessorList> p_256192_, List<StructureProcessor> p_255805_) private static void
NoiseData.registerBiomeNoises
(BootstapContext<NormalNoise.NoiseParameters> p_256503_, int p_236479_, ResourceKey<NormalNoise.NoiseParameters> p_236480_, ResourceKey<NormalNoise.NoiseParameters> p_236481_, ResourceKey<NormalNoise.NoiseParameters> p_236482_, ResourceKey<NormalNoise.NoiseParameters> p_236483_) default <S> Optional<HolderLookup.RegistryLookup<S>>
BootstapContext.registryLookup
(ResourceKey<? extends Registry<? extends S>> registry) -
Uses of ResourceKey in net.minecraft.data.worldgen.features
Modifier and TypeFieldDescriptionstatic final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.ACACIA
static final ResourceKey<ConfiguredFeature<?,
?>> CaveFeatures.AMETHYST_GEODE
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.AZALEA_TREE
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.BAMBOO_NO_PODZOL
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.BAMBOO_SOME_PODZOL
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.BAMBOO_VEGETATION
static final ResourceKey<ConfiguredFeature<?,
?>> NetherFeatures.BASALT_BLOBS
static final ResourceKey<ConfiguredFeature<?,
?>> NetherFeatures.BASALT_PILLAR
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.BIRCH
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.BIRCH_BEES_0002
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.BIRCH_BEES_002
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.BIRCH_BEES_005
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.BIRCH_TALL
static final ResourceKey<ConfiguredFeature<?,
?>> NetherFeatures.BLACKSTONE_BLOBS
static final ResourceKey<ConfiguredFeature<?,
?>> MiscOverworldFeatures.BLUE_ICE
static final ResourceKey<ConfiguredFeature<?,
?>> MiscOverworldFeatures.BONUS_CHEST
static final ResourceKey<ConfiguredFeature<?,
?>> CaveFeatures.CAVE_VINE
static final ResourceKey<ConfiguredFeature<?,
?>> CaveFeatures.CAVE_VINE_IN_MOSS
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.CHERRY
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.CHERRY_BEES_005
static final ResourceKey<ConfiguredFeature<?,
?>> EndFeatures.CHORUS_PLANT
static final ResourceKey<ConfiguredFeature<?,
?>> CaveFeatures.CLAY_POOL_WITH_DRIPLEAVES
static final ResourceKey<ConfiguredFeature<?,
?>> CaveFeatures.CLAY_WITH_DRIPLEAVES
static final ResourceKey<ConfiguredFeature<?,
?>> NetherFeatures.CRIMSON_FOREST_VEGETATION
static final ResourceKey<ConfiguredFeature<?,
?>> NetherFeatures.CRIMSON_FOREST_VEGETATION_BONEMEAL
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.CRIMSON_FUNGUS
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.CRIMSON_FUNGUS_PLANTED
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.DARK_FOREST_VEGETATION
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.DARK_OAK
static final ResourceKey<ConfiguredFeature<?,
?>> NetherFeatures.DELTA
static final ResourceKey<ConfiguredFeature<?,
?>> MiscOverworldFeatures.DESERT_WELL
static final ResourceKey<ConfiguredFeature<?,
?>> MiscOverworldFeatures.DISK_CLAY
static final ResourceKey<ConfiguredFeature<?,
?>> MiscOverworldFeatures.DISK_GRASS
static final ResourceKey<ConfiguredFeature<?,
?>> MiscOverworldFeatures.DISK_GRAVEL
static final ResourceKey<ConfiguredFeature<?,
?>> MiscOverworldFeatures.DISK_SAND
static final ResourceKey<ConfiguredFeature<?,
?>> CaveFeatures.DRIPLEAF
static final ResourceKey<ConfiguredFeature<?,
?>> CaveFeatures.DRIPSTONE_CLUSTER
static final ResourceKey<ConfiguredFeature<?,
?>> EndFeatures.END_GATEWAY_DELAYED
static final ResourceKey<ConfiguredFeature<?,
?>> EndFeatures.END_GATEWAY_RETURN
static final ResourceKey<ConfiguredFeature<?,
?>> EndFeatures.END_ISLAND
static final ResourceKey<ConfiguredFeature<?,
?>> EndFeatures.END_SPIKE
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.FANCY_OAK
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.FANCY_OAK_BEES
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.FANCY_OAK_BEES_0002
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.FANCY_OAK_BEES_002
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.FANCY_OAK_BEES_005
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.FLOWER_CHERRY
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.FLOWER_DEFAULT
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.FLOWER_FLOWER_FOREST
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.FLOWER_MEADOW
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.FLOWER_PLAIN
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.FLOWER_SWAMP
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.FOREST_FLOWERS
static final ResourceKey<ConfiguredFeature<?,
?>> MiscOverworldFeatures.FOREST_ROCK
static final ResourceKey<ConfiguredFeature<?,
?>> CaveFeatures.FOSSIL_COAL
static final ResourceKey<ConfiguredFeature<?,
?>> CaveFeatures.FOSSIL_DIAMONDS
static final ResourceKey<ConfiguredFeature<?,
?>> MiscOverworldFeatures.FREEZE_TOP_LAYER
static final ResourceKey<ConfiguredFeature<?,
?>> CaveFeatures.GLOW_LICHEN
static final ResourceKey<ConfiguredFeature<?,
?>> NetherFeatures.GLOWSTONE_EXTRA
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.HUGE_BROWN_MUSHROOM
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.HUGE_RED_MUSHROOM
static final ResourceKey<ConfiguredFeature<?,
?>> MiscOverworldFeatures.ICE_PATCH
static final ResourceKey<ConfiguredFeature<?,
?>> MiscOverworldFeatures.ICE_SPIKE
static final ResourceKey<ConfiguredFeature<?,
?>> MiscOverworldFeatures.ICEBERG_BLUE
static final ResourceKey<ConfiguredFeature<?,
?>> MiscOverworldFeatures.ICEBERG_PACKED
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.JUNGLE_BUSH
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.JUNGLE_TREE
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.JUNGLE_TREE_NO_VINE
static final ResourceKey<ConfiguredFeature<?,
?>> AquaticFeatures.KELP
static final ResourceKey<ConfiguredFeature<?,
?>> MiscOverworldFeatures.LAKE_LAVA
static final ResourceKey<ConfiguredFeature<?,
?>> NetherFeatures.LARGE_BASALT_COLUMNS
static final ResourceKey<ConfiguredFeature<?,
?>> CaveFeatures.LARGE_DRIPSTONE
static final ResourceKey<ConfiguredFeature<?,
?>> CaveFeatures.LUSH_CAVES_CLAY
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.MANGROVE
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.MANGROVE_VEGETATION
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.MEADOW_TREES
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.MEGA_JUNGLE_TREE
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.MEGA_PINE
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.MEGA_SPRUCE
static final ResourceKey<ConfiguredFeature<?,
?>> CaveFeatures.MONSTER_ROOM
static final ResourceKey<ConfiguredFeature<?,
?>> CaveFeatures.MOSS_PATCH
static final ResourceKey<ConfiguredFeature<?,
?>> CaveFeatures.MOSS_PATCH_BONEMEAL
static final ResourceKey<ConfiguredFeature<?,
?>> CaveFeatures.MOSS_PATCH_CEILING
static final ResourceKey<ConfiguredFeature<?,
?>> CaveFeatures.MOSS_VEGETATION
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.MUSHROOM_ISLAND_VEGETATION
static final ResourceKey<ConfiguredFeature<?,
?>> NetherFeatures.NETHER_SPROUTS
static final ResourceKey<ConfiguredFeature<?,
?>> NetherFeatures.NETHER_SPROUTS_BONEMEAL
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.OAK
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.OAK_BEES_0002
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.OAK_BEES_002
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.OAK_BEES_005
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_ANCIENT_DEBRIS_LARGE
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_ANCIENT_DEBRIS_SMALL
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_ANDESITE
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_BLACKSTONE
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_CLAY
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_COAL
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_COAL_BURIED
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_COPPER_LARGE
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_COPPPER_SMALL
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_DIAMOND_BURIED
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_DIAMOND_LARGE
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_DIAMOND_MEDIUM
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_DIAMOND_SMALL
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_DIORITE
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_DIRT
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_EMERALD
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_GOLD
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_GOLD_BURIED
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_GRANITE
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_GRAVEL
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_GRAVEL_NETHER
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_INFESTED
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_IRON
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_IRON_SMALL
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_LAPIS
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_LAPIS_BURIED
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_MAGMA
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_NETHER_GOLD
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_QUARTZ
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_REDSTONE
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_SOUL_SAND
static final ResourceKey<ConfiguredFeature<?,
?>> OreFeatures.ORE_TUFF
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.PATCH_BERRY_BUSH
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.PATCH_BROWN_MUSHROOM
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.PATCH_CACTUS
static final ResourceKey<ConfiguredFeature<?,
?>> NetherFeatures.PATCH_CRIMSON_ROOTS
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.PATCH_DEAD_BUSH
static final ResourceKey<ConfiguredFeature<?,
?>> NetherFeatures.PATCH_FIRE
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.PATCH_GRASS
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.PATCH_GRASS_JUNGLE
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.PATCH_LARGE_FERN
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.PATCH_MELON
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.PATCH_PUMPKIN
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.PATCH_RED_MUSHROOM
static final ResourceKey<ConfiguredFeature<?,
?>> NetherFeatures.PATCH_SOUL_FIRE
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.PATCH_SUGAR_CANE
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.PATCH_SUNFLOWER
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.PATCH_TAIGA_GRASS
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.PATCH_TALL_GRASS
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.PATCH_WATERLILY
static final ResourceKey<ConfiguredFeature<?,
?>> PileFeatures.PILE_HAY
static final ResourceKey<ConfiguredFeature<?,
?>> PileFeatures.PILE_ICE
static final ResourceKey<ConfiguredFeature<?,
?>> PileFeatures.PILE_MELON
static final ResourceKey<ConfiguredFeature<?,
?>> PileFeatures.PILE_PUMPKIN
static final ResourceKey<ConfiguredFeature<?,
?>> PileFeatures.PILE_SNOW
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.PINE
static final ResourceKey<ConfiguredFeature<?,
?>> CaveFeatures.POINTED_DRIPSTONE
static final ResourceKey<ConfiguredFeature<?,
?>> CaveFeatures.ROOTED_AZALEA_TREE
static final ResourceKey<ConfiguredFeature<?,
?>> CaveFeatures.SCULK_PATCH_ANCIENT_CITY
static final ResourceKey<ConfiguredFeature<?,
?>> CaveFeatures.SCULK_PATCH_DEEP_DARK
static final ResourceKey<ConfiguredFeature<?,
?>> CaveFeatures.SCULK_VEIN
static final ResourceKey<ConfiguredFeature<?,
?>> AquaticFeatures.SEA_PICKLE
static final ResourceKey<ConfiguredFeature<?,
?>> AquaticFeatures.SEAGRASS_MID
static final ResourceKey<ConfiguredFeature<?,
?>> AquaticFeatures.SEAGRASS_SHORT
static final ResourceKey<ConfiguredFeature<?,
?>> AquaticFeatures.SEAGRASS_SIMPLE
static final ResourceKey<ConfiguredFeature<?,
?>> AquaticFeatures.SEAGRASS_SLIGHTLY_LESS_SHORT
static final ResourceKey<ConfiguredFeature<?,
?>> AquaticFeatures.SEAGRASS_TALL
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.SINGLE_PIECE_OF_GRASS
static final ResourceKey<ConfiguredFeature<?,
?>> NetherFeatures.SMALL_BASALT_COLUMNS
static final ResourceKey<ConfiguredFeature<?,
?>> CaveFeatures.SPORE_BLOSSOM
static final ResourceKey<ConfiguredFeature<?,
?>> MiscOverworldFeatures.SPRING_LAVA_FROZEN
static final ResourceKey<ConfiguredFeature<?,
?>> NetherFeatures.SPRING_LAVA_NETHER
static final ResourceKey<ConfiguredFeature<?,
?>> MiscOverworldFeatures.SPRING_LAVA_OVERWORLD
static final ResourceKey<ConfiguredFeature<?,
?>> NetherFeatures.SPRING_NETHER_CLOSED
static final ResourceKey<ConfiguredFeature<?,
?>> NetherFeatures.SPRING_NETHER_OPEN
static final ResourceKey<ConfiguredFeature<?,
?>> MiscOverworldFeatures.SPRING_WATER
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.SPRUCE
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.SUPER_BIRCH_BEES
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.SUPER_BIRCH_BEES_0002
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.SWAMP_OAK
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.TALL_MANGROVE
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.TREES_BIRCH_AND_OAK
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.TREES_FLOWER_FOREST
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.TREES_GROVE
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.TREES_JUNGLE
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.TREES_OLD_GROWTH_PINE_TAIGA
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.TREES_OLD_GROWTH_SPRUCE_TAIGA
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.TREES_PLAINS
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.TREES_SAVANNA
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.TREES_SPARSE_JUNGLE
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.TREES_TAIGA
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.TREES_WATER
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.TREES_WINDSWEPT_HILLS
static final ResourceKey<ConfiguredFeature<?,
?>> NetherFeatures.TWISTING_VINES
static final ResourceKey<ConfiguredFeature<?,
?>> NetherFeatures.TWISTING_VINES_BONEMEAL
static final ResourceKey<ConfiguredFeature<?,
?>> CaveFeatures.UNDERWATER_MAGMA
static final ResourceKey<ConfiguredFeature<?,
?>> VegetationFeatures.VINES
static final ResourceKey<ConfiguredFeature<?,
?>> MiscOverworldFeatures.VOID_START_PLATFORM
static final ResourceKey<ConfiguredFeature<?,
?>> AquaticFeatures.WARM_OCEAN_VEGETATION
static final ResourceKey<ConfiguredFeature<?,
?>> NetherFeatures.WARPED_FOREST_VEGETATION_BONEMEAL
static final ResourceKey<ConfiguredFeature<?,
?>> NetherFeatures.WARPED_FOREST_VEGETION
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.WARPED_FUNGUS
static final ResourceKey<ConfiguredFeature<?,
?>> TreeFeatures.WARPED_FUNGUS_PLANTED
static final ResourceKey<ConfiguredFeature<?,
?>> NetherFeatures.WEEPING_VINES
Modifier and TypeMethodDescriptionstatic <FC extends FeatureConfiguration,
F extends Feature<FC>>
voidFeatureUtils.register
(BootstapContext<ConfiguredFeature<?, ?>> p_256315_, ResourceKey<ConfiguredFeature<?, ?>> p_255983_, F p_255949_, FC p_256398_) static void
FeatureUtils.register
(BootstapContext<ConfiguredFeature<?, ?>> p_256637_, ResourceKey<ConfiguredFeature<?, ?>> p_256555_, Feature<NoneFeatureConfiguration> p_255921_) -
Uses of ResourceKey in net.minecraft.data.worldgen.placement
Modifier and TypeFieldDescriptionstatic final ResourceKey<PlacedFeature>
TreePlacements.ACACIA_CHECKED
static final ResourceKey<PlacedFeature>
VillagePlacements.ACACIA_VILLAGE
static final ResourceKey<PlacedFeature>
CavePlacements.AMETHYST_GEODE
static final ResourceKey<PlacedFeature>
VegetationPlacements.BAMBOO
static final ResourceKey<PlacedFeature>
VegetationPlacements.BAMBOO_LIGHT
static final ResourceKey<PlacedFeature>
VegetationPlacements.BAMBOO_VEGETATION
static final ResourceKey<PlacedFeature>
NetherPlacements.BASALT_BLOBS
static final ResourceKey<PlacedFeature>
NetherPlacements.BASALT_PILLAR
static final ResourceKey<PlacedFeature>
TreePlacements.BIRCH_BEES_0002_PLACED
static final ResourceKey<PlacedFeature>
TreePlacements.BIRCH_BEES_002
static final ResourceKey<PlacedFeature>
TreePlacements.BIRCH_CHECKED
static final ResourceKey<PlacedFeature>
VegetationPlacements.BIRCH_TALL
static final ResourceKey<PlacedFeature>
NetherPlacements.BLACKSTONE_BLOBS
static final ResourceKey<PlacedFeature>
MiscOverworldPlacements.BLUE_ICE
static final ResourceKey<PlacedFeature>
VegetationPlacements.BROWN_MUSHROOM_NETHER
static final ResourceKey<PlacedFeature>
VegetationPlacements.BROWN_MUSHROOM_NORMAL
static final ResourceKey<PlacedFeature>
VegetationPlacements.BROWN_MUSHROOM_OLD_GROWTH
static final ResourceKey<PlacedFeature>
VegetationPlacements.BROWN_MUSHROOM_SWAMP
static final ResourceKey<PlacedFeature>
VegetationPlacements.BROWN_MUSHROOM_TAIGA
static final ResourceKey<PlacedFeature>
CavePlacements.CAVE_VINES
static final ResourceKey<PlacedFeature>
TreePlacements.CHERRY_BEES_005
static final ResourceKey<PlacedFeature>
TreePlacements.CHERRY_CHECKED
static final ResourceKey<PlacedFeature>
EndPlacements.CHORUS_PLANT
static final ResourceKey<PlacedFeature>
CavePlacements.CLASSIC_VINES
static final ResourceKey<PlacedFeature>
NetherPlacements.CRIMSON_FOREST_VEGETATION
static final ResourceKey<PlacedFeature>
TreePlacements.CRIMSON_FUNGI
static final ResourceKey<PlacedFeature>
VegetationPlacements.DARK_FOREST_VEGETATION
static final ResourceKey<PlacedFeature>
TreePlacements.DARK_OAK_CHECKED
static final ResourceKey<PlacedFeature>
NetherPlacements.DELTA
static final ResourceKey<PlacedFeature>
MiscOverworldPlacements.DESERT_WELL
static final ResourceKey<PlacedFeature>
MiscOverworldPlacements.DISK_CLAY
static final ResourceKey<PlacedFeature>
MiscOverworldPlacements.DISK_GRASS
static final ResourceKey<PlacedFeature>
MiscOverworldPlacements.DISK_GRAVEL
static final ResourceKey<PlacedFeature>
MiscOverworldPlacements.DISK_SAND
static final ResourceKey<PlacedFeature>
CavePlacements.DRIPSTONE_CLUSTER
static final ResourceKey<PlacedFeature>
EndPlacements.END_GATEWAY_RETURN
static final ResourceKey<PlacedFeature>
EndPlacements.END_ISLAND_DECORATED
static final ResourceKey<PlacedFeature>
EndPlacements.END_SPIKE
static final ResourceKey<PlacedFeature>
TreePlacements.FANCY_OAK_BEES
static final ResourceKey<PlacedFeature>
TreePlacements.FANCY_OAK_BEES_0002
static final ResourceKey<PlacedFeature>
TreePlacements.FANCY_OAK_BEES_002
static final ResourceKey<PlacedFeature>
TreePlacements.FANCY_OAK_CHECKED
static final ResourceKey<PlacedFeature>
VegetationPlacements.FLOWER_CHERRY
static final ResourceKey<PlacedFeature>
VegetationPlacements.FLOWER_DEFAULT
static final ResourceKey<PlacedFeature>
VegetationPlacements.FLOWER_FLOWER_FOREST
static final ResourceKey<PlacedFeature>
VegetationPlacements.FLOWER_FOREST_FLOWERS
static final ResourceKey<PlacedFeature>
VegetationPlacements.FLOWER_MEADOW
static final ResourceKey<PlacedFeature>
VillagePlacements.FLOWER_PLAIN_VILLAGE
static final ResourceKey<PlacedFeature>
VegetationPlacements.FLOWER_PLAINS
static final ResourceKey<PlacedFeature>
VegetationPlacements.FLOWER_SWAMP
static final ResourceKey<PlacedFeature>
VegetationPlacements.FLOWER_WARM
static final ResourceKey<PlacedFeature>
VegetationPlacements.FOREST_FLOWERS
static final ResourceKey<PlacedFeature>
MiscOverworldPlacements.FOREST_ROCK
static final ResourceKey<PlacedFeature>
CavePlacements.FOSSIL_LOWER
static final ResourceKey<PlacedFeature>
CavePlacements.FOSSIL_UPPER
static final ResourceKey<PlacedFeature>
MiscOverworldPlacements.FREEZE_TOP_LAYER
static final ResourceKey<PlacedFeature>
CavePlacements.GLOW_LICHEN
static final ResourceKey<PlacedFeature>
NetherPlacements.GLOWSTONE
static final ResourceKey<PlacedFeature>
NetherPlacements.GLOWSTONE_EXTRA
static final ResourceKey<PlacedFeature>
VegetationPlacements.GRASS_BONEMEAL
static final ResourceKey<PlacedFeature>
MiscOverworldPlacements.ICE_PATCH
static final ResourceKey<PlacedFeature>
MiscOverworldPlacements.ICE_SPIKE
static final ResourceKey<PlacedFeature>
MiscOverworldPlacements.ICEBERG_BLUE
static final ResourceKey<PlacedFeature>
MiscOverworldPlacements.ICEBERG_PACKED
static final ResourceKey<PlacedFeature>
TreePlacements.JUNGLE_BUSH
static final ResourceKey<PlacedFeature>
TreePlacements.JUNGLE_TREE_CHECKED
static final ResourceKey<PlacedFeature>
AquaticPlacements.KELP_COLD
static final ResourceKey<PlacedFeature>
AquaticPlacements.KELP_WARM
static final ResourceKey<PlacedFeature>
MiscOverworldPlacements.LAKE_LAVA_SURFACE
static final ResourceKey<PlacedFeature>
MiscOverworldPlacements.LAKE_LAVA_UNDERGROUND
static final ResourceKey<PlacedFeature>
NetherPlacements.LARGE_BASALT_COLUMNS
static final ResourceKey<PlacedFeature>
CavePlacements.LARGE_DRIPSTONE
static final ResourceKey<PlacedFeature>
CavePlacements.LUSH_CAVES_CEILING_VEGETATION
static final ResourceKey<PlacedFeature>
CavePlacements.LUSH_CAVES_CLAY
static final ResourceKey<PlacedFeature>
CavePlacements.LUSH_CAVES_VEGETATION
static final ResourceKey<PlacedFeature>
TreePlacements.MANGROVE_CHECKED
static final ResourceKey<PlacedFeature>
TreePlacements.MEGA_JUNGLE_TREE_CHECKED
static final ResourceKey<PlacedFeature>
TreePlacements.MEGA_PINE_CHECKED
static final ResourceKey<PlacedFeature>
TreePlacements.MEGA_SPRUCE_CHECKED
static final ResourceKey<PlacedFeature>
CavePlacements.MONSTER_ROOM
static final ResourceKey<PlacedFeature>
CavePlacements.MONSTER_ROOM_DEEP
static final ResourceKey<PlacedFeature>
VegetationPlacements.MUSHROOM_ISLAND_VEGETATION
static final ResourceKey<PlacedFeature>
NetherPlacements.NETHER_SPROUTS
static final ResourceKey<PlacedFeature>
TreePlacements.OAK_BEES_0002
static final ResourceKey<PlacedFeature>
TreePlacements.OAK_BEES_002
static final ResourceKey<PlacedFeature>
TreePlacements.OAK_CHECKED
static final ResourceKey<PlacedFeature>
VillagePlacements.OAK_VILLAGE
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_ANCIENT_DEBRIS_LARGE
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_ANCIENT_DEBRIS_SMALL
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_ANDESITE_LOWER
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_ANDESITE_UPPER
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_BLACKSTONE
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_CLAY
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_COAL_LOWER
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_COAL_UPPER
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_COPPER
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_COPPER_LARGE
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_DIAMOND
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_DIAMOND_BURIED
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_DIAMOND_LARGE
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_DIAMOND_MEDIUM
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_DIORITE_LOWER
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_DIORITE_UPPER
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_DIRT
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_EMERALD
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_GOLD
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_GOLD_DELTAS
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_GOLD_EXTRA
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_GOLD_LOWER
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_GOLD_NETHER
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_GRANITE_LOWER
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_GRANITE_UPPER
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_GRAVEL
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_GRAVEL_NETHER
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_INFESTED
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_IRON_MIDDLE
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_IRON_SMALL
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_IRON_UPPER
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_LAPIS
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_LAPIS_BURIED
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_MAGMA
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_QUARTZ_DELTAS
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_QUARTZ_NETHER
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_REDSTONE
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_REDSTONE_LOWER
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_SOUL_SAND
static final ResourceKey<PlacedFeature>
OrePlacements.ORE_TUFF
static final ResourceKey<PlacedFeature>
VillagePlacements.PATCH_BERRY_BUSH_VILLAGE
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_BERRY_COMMON
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_BERRY_RARE
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_CACTUS_DECORATED
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_CACTUS_DESERT
static final ResourceKey<PlacedFeature>
VillagePlacements.PATCH_CACTUS_VILLAGE
static final ResourceKey<PlacedFeature>
NetherPlacements.PATCH_CRIMSON_ROOTS
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_DEAD_BUSH
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_DEAD_BUSH_2
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_DEAD_BUSH_BADLANDS
static final ResourceKey<PlacedFeature>
NetherPlacements.PATCH_FIRE
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_GRASS_BADLANDS
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_GRASS_FOREST
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_GRASS_JUNGLE
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_GRASS_NORMAL
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_GRASS_PLAIN
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_GRASS_SAVANNA
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_GRASS_TAIGA
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_GRASS_TAIGA_2
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_LARGE_FERN
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_MELON
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_MELON_SPARSE
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_PUMPKIN
static final ResourceKey<PlacedFeature>
NetherPlacements.PATCH_SOUL_FIRE
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_SUGAR_CANE
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_SUGAR_CANE_BADLANDS
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_SUGAR_CANE_DESERT
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_SUGAR_CANE_SWAMP
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_SUNFLOWER
static final ResourceKey<PlacedFeature>
VillagePlacements.PATCH_TAIGA_GRASS_VILLAGE
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_TALL_GRASS
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_TALL_GRASS_2
static final ResourceKey<PlacedFeature>
VegetationPlacements.PATCH_WATERLILY
static final ResourceKey<PlacedFeature>
VillagePlacements.PILE_HAY_VILLAGE
static final ResourceKey<PlacedFeature>
VillagePlacements.PILE_ICE_VILLAGE
static final ResourceKey<PlacedFeature>
VillagePlacements.PILE_MELON_VILLAGE
static final ResourceKey<PlacedFeature>
VillagePlacements.PILE_PUMPKIN_VILLAGE
static final ResourceKey<PlacedFeature>
VillagePlacements.PILE_SNOW_VILLAGE
static final ResourceKey<PlacedFeature>
TreePlacements.PINE_CHECKED
static final ResourceKey<PlacedFeature>
TreePlacements.PINE_ON_SNOW
static final ResourceKey<PlacedFeature>
VillagePlacements.PINE_VILLAGE
static final ResourceKey<PlacedFeature>
CavePlacements.POINTED_DRIPSTONE
static final ResourceKey<PlacedFeature>
VegetationPlacements.RED_MUSHROOM_NETHER
static final ResourceKey<PlacedFeature>
VegetationPlacements.RED_MUSHROOM_NORMAL
static final ResourceKey<PlacedFeature>
VegetationPlacements.RED_MUSHROOM_OLD_GROWTH
static final ResourceKey<PlacedFeature>
VegetationPlacements.RED_MUSHROOM_SWAMP
static final ResourceKey<PlacedFeature>
VegetationPlacements.RED_MUSHROOM_TAIGA
static final ResourceKey<PlacedFeature>
CavePlacements.ROOTED_AZALEA_TREE
static final ResourceKey<PlacedFeature>
CavePlacements.SCULK_PATCH_ANCIENT_CITY
static final ResourceKey<PlacedFeature>
CavePlacements.SCULK_PATCH_DEEP_DARK
static final ResourceKey<PlacedFeature>
CavePlacements.SCULK_VEIN
static final ResourceKey<PlacedFeature>
AquaticPlacements.SEA_PICKLE
static final ResourceKey<PlacedFeature>
AquaticPlacements.SEAGRASS_COLD
static final ResourceKey<PlacedFeature>
AquaticPlacements.SEAGRASS_DEEP
static final ResourceKey<PlacedFeature>
AquaticPlacements.SEAGRASS_DEEP_COLD
static final ResourceKey<PlacedFeature>
AquaticPlacements.SEAGRASS_DEEP_WARM
static final ResourceKey<PlacedFeature>
AquaticPlacements.SEAGRASS_NORMAL
static final ResourceKey<PlacedFeature>
AquaticPlacements.SEAGRASS_RIVER
static final ResourceKey<PlacedFeature>
AquaticPlacements.SEAGRASS_SIMPLE
static final ResourceKey<PlacedFeature>
AquaticPlacements.SEAGRASS_SWAMP
static final ResourceKey<PlacedFeature>
AquaticPlacements.SEAGRASS_WARM
static final ResourceKey<PlacedFeature>
NetherPlacements.SMALL_BASALT_COLUMNS
static final ResourceKey<PlacedFeature>
CavePlacements.SPORE_BLOSSOM
static final ResourceKey<PlacedFeature>
NetherPlacements.SPRING_CLOSED
static final ResourceKey<PlacedFeature>
NetherPlacements.SPRING_CLOSED_DOUBLE
static final ResourceKey<PlacedFeature>
NetherPlacements.SPRING_DELTA
static final ResourceKey<PlacedFeature>
MiscOverworldPlacements.SPRING_LAVA
static final ResourceKey<PlacedFeature>
MiscOverworldPlacements.SPRING_LAVA_FROZEN
static final ResourceKey<PlacedFeature>
NetherPlacements.SPRING_OPEN
static final ResourceKey<PlacedFeature>
MiscOverworldPlacements.SPRING_WATER
static final ResourceKey<PlacedFeature>
TreePlacements.SPRUCE_CHECKED
static final ResourceKey<PlacedFeature>
TreePlacements.SPRUCE_ON_SNOW
static final ResourceKey<PlacedFeature>
VillagePlacements.SPRUCE_VILLAGE
static final ResourceKey<PlacedFeature>
TreePlacements.SUPER_BIRCH_BEES
static final ResourceKey<PlacedFeature>
TreePlacements.SUPER_BIRCH_BEES_0002
static final ResourceKey<PlacedFeature>
TreePlacements.TALL_MANGROVE_CHECKED
static final ResourceKey<PlacedFeature>
VegetationPlacements.TREES_BADLANDS
static final ResourceKey<PlacedFeature>
VegetationPlacements.TREES_BIRCH
static final ResourceKey<PlacedFeature>
VegetationPlacements.TREES_BIRCH_AND_OAK
static final ResourceKey<PlacedFeature>
VegetationPlacements.TREES_CHERRY
static final ResourceKey<PlacedFeature>
VegetationPlacements.TREES_FLOWER_FOREST
static final ResourceKey<PlacedFeature>
VegetationPlacements.TREES_GROVE
static final ResourceKey<PlacedFeature>
VegetationPlacements.TREES_JUNGLE
static final ResourceKey<PlacedFeature>
VegetationPlacements.TREES_MANGROVE
static final ResourceKey<PlacedFeature>
VegetationPlacements.TREES_MEADOW
static final ResourceKey<PlacedFeature>
VegetationPlacements.TREES_OLD_GROWTH_PINE_TAIGA
static final ResourceKey<PlacedFeature>
VegetationPlacements.TREES_OLD_GROWTH_SPRUCE_TAIGA
static final ResourceKey<PlacedFeature>
VegetationPlacements.TREES_PLAINS
static final ResourceKey<PlacedFeature>
VegetationPlacements.TREES_SAVANNA
static final ResourceKey<PlacedFeature>
VegetationPlacements.TREES_SNOWY
static final ResourceKey<PlacedFeature>
VegetationPlacements.TREES_SPARSE_JUNGLE
static final ResourceKey<PlacedFeature>
VegetationPlacements.TREES_SWAMP
static final ResourceKey<PlacedFeature>
VegetationPlacements.TREES_TAIGA
static final ResourceKey<PlacedFeature>
VegetationPlacements.TREES_WATER
static final ResourceKey<PlacedFeature>
VegetationPlacements.TREES_WINDSWEPT_FOREST
static final ResourceKey<PlacedFeature>
VegetationPlacements.TREES_WINDSWEPT_HILLS
static final ResourceKey<PlacedFeature>
VegetationPlacements.TREES_WINDSWEPT_SAVANNA
static final ResourceKey<PlacedFeature>
NetherPlacements.TWISTING_VINES
static final ResourceKey<PlacedFeature>
CavePlacements.UNDERWATER_MAGMA
static final ResourceKey<PlacedFeature>
VegetationPlacements.VINES
static final ResourceKey<PlacedFeature>
MiscOverworldPlacements.VOID_START_PLATFORM
static final ResourceKey<PlacedFeature>
AquaticPlacements.WARM_OCEAN_VEGETATION
static final ResourceKey<PlacedFeature>
NetherPlacements.WARPED_FOREST_VEGETATION
static final ResourceKey<PlacedFeature>
TreePlacements.WARPED_FUNGI
static final ResourceKey<PlacedFeature>
NetherPlacements.WEEPING_VINES
Modifier and TypeMethodDescriptionstatic void
PlacementUtils.register
(BootstapContext<PlacedFeature> p_255872_, ResourceKey<PlacedFeature> p_255820_, Holder<ConfiguredFeature<?, ?>> p_255813_, List<PlacementModifier> p_256042_) static void
PlacementUtils.register
(BootstapContext<PlacedFeature> p_256241_, ResourceKey<PlacedFeature> p_256614_, Holder<ConfiguredFeature<?, ?>> p_255855_, PlacementModifier... p_256413_) -
Uses of ResourceKey in net.minecraft.network
Modifier and TypeMethodDescription<T> ResourceKey<? extends Registry<T>>
FriendlyByteBuf.readRegistryKey()
<T> ResourceKey<T>
FriendlyByteBuf.readResourceKey
(ResourceKey<? extends Registry<T>> p_236802_) Modifier and TypeMethodDescription<T> ResourceKey<T>
FriendlyByteBuf.readResourceKey
(ResourceKey<? extends Registry<T>> p_236802_) void
FriendlyByteBuf.writeResourceKey
(ResourceKey<?> p_236859_) -
Uses of ResourceKey in net.minecraft.network.chat
Modifier and TypeFieldDescriptionstatic final ResourceKey<ChatType>
ChatType.CHAT
static final ResourceKey<ChatType>
ChatType.EMOTE_COMMAND
static final ResourceKey<ChatType>
ChatType.MSG_COMMAND_INCOMING
static final ResourceKey<ChatType>
ChatType.MSG_COMMAND_OUTGOING
static final ResourceKey<ChatType>
ChatType.SAY_COMMAND
static final ResourceKey<ChatType>
ChatType.TEAM_MSG_COMMAND_INCOMING
static final ResourceKey<ChatType>
ChatType.TEAM_MSG_COMMAND_OUTGOING
Modifier and TypeMethodDescriptionstatic ChatType.Bound
ChatType.bind
(ResourceKey<ChatType> p_241345_, CommandSourceStack p_241466_) static ChatType.Bound
ChatType.bind
(ResourceKey<ChatType> p_241284_, RegistryAccess p_241373_, Component p_241455_) static ChatType.Bound
ChatType.bind
(ResourceKey<ChatType> p_241279_, Entity p_241483_) -
Uses of ResourceKey in net.minecraft.network.protocol.common
Modifier and TypeFieldDescriptionprivate final Map<ResourceKey<? extends Registry<?>>,
TagNetworkSerialization.NetworkPayload> ClientboundUpdateTagsPacket.tags
Modifier and TypeMethodDescriptionMap<ResourceKey<? extends Registry<?>>,
TagNetworkSerialization.NetworkPayload> ClientboundUpdateTagsPacket.getTags()
ModifierConstructorDescriptionClientboundUpdateTagsPacket
(Map<ResourceKey<? extends Registry<?>>, TagNetworkSerialization.NetworkPayload> p_300911_) -
Uses of ResourceKey in net.minecraft.network.protocol.common.custom
Modifier and TypeFieldDescriptionprivate final ResourceKey<Level>
StructuresDebugPayload.dimension
The field for thedimension
record component.private final ResourceKey<GameEvent>
GameEventDebugPayload.type
The field for thetype
record component.Modifier and TypeMethodDescriptionStructuresDebugPayload.dimension()
Returns the value of thedimension
record component.GameEventDebugPayload.type()
Returns the value of thetype
record component.ModifierConstructorDescriptionGameEventDebugPayload
(ResourceKey<GameEvent> type, Vec3 pos) Creates an instance of aGameEventDebugPayload
record class.StructuresDebugPayload
(ResourceKey<Level> dimension, BoundingBox mainBB, List<StructuresDebugPayload.PieceInfo> pieces) Creates an instance of aStructuresDebugPayload
record class. -
Uses of ResourceKey in net.minecraft.network.protocol.game
Modifier and TypeFieldDescriptionprivate final ResourceKey<Level>
CommonPlayerSpawnInfo.dimension
The field for thedimension
record component.private final ResourceKey<DimensionType>
CommonPlayerSpawnInfo.dimensionType
The field for thedimensionType
record component.Modifier and TypeFieldDescriptionprivate final Set<ResourceKey<Level>>
ClientboundLoginPacket.levels
The field for thelevels
record component.Modifier and TypeMethodDescriptionCommonPlayerSpawnInfo.dimension()
Returns the value of thedimension
record component.CommonPlayerSpawnInfo.dimensionType()
Returns the value of thedimensionType
record component.Modifier and TypeMethodDescriptionClientboundLoginPacket.levels()
Returns the value of thelevels
record component.ModifierConstructorDescriptionCommonPlayerSpawnInfo
(ResourceKey<DimensionType> dimensionType, ResourceKey<Level> dimension, long seed, GameType gameType, GameType previousGameType, boolean isDebug, boolean isFlat, Optional<GlobalPos> lastDeathLocation, int portalCooldown) Creates an instance of aCommonPlayerSpawnInfo
record class.ModifierConstructorDescriptionClientboundLoginPacket
(int playerId, boolean hardcore, Set<ResourceKey<Level>> levels, int maxPlayers, int chunkRadius, int simulationDistance, boolean reducedDebugInfo, boolean showDeathScreen, boolean doLimitedCrafting, CommonPlayerSpawnInfo commonPlayerSpawnInfo) Creates an instance of aClientboundLoginPacket
record class. -
Uses of ResourceKey in net.minecraft.resources
Modifier and TypeFieldDescriptionprivate final ResourceKey<? extends Registry<T>>
RegistryDataLoader.RegistryData.key
The field for thekey
record component.private final ResourceKey<? extends Registry<E>>
HolderSetCodec.registryKey
private final ResourceKey<? extends Registry<E>>
RegistryFileCodec.registryKey
private final ResourceKey<? extends Registry<E>>
RegistryFixedCodec.registryKey
Modifier and TypeFieldDescriptionprivate static final ConcurrentMap<ResourceKey.InternKey,
ResourceKey<?>> ResourceKey.VALUES
Modifier and TypeMethodDescriptionstatic <T> ResourceKey<T>
ResourceKey.create
(ResourceKey<? extends Registry<T>> p_135786_, ResourceLocation p_135787_) private static <T> ResourceKey<T>
ResourceKey.create
(ResourceLocation p_135791_, ResourceLocation p_135792_) static <T> ResourceKey<Registry<T>>
ResourceKey.createRegistryKey
(ResourceLocation p_135789_) ResourceKey<? extends Registry<T>>
RegistryDataLoader.RegistryData.key()
Returns the value of thekey
record component.Modifier and TypeMethodDescription<E> Optional<ResourceKey<E>>
ResourceKey.cast
(ResourceKey<? extends Registry<E>> p_195976_) static <T> com.mojang.serialization.Codec<ResourceKey<T>>
ResourceKey.codec
(ResourceKey<? extends Registry<T>> p_195967_) Modifier and TypeMethodDescription<E> Optional<ResourceKey<E>>
ResourceKey.cast
(ResourceKey<? extends Registry<E>> p_195976_) static <T> com.mojang.serialization.Codec<ResourceKey<T>>
ResourceKey.codec
(ResourceKey<? extends Registry<T>> p_195967_) int
ResourceKey.compareTo
(ResourceKey<?> o) static <E> com.mojang.serialization.Codec<HolderSet<E>>
HolderSetCodec.create
(ResourceKey<? extends Registry<E>> p_206686_, com.mojang.serialization.Codec<Holder<E>> p_206687_, boolean p_206688_) static <E> RegistryFileCodec<E>
RegistryFileCodec.create
(ResourceKey<? extends Registry<E>> p_135590_, com.mojang.serialization.Codec<E> p_135591_) static <E> RegistryFileCodec<E>
RegistryFileCodec.create
(ResourceKey<? extends Registry<E>> p_135593_, com.mojang.serialization.Codec<E> p_135594_, boolean p_135595_) static <E> RegistryFixedCodec<E>
RegistryFixedCodec.create
(ResourceKey<? extends Registry<E>> p_206741_) static <T> ResourceKey<T>
ResourceKey.create
(ResourceKey<? extends Registry<T>> p_135786_, ResourceLocation p_135787_) <E> Optional<HolderGetter<E>>
RegistryOps.getter
(ResourceKey<? extends Registry<? extends E>> p_256031_) boolean
ResourceKey.isFor
(ResourceKey<? extends Registry<?>> p_135784_) (package private) static <E> void
RegistryDataLoader.loadRegistryContents
(RegistryOps.RegistryInfoLookup p_256369_, ResourceManager p_256349_, ResourceKey<? extends Registry<E>> p_255792_, WritableRegistry<E> p_256211_, com.mojang.serialization.Decoder<E> p_256232_, Map<ResourceKey<?>, Exception> p_255884_) <T> Optional<RegistryOps.RegistryInfo<T>>
RegistryOps.RegistryInfoLookup.lookup
(ResourceKey<? extends Registry<? extends T>> p_256623_) <E> Optional<HolderOwner<E>>
RegistryOps.owner
(ResourceKey<? extends Registry<? extends E>> p_255757_) static <E,
O> com.mojang.serialization.codecs.RecordCodecBuilder<O, Holder.Reference<E>> RegistryOps.retrieveElement
(ResourceKey<E> p_256347_) static <E,
O> com.mojang.serialization.codecs.RecordCodecBuilder<O, HolderGetter<E>> RegistryOps.retrieveGetter
(ResourceKey<? extends Registry<? extends E>> p_206833_) static <E> com.mojang.serialization.MapCodec<HolderLookup.RegistryLookup<E>>
RegistryOps.retrieveRegistryLookup
(ResourceKey<? extends Registry<? extends E>> resourceKey) Modifier and TypeMethodDescription(package private) com.mojang.datafixers.util.Pair<WritableRegistry<?>,
RegistryDataLoader.Loader> RegistryDataLoader.RegistryData.create
(com.mojang.serialization.Lifecycle p_251662_, Map<ResourceKey<?>, Exception> p_251565_) (package private) static <E> void
RegistryDataLoader.loadRegistryContents
(RegistryOps.RegistryInfoLookup p_256369_, ResourceManager p_256349_, ResourceKey<? extends Registry<E>> p_255792_, WritableRegistry<E> p_256211_, com.mojang.serialization.Decoder<E> p_256232_, Map<ResourceKey<?>, Exception> p_255884_) private static void
RegistryDataLoader.logErrors
(Map<ResourceKey<?>, Exception> p_252325_) ModifierConstructorDescriptionprivate
HolderSetCodec
(ResourceKey<? extends Registry<E>> p_206660_, com.mojang.serialization.Codec<Holder<E>> p_206661_, boolean p_206662_) RegistryData
(ResourceKey<? extends Registry<T>> key, com.mojang.serialization.Codec<T> elementCodec) Creates an instance of aRegistryData
record class.private
RegistryFileCodec
(ResourceKey<? extends Registry<E>> p_135574_, com.mojang.serialization.Codec<E> p_135575_, boolean p_135576_) private
RegistryFixedCodec
(ResourceKey<? extends Registry<E>> p_206723_) -
Uses of ResourceKey in net.minecraft.server
Modifier and TypeFieldDescriptionprivate final Map<ResourceKey<Level>,
ServerLevel> MinecraftServer.levels
private Map<ResourceKey<Level>,
long[]> MinecraftServer.perWorldTickTimes
Modifier and TypeMethodDescriptionMinecraftServer.forgeGetWorldMap()
Deprecated.MinecraftServer.levelKeys()
Modifier and TypeMethodDescriptionMinecraftServer.getLevel
(ResourceKey<Level> p_129881_) long[]
MinecraftServer.getTickTime
(ResourceKey<Level> dim) -
Uses of ResourceKey in net.minecraft.server.chase
Modifier and TypeFieldDescriptionprivate final ResourceKey<Level>
ChaseClient.TeleportTarget.level
The field for thelevel
record component.Modifier and TypeMethodDescriptionChaseClient.TeleportTarget.level()
Returns the value of thelevel
record component.ModifierConstructorDescription(package private)
TeleportTarget
(ResourceKey<Level> level, Vec3 pos, Vec2 rot) Creates an instance of aTeleportTarget
record class. -
Uses of ResourceKey in net.minecraft.server.commands
Modifier and TypeFieldDescriptionstatic com.google.common.collect.BiMap<String,
ResourceKey<Level>> ChaseCommand.DIMENSION_NAMES
private static final ToIntFunction<ResourceKey<TrimMaterial>>
SpawnArmorTrimsCommand.TRIM_MATERIAL_ORDER
private static final ToIntFunction<ResourceKey<TrimPattern>>
SpawnArmorTrimsCommand.TRIM_PATTERN_ORDER
private static final List<ResourceKey<TrimMaterial>>
SpawnArmorTrimsCommand.VANILLA_TRIM_MATERIALS
private static final List<ResourceKey<TrimPattern>>
SpawnArmorTrimsCommand.VANILLA_TRIM_PATTERNS
-
Uses of ResourceKey in net.minecraft.server.dedicated
Modifier and TypeFieldDescriptionprivate static final Map<String,
ResourceKey<WorldPreset>> DedicatedServerProperties.WorldDimensionData.LEGACY_PRESET_NAMES
-
Uses of ResourceKey in net.minecraft.server.level
Modifier and TypeMethodDescriptionvoid
ServerPlayer.setRespawnPosition
(ResourceKey<Level> p_9159_, BlockPos p_9160_, float p_9161_, boolean p_9162_, boolean p_9163_) ModifierConstructorDescriptionServerLevel
(MinecraftServer p_214999_, Executor p_215000_, LevelStorageSource.LevelStorageAccess p_215001_, ServerLevelData p_215002_, ResourceKey<Level> p_215003_, LevelStem p_215004_, ChunkProgressListener p_215005_, boolean p_215006_, long p_215007_, List<CustomSpawner> p_215008_, boolean p_215009_, RandomSequences p_288977_) -
Uses of ResourceKey in net.minecraft.server.players
Modifier and TypeMethodDescriptionvoid
PlayerList.broadcast
(Player p_11242_, double p_11243_, double p_11244_, double p_11245_, double p_11246_, ResourceKey<Level> p_11247_, Packet<?> p_11248_) void
PlayerList.broadcastAll
(Packet<?> p_11271_, ResourceKey<Level> p_11272_) -
Uses of ResourceKey in net.minecraft.tags
Modifier and TypeFieldDescriptionprivate final ResourceKey<? extends Registry<T>>
TagManager.LoadResult.key
The field for thekey
record component.private final ResourceKey<? extends Registry<T>>
TagKey.registry
The field for theregistry
record component.Modifier and TypeFieldDescriptionprivate static final Map<ResourceKey<? extends Registry<?>>,
String> TagManager.CUSTOM_REGISTRY_DIRECTORIES
Modifier and TypeMethodDescriptionResourceKey<? extends Registry<T>>
TagManager.LoadResult.key()
Returns the value of thekey
record component.ResourceKey<? extends Registry<T>>
TagKey.registry()
Returns the value of theregistry
record component.Modifier and TypeMethodDescriptionstatic Map<ResourceKey<? extends Registry<?>>,
TagNetworkSerialization.NetworkPayload> TagNetworkSerialization.serializeTagsToNetwork
(LayeredRegistryAccess<RegistryLayer> p_251774_) Modifier and TypeMethodDescriptionTagKey.cast
(ResourceKey<? extends Registry<E>> p_207648_) static <T> com.mojang.serialization.Codec<TagKey<T>>
TagKey.codec
(ResourceKey<? extends Registry<T>> p_203878_) static <T> TagKey<T>
TagKey.create
(ResourceKey<? extends Registry<T>> p_203883_, ResourceLocation p_203884_) static <T> void
TagNetworkSerialization.deserializeTagsFromNetwork
(ResourceKey<? extends Registry<T>> p_203953_, Registry<T> p_203954_, TagNetworkSerialization.NetworkPayload p_203955_, TagNetworkSerialization.TagOutput<T> p_203956_) static String
TagManager.getTagDir
(ResourceKey<? extends Registry<?>> p_203919_) static <T> com.mojang.serialization.Codec<TagKey<T>>
TagKey.hashedCodec
(ResourceKey<? extends Registry<T>> p_203887_) boolean
TagKey.isFor
(ResourceKey<? extends Registry<?>> p_207646_) ModifierConstructorDescriptionLoadResult
(ResourceKey<? extends Registry<T>> key, Map<ResourceLocation, Collection<Holder<T>>> tags) Creates an instance of aLoadResult
record class.TagKey
(ResourceKey<? extends Registry<T>> registry, ResourceLocation location) Creates an instance of aTagKey
record class. -
Uses of ResourceKey in net.minecraft.util.profiling.jfr
Modifier and TypeMethodDescriptionJfrProfiler.onChunkGenerate
(ChunkPos p_185313_, ResourceKey<Level> p_185314_, String p_185315_) JvmProfiler.NoOpProfiler.onChunkGenerate
(ChunkPos p_185370_, ResourceKey<Level> p_185371_, String p_185372_) JvmProfiler.onChunkGenerate
(ChunkPos p_185348_, ResourceKey<Level> p_185349_, String p_185350_) -
Uses of ResourceKey in net.minecraft.util.profiling.jfr.event
ModifierConstructorDescriptionChunkGenerationEvent
(ChunkPos p_195543_, ResourceKey<Level> p_195544_, String p_195545_) -
Uses of ResourceKey in net.minecraft.util.worldupdate
Modifier and TypeFieldDescriptionprivate final Set<ResourceKey<Level>>
WorldUpgrader.levels
private final it.unimi.dsi.fastutil.objects.Object2FloatMap<ResourceKey<Level>>
WorldUpgrader.progressMap
Modifier and TypeMethodDescriptionfloat
WorldUpgrader.dimensionProgress
(ResourceKey<Level> p_18828_) WorldUpgrader.getAllChunkPos
(ResourceKey<Level> p_18831_) -
Uses of ResourceKey in net.minecraft.world.damagesource
Modifier and TypeFieldDescriptionstatic final ResourceKey<DamageType>
DamageTypes.ARROW
static final ResourceKey<DamageType>
DamageTypes.BAD_RESPAWN_POINT
static final ResourceKey<DamageType>
DamageTypes.CACTUS
static final ResourceKey<DamageType>
DamageTypes.CRAMMING
static final ResourceKey<DamageType>
DamageTypes.DRAGON_BREATH
static final ResourceKey<DamageType>
DamageTypes.DROWN
static final ResourceKey<DamageType>
DamageTypes.DRY_OUT
static final ResourceKey<DamageType>
DamageTypes.EXPLOSION
static final ResourceKey<DamageType>
DamageTypes.FALL
static final ResourceKey<DamageType>
DamageTypes.FALLING_ANVIL
static final ResourceKey<DamageType>
DamageTypes.FALLING_BLOCK
static final ResourceKey<DamageType>
DamageTypes.FALLING_STALACTITE
static final ResourceKey<DamageType>
DamageTypes.FELL_OUT_OF_WORLD
static final ResourceKey<DamageType>
DamageTypes.FIREBALL
static final ResourceKey<DamageType>
DamageTypes.FIREWORKS
static final ResourceKey<DamageType>
DamageTypes.FLY_INTO_WALL
static final ResourceKey<DamageType>
DamageTypes.FREEZE
static final ResourceKey<DamageType>
DamageTypes.GENERIC
static final ResourceKey<DamageType>
DamageTypes.GENERIC_KILL
static final ResourceKey<DamageType>
DamageTypes.HOT_FLOOR
static final ResourceKey<DamageType>
DamageTypes.IN_FIRE
static final ResourceKey<DamageType>
DamageTypes.IN_WALL
static final ResourceKey<DamageType>
DamageTypes.INDIRECT_MAGIC
static final ResourceKey<DamageType>
DamageTypes.LAVA
static final ResourceKey<DamageType>
DamageTypes.LIGHTNING_BOLT
static final ResourceKey<DamageType>
DamageTypes.MAGIC
static final ResourceKey<DamageType>
DamageTypes.MOB_ATTACK
static final ResourceKey<DamageType>
DamageTypes.MOB_ATTACK_NO_AGGRO
static final ResourceKey<DamageType>
DamageTypes.MOB_PROJECTILE
static final ResourceKey<DamageType>
DamageTypes.ON_FIRE
static final ResourceKey<DamageType>
DamageTypes.OUTSIDE_BORDER
static final ResourceKey<DamageType>
DamageTypes.PLAYER_ATTACK
static final ResourceKey<DamageType>
DamageTypes.PLAYER_EXPLOSION
static final ResourceKey<DamageType>
DamageTypes.SONIC_BOOM
static final ResourceKey<DamageType>
DamageTypes.STALAGMITE
static final ResourceKey<DamageType>
DamageTypes.STARVE
static final ResourceKey<DamageType>
DamageTypes.STING
static final ResourceKey<DamageType>
DamageTypes.SWEET_BERRY_BUSH
static final ResourceKey<DamageType>
DamageTypes.THORNS
static final ResourceKey<DamageType>
DamageTypes.THROWN
static final ResourceKey<DamageType>
DamageTypes.TRIDENT
static final ResourceKey<DamageType>
DamageTypes.UNATTRIBUTED_FIREBALL
static final ResourceKey<DamageType>
DamageTypes.WITHER
static final ResourceKey<DamageType>
DamageTypes.WITHER_SKULL
Modifier and TypeMethodDescriptionboolean
DamageSource.is
(ResourceKey<DamageType> p_276108_) private DamageSource
DamageSources.source
(ResourceKey<DamageType> p_270957_) private DamageSource
DamageSources.source
(ResourceKey<DamageType> p_270142_, Entity p_270696_) private DamageSource
DamageSources.source
(ResourceKey<DamageType> p_270076_, Entity p_270656_, Entity p_270242_) -
Uses of ResourceKey in net.minecraft.world.entity.ai.village.poi
Modifier and TypeFieldDescriptionstatic final ResourceKey<PoiType>
PoiTypes.ARMORER
static final ResourceKey<PoiType>
PoiTypes.BEE_NEST
static final ResourceKey<PoiType>
PoiTypes.BEEHIVE
static final ResourceKey<PoiType>
PoiTypes.BUTCHER
static final ResourceKey<PoiType>
PoiTypes.CARTOGRAPHER
static final ResourceKey<PoiType>
PoiTypes.CLERIC
static final ResourceKey<PoiType>
PoiTypes.FARMER
static final ResourceKey<PoiType>
PoiTypes.FISHERMAN
static final ResourceKey<PoiType>
PoiTypes.FLETCHER
static final ResourceKey<PoiType>
PoiTypes.HOME
static final ResourceKey<PoiType>
PoiTypes.LEATHERWORKER
static final ResourceKey<PoiType>
PoiTypes.LIBRARIAN
static final ResourceKey<PoiType>
PoiTypes.LIGHTNING_ROD
static final ResourceKey<PoiType>
PoiTypes.LODESTONE
static final ResourceKey<PoiType>
PoiTypes.MASON
static final ResourceKey<PoiType>
PoiTypes.MEETING
static final ResourceKey<PoiType>
PoiTypes.NETHER_PORTAL
static final ResourceKey<PoiType>
PoiTypes.SHEPHERD
static final ResourceKey<PoiType>
PoiTypes.TOOLSMITH
static final ResourceKey<PoiType>
PoiTypes.WEAPONSMITH
Modifier and TypeMethodDescriptionboolean
PoiManager.existsAtPosition
(ResourceKey<PoiType> p_217875_, BlockPos p_217876_) private static PoiType
PoiTypes.register
(Registry<PoiType> p_218085_, ResourceKey<PoiType> p_218086_, Set<BlockState> p_218087_, int p_218088_, int p_218089_) -
Uses of ResourceKey in net.minecraft.world.entity.animal
Modifier and TypeFieldDescriptionstatic final ResourceKey<CatVariant>
CatVariant.ALL_BLACK
static final ResourceKey<CatVariant>
CatVariant.BLACK
static final ResourceKey<CatVariant>
CatVariant.BRITISH_SHORTHAIR
static final ResourceKey<CatVariant>
CatVariant.CALICO
static final ResourceKey<CatVariant>
CatVariant.JELLIE
static final ResourceKey<CatVariant>
CatVariant.PERSIAN
static final ResourceKey<CatVariant>
CatVariant.RAGDOLL
static final ResourceKey<CatVariant>
CatVariant.RED
static final ResourceKey<CatVariant>
CatVariant.SIAMESE
static final ResourceKey<CatVariant>
CatVariant.TABBY
static final ResourceKey<CatVariant>
CatVariant.WHITE
Modifier and TypeMethodDescriptionprivate static CatVariant
CatVariant.register
(Registry<CatVariant> p_255735_, ResourceKey<CatVariant> p_256159_, String p_256466_) -
Uses of ResourceKey in net.minecraft.world.entity.decoration
Modifier and TypeFieldDescriptionstatic final ResourceKey<PaintingVariant>
PaintingVariants.ALBAN
static final ResourceKey<PaintingVariant>
PaintingVariants.AZTEC
static final ResourceKey<PaintingVariant>
PaintingVariants.AZTEC2
static final ResourceKey<PaintingVariant>
PaintingVariants.BOMB
static final ResourceKey<PaintingVariant>
PaintingVariants.BURNING_SKULL
static final ResourceKey<PaintingVariant>
PaintingVariants.BUST
static final ResourceKey<PaintingVariant>
PaintingVariants.COURBET
static final ResourceKey<PaintingVariant>
PaintingVariants.CREEBET
private static final ResourceKey<PaintingVariant>
Painting.DEFAULT_VARIANT
static final ResourceKey<PaintingVariant>
PaintingVariants.DONKEY_KONG
static final ResourceKey<PaintingVariant>
PaintingVariants.EARTH
static final ResourceKey<PaintingVariant>
PaintingVariants.FIGHTERS
static final ResourceKey<PaintingVariant>
PaintingVariants.FIRE
static final ResourceKey<PaintingVariant>
PaintingVariants.GRAHAM
static final ResourceKey<PaintingVariant>
PaintingVariants.KEBAB
static final ResourceKey<PaintingVariant>
PaintingVariants.MATCH
static final ResourceKey<PaintingVariant>
PaintingVariants.PIGSCENE
static final ResourceKey<PaintingVariant>
PaintingVariants.PLANT
static final ResourceKey<PaintingVariant>
PaintingVariants.POINTER
static final ResourceKey<PaintingVariant>
PaintingVariants.POOL
static final ResourceKey<PaintingVariant>
PaintingVariants.SEA
static final ResourceKey<PaintingVariant>
PaintingVariants.SKELETON
static final ResourceKey<PaintingVariant>
PaintingVariants.SKULL_AND_ROSES
static final ResourceKey<PaintingVariant>
PaintingVariants.STAGE
static final ResourceKey<PaintingVariant>
PaintingVariants.SUNSET
static final ResourceKey<PaintingVariant>
PaintingVariants.VOID
static final ResourceKey<PaintingVariant>
PaintingVariants.WANDERER
static final ResourceKey<PaintingVariant>
PaintingVariants.WASTELAND
static final ResourceKey<PaintingVariant>
PaintingVariants.WATER
static final ResourceKey<PaintingVariant>
PaintingVariants.WIND
static final ResourceKey<PaintingVariant>
PaintingVariants.WITHER
-
Uses of ResourceKey in net.minecraft.world.entity.npc
Modifier and TypeFieldDescriptionprivate static final Map<ResourceKey<Biome>,
VillagerType> VillagerType.BY_BIOME
Modifier and TypeMethodDescriptionprivate static VillagerProfession
VillagerProfession.register
(String p_219648_, ResourceKey<PoiType> p_219649_, com.google.common.collect.ImmutableSet<Item> p_219650_, com.google.common.collect.ImmutableSet<Block> p_219651_, SoundEvent p_219652_) private static VillagerProfession
VillagerProfession.register
(String p_219644_, ResourceKey<PoiType> p_219645_, SoundEvent p_219646_) -
Uses of ResourceKey in net.minecraft.world.flag
Modifier and TypeFieldDescriptionstatic final Set<ResourceKey<? extends Registry<? extends FeatureElement>>>
FeatureElement.FILTERED_REGISTRIES
-
Uses of ResourceKey in net.minecraft.world.item
Modifier and TypeFieldDescriptionstatic final ResourceKey<Instrument>
Instruments.ADMIRE_GOAT_HORN
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.BUILDING_BLOCKS
static final ResourceKey<Instrument>
Instruments.CALL_GOAT_HORN
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.COLORED_BLOCKS
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.COMBAT
static final ResourceKey<Instrument>
Instruments.DREAM_GOAT_HORN
static final ResourceKey<Instrument>
Instruments.FEEL_GOAT_HORN
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.FOOD_AND_DRINKS
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.FUNCTIONAL_BLOCKS
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.HOTBAR
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.INGREDIENTS
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.INVENTORY
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.NATURAL_BLOCKS
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.OP_BLOCKS
static final ResourceKey<Instrument>
Instruments.PONDER_GOAT_HORN
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.REDSTONE_BLOCKS
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.SEARCH
static final ResourceKey<Instrument>
Instruments.SEEK_GOAT_HORN
static final ResourceKey<Instrument>
Instruments.SING_GOAT_HORN
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.SPAWN_EGGS
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.TOOLS_AND_UTILITIES
static final ResourceKey<Instrument>
Instruments.YEARN_GOAT_HORN
Modifier and TypeMethodDescriptionprivate static ResourceKey<Instrument>
private static ResourceKey<CreativeModeTab>
Modifier and TypeMethodDescriptionprivate static Optional<ResourceKey<Level>>
CompassItem.getLodestoneDimension
(CompoundTag p_40728_) Modifier and TypeMethodDescriptionprivate void
CompassItem.addLodestoneTags
(ResourceKey<Level> p_40733_, BlockPos p_40734_, CompoundTag p_40735_) private static void
MapItem.createAndStoreSavedData
(ItemStack p_151112_, Level p_151113_, int p_151114_, int p_151115_, int p_151116_, boolean p_151117_, boolean p_151118_, ResourceKey<Level> p_151119_) static SmithingTemplateItem
SmithingTemplateItem.createArmorTrimTemplate
(ResourceKey<TrimPattern> p_266875_) private static int
MapItem.createNewSavedData
(Level p_151121_, int p_151122_, int p_151123_, int p_151124_, boolean p_151125_, boolean p_151126_, ResourceKey<Level> p_151127_) static Item
Items.registerItem
(ResourceKey<Item> p_281502_, Item p_283159_) final CreativeModeTab.Builder
CreativeModeTab.Builder.withTabsAfter
(ResourceKey<CreativeModeTab>... tabs) Define tabs that should come after this tab.final CreativeModeTab.Builder
CreativeModeTab.Builder.withTabsBefore
(ResourceKey<CreativeModeTab>... tabs) Define tabs that should come before this tab. -
Uses of ResourceKey in net.minecraft.world.item.alchemy
Modifier and TypeMethodDescriptionprivate static Potion
Potions.register
(ResourceKey<Potion> p_270074_, Potion p_271009_) -
Uses of ResourceKey in net.minecraft.world.item.armortrim
Modifier and TypeFieldDescriptionstatic final ResourceKey<TrimMaterial>
TrimMaterials.AMETHYST
static final ResourceKey<TrimPattern>
TrimPatterns.COAST
static final ResourceKey<TrimMaterial>
TrimMaterials.COPPER
static final ResourceKey<TrimMaterial>
TrimMaterials.DIAMOND
static final ResourceKey<TrimPattern>
TrimPatterns.DUNE
static final ResourceKey<TrimMaterial>
TrimMaterials.EMERALD
static final ResourceKey<TrimPattern>
TrimPatterns.EYE
static final ResourceKey<TrimMaterial>
TrimMaterials.GOLD
static final ResourceKey<TrimPattern>
TrimPatterns.HOST
static final ResourceKey<TrimMaterial>
TrimMaterials.IRON
static final ResourceKey<TrimMaterial>
TrimMaterials.LAPIS
static final ResourceKey<TrimMaterial>
TrimMaterials.NETHERITE
static final ResourceKey<TrimMaterial>
TrimMaterials.QUARTZ
static final ResourceKey<TrimPattern>
TrimPatterns.RAISER
static final ResourceKey<TrimMaterial>
TrimMaterials.REDSTONE
static final ResourceKey<TrimPattern>
TrimPatterns.RIB
static final ResourceKey<TrimPattern>
TrimPatterns.SENTRY
static final ResourceKey<TrimPattern>
TrimPatterns.SHAPER
static final ResourceKey<TrimPattern>
TrimPatterns.SILENCE
static final ResourceKey<TrimPattern>
TrimPatterns.SNOUT
static final ResourceKey<TrimPattern>
TrimPatterns.SPIRE
static final ResourceKey<TrimPattern>
TrimPatterns.TIDE
static final ResourceKey<TrimPattern>
TrimPatterns.VEX
static final ResourceKey<TrimPattern>
TrimPatterns.WARD
static final ResourceKey<TrimPattern>
TrimPatterns.WAYFINDER
static final ResourceKey<TrimPattern>
TrimPatterns.WILD
Modifier and TypeMethodDescriptionprivate static ResourceKey<TrimMaterial>
TrimMaterials.registryKey
(String p_266965_) private static ResourceKey<TrimPattern>
TrimPatterns.registryKey
(String p_266889_) Modifier and TypeMethodDescriptionprivate static void
TrimMaterials.register
(BootstapContext<TrimMaterial> p_268176_, ResourceKey<TrimMaterial> p_268293_, Item p_268156_, Style p_268174_, float p_268274_) private static void
TrimMaterials.register
(BootstapContext<TrimMaterial> p_268244_, ResourceKey<TrimMaterial> p_268139_, Item p_268311_, Style p_268232_, float p_268197_, Map<ArmorMaterials, String> p_268352_) private static void
TrimPatterns.register
(BootstapContext<TrimPattern> p_267064_, Item p_267097_, ResourceKey<TrimPattern> p_267079_) -
Uses of ResourceKey in net.minecraft.world.level
Modifier and TypeFieldDescriptionprivate final ResourceKey<Level>
Level.dimension
private final ResourceKey<DimensionType>
Level.dimensionTypeId
static final ResourceKey<Level>
Level.END
static final ResourceKey<Level>
Level.NETHER
static final ResourceKey<Level>
Level.OVERWORLD
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ResourceKey<Level>>
Level.RESOURCE_KEY_CODEC
Modifier and TypeMethodDescriptionStructureManager.getStructureWithPieceAt
(BlockPos p_220489_, ResourceKey<Structure> p_220490_) default <T> HolderLookup<T>
LevelReader.holderLookup
(ResourceKey<? extends Registry<? extends T>> p_249578_) ModifierConstructorDescriptionprotected
Level
(WritableLevelData p_270739_, ResourceKey<Level> p_270683_, RegistryAccess p_270200_, Holder<DimensionType> p_270240_, Supplier<ProfilerFiller> p_270692_, boolean p_270904_, boolean p_270470_, long p_270248_, int p_270466_) -
Uses of ResourceKey in net.minecraft.world.level.biome
Modifier and TypeFieldDescriptionstatic final ResourceKey<Biome>
Biomes.BADLANDS
static final ResourceKey<Biome>
Biomes.BAMBOO_JUNGLE
static final ResourceKey<Biome>
Biomes.BASALT_DELTAS
static final ResourceKey<Biome>
Biomes.BEACH
static final ResourceKey<Biome>
Biomes.BIRCH_FOREST
static final ResourceKey<Biome>
Biomes.CHERRY_GROVE
static final ResourceKey<Biome>
Biomes.COLD_OCEAN
static final ResourceKey<Biome>
Biomes.CRIMSON_FOREST
static final ResourceKey<Biome>
Biomes.DARK_FOREST
static final ResourceKey<Biome>
Biomes.DEEP_COLD_OCEAN
static final ResourceKey<Biome>
Biomes.DEEP_DARK
static final ResourceKey<Biome>
Biomes.DEEP_FROZEN_OCEAN
static final ResourceKey<Biome>
Biomes.DEEP_LUKEWARM_OCEAN
static final ResourceKey<Biome>
Biomes.DEEP_OCEAN
static final ResourceKey<Biome>
Biomes.DESERT
static final ResourceKey<Biome>
Biomes.DRIPSTONE_CAVES
static final ResourceKey<Biome>
Biomes.END_BARRENS
static final ResourceKey<Biome>
Biomes.END_HIGHLANDS
static final ResourceKey<Biome>
Biomes.END_MIDLANDS
static final ResourceKey<Biome>
Biomes.ERODED_BADLANDS
static final ResourceKey<Biome>
Biomes.FLOWER_FOREST
static final ResourceKey<Biome>
Biomes.FOREST
static final ResourceKey<Biome>
Biomes.FROZEN_OCEAN
static final ResourceKey<Biome>
Biomes.FROZEN_PEAKS
static final ResourceKey<Biome>
Biomes.FROZEN_RIVER
static final ResourceKey<Biome>
Biomes.GROVE
static final ResourceKey<Biome>
Biomes.ICE_SPIKES
static final ResourceKey<Biome>
Biomes.JAGGED_PEAKS
static final ResourceKey<Biome>
Biomes.JUNGLE
static final ResourceKey<Biome>
Biomes.LUKEWARM_OCEAN
static final ResourceKey<Biome>
Biomes.LUSH_CAVES
static final ResourceKey<Biome>
Biomes.MANGROVE_SWAMP
static final ResourceKey<Biome>
Biomes.MEADOW
private final ResourceKey<Biome>[][]
OverworldBiomeBuilder.MIDDLE_BIOMES
private final ResourceKey<Biome>[][]
OverworldBiomeBuilder.MIDDLE_BIOMES_VARIANT
static final ResourceKey<Biome>
Biomes.MUSHROOM_FIELDS
static final ResourceKey<MultiNoiseBiomeSourceParameterList>
MultiNoiseBiomeSourceParameterLists.NETHER
static final ResourceKey<Biome>
Biomes.NETHER_WASTES
static final ResourceKey<Biome>
Biomes.OCEAN
private final ResourceKey<Biome>[][]
OverworldBiomeBuilder.OCEANS
static final ResourceKey<Biome>
Biomes.OLD_GROWTH_BIRCH_FOREST
static final ResourceKey<Biome>
Biomes.OLD_GROWTH_PINE_TAIGA
static final ResourceKey<Biome>
Biomes.OLD_GROWTH_SPRUCE_TAIGA
static final ResourceKey<MultiNoiseBiomeSourceParameterList>
MultiNoiseBiomeSourceParameterLists.OVERWORLD
static final ResourceKey<Biome>
Biomes.PLAINS
private final ResourceKey<Biome>[][]
OverworldBiomeBuilder.PLATEAU_BIOMES
private final ResourceKey<Biome>[][]
OverworldBiomeBuilder.PLATEAU_BIOMES_VARIANT
static final ResourceKey<Biome>
Biomes.RIVER
static final ResourceKey<Biome>
Biomes.SAVANNA
static final ResourceKey<Biome>
Biomes.SAVANNA_PLATEAU
private final ResourceKey<Biome>[][]
OverworldBiomeBuilder.SHATTERED_BIOMES
static final ResourceKey<Biome>
Biomes.SMALL_END_ISLANDS
static final ResourceKey<Biome>
Biomes.SNOWY_BEACH
static final ResourceKey<Biome>
Biomes.SNOWY_PLAINS
static final ResourceKey<Biome>
Biomes.SNOWY_SLOPES
static final ResourceKey<Biome>
Biomes.SNOWY_TAIGA
static final ResourceKey<Biome>
Biomes.SOUL_SAND_VALLEY
static final ResourceKey<Biome>
Biomes.SPARSE_JUNGLE
static final ResourceKey<Biome>
Biomes.STONY_PEAKS
static final ResourceKey<Biome>
Biomes.STONY_SHORE
static final ResourceKey<Biome>
Biomes.SUNFLOWER_PLAINS
static final ResourceKey<Biome>
Biomes.SWAMP
static final ResourceKey<Biome>
Biomes.TAIGA
static final ResourceKey<Biome>
Biomes.THE_END
static final ResourceKey<Biome>
Biomes.THE_VOID
static final ResourceKey<Biome>
Biomes.WARM_OCEAN
static final ResourceKey<Biome>
Biomes.WARPED_FOREST
static final ResourceKey<Biome>
Biomes.WINDSWEPT_FOREST
static final ResourceKey<Biome>
Biomes.WINDSWEPT_GRAVELLY_HILLS
static final ResourceKey<Biome>
Biomes.WINDSWEPT_HILLS
static final ResourceKey<Biome>
Biomes.WINDSWEPT_SAVANNA
static final ResourceKey<Biome>
Biomes.WOODED_BADLANDS
Modifier and TypeMethodDescriptionprivate ResourceKey<Biome>
OverworldBiomeBuilder.maybePickWindsweptSavannaBiome
(int p_201991_, int p_201992_, Climate.Parameter p_201993_, ResourceKey<Biome> p_201994_) private ResourceKey<Biome>
OverworldBiomeBuilder.pickBadlandsBiome
(int p_187173_, Climate.Parameter p_187174_) private ResourceKey<Biome>
OverworldBiomeBuilder.pickBeachBiome
(int p_187161_, int p_187162_) private ResourceKey<Biome>
OverworldBiomeBuilder.pickMiddleBiome
(int p_187164_, int p_187165_, Climate.Parameter p_187166_) private ResourceKey<Biome>
OverworldBiomeBuilder.pickMiddleBiomeOrBadlandsIfHot
(int p_187192_, int p_187193_, Climate.Parameter p_187194_) private ResourceKey<Biome>
OverworldBiomeBuilder.pickMiddleBiomeOrBadlandsIfHotOrSlopeIfCold
(int p_187212_, int p_187213_, Climate.Parameter p_187214_) private ResourceKey<Biome>
OverworldBiomeBuilder.pickPeakBiome
(int p_187241_, int p_187242_, Climate.Parameter p_187243_) private ResourceKey<Biome>
OverworldBiomeBuilder.pickPlateauBiome
(int p_187234_, int p_187235_, Climate.Parameter p_187236_) private ResourceKey<Biome>
OverworldBiomeBuilder.pickShatteredBiome
(int p_202002_, int p_202003_, Climate.Parameter p_202004_) private ResourceKey<Biome>
OverworldBiomeBuilder.pickShatteredCoastBiome
(int p_187223_, int p_187224_, Climate.Parameter p_187225_) private ResourceKey<Biome>
OverworldBiomeBuilder.pickSlopeBiome
(int p_187245_, int p_187246_, Climate.Parameter p_187247_) private static ResourceKey<Biome>
private static ResourceKey<MultiNoiseBiomeSourceParameterList>
Modifier and TypeMethodDescriptionMultiNoiseBiomeSourceParameterList.knownPresets()
MultiNoiseBiomeSourceParameterList.Preset.usedBiomes()
Modifier and TypeMethodDescriptionprivate void
OverworldBiomeBuilder.addBottomBiome
(Consumer<com.mojang.datafixers.util.Pair<Climate.ParameterPoint, ResourceKey<Biome>>> p_220669_, Climate.Parameter p_220670_, Climate.Parameter p_220671_, Climate.Parameter p_220672_, Climate.Parameter p_220673_, Climate.Parameter p_220674_, float p_220675_, ResourceKey<Biome> p_220676_) BiomeGenerationSettings.Builder.addCarver
(GenerationStep.Carving p_256471_, ResourceKey<ConfiguredWorldCarver<?>> p_255733_) BiomeGenerationSettings.Builder.addFeature
(GenerationStep.Decoration p_256059_, ResourceKey<PlacedFeature> p_256259_) private void
OverworldBiomeBuilder.addSurfaceBiome
(Consumer<com.mojang.datafixers.util.Pair<Climate.ParameterPoint, ResourceKey<Biome>>> p_187181_, Climate.Parameter p_187182_, Climate.Parameter p_187183_, Climate.Parameter p_187184_, Climate.Parameter p_187185_, Climate.Parameter p_187186_, float p_187187_, ResourceKey<Biome> p_187188_) private void
OverworldBiomeBuilder.addUndergroundBiome
(Consumer<com.mojang.datafixers.util.Pair<Climate.ParameterPoint, ResourceKey<Biome>>> p_187201_, Climate.Parameter p_187202_, Climate.Parameter p_187203_, Climate.Parameter p_187204_, Climate.Parameter p_187205_, Climate.Parameter p_187206_, float p_187207_, ResourceKey<Biome> p_187208_) private ResourceKey<Biome>
OverworldBiomeBuilder.maybePickWindsweptSavannaBiome
(int p_201991_, int p_201992_, Climate.Parameter p_201993_, ResourceKey<Biome> p_201994_) boolean
MultiNoiseBiomeSource.stable
(ResourceKey<MultiNoiseBiomeSourceParameterList> p_275637_) Modifier and TypeMethodDescriptionprotected void
OverworldBiomeBuilder.addBiomes
(Consumer<com.mojang.datafixers.util.Pair<Climate.ParameterPoint, ResourceKey<Biome>>> p_187176_) private void
OverworldBiomeBuilder.addBottomBiome
(Consumer<com.mojang.datafixers.util.Pair<Climate.ParameterPoint, ResourceKey<Biome>>> p_220669_, Climate.Parameter p_220670_, Climate.Parameter p_220671_, Climate.Parameter p_220672_, Climate.Parameter p_220673_, Climate.Parameter p_220674_, float p_220675_, ResourceKey<Biome> p_220676_) private void
OverworldBiomeBuilder.addDebugBiomes
(Consumer<com.mojang.datafixers.util.Pair<Climate.ParameterPoint, ResourceKey<Biome>>> p_256276_) private void
OverworldBiomeBuilder.addHighSlice
(Consumer<com.mojang.datafixers.util.Pair<Climate.ParameterPoint, ResourceKey<Biome>>> p_187198_, Climate.Parameter p_187199_) private void
OverworldBiomeBuilder.addInlandBiomes
(Consumer<com.mojang.datafixers.util.Pair<Climate.ParameterPoint, ResourceKey<Biome>>> p_187216_) private void
OverworldBiomeBuilder.addLowSlice
(Consumer<com.mojang.datafixers.util.Pair<Climate.ParameterPoint, ResourceKey<Biome>>> p_187229_, Climate.Parameter p_187230_) private void
OverworldBiomeBuilder.addMidSlice
(Consumer<com.mojang.datafixers.util.Pair<Climate.ParameterPoint, ResourceKey<Biome>>> p_187218_, Climate.Parameter p_187219_) private void
OverworldBiomeBuilder.addOffCoastBiomes
(Consumer<com.mojang.datafixers.util.Pair<Climate.ParameterPoint, ResourceKey<Biome>>> p_187196_) private void
OverworldBiomeBuilder.addPeaks
(Consumer<com.mojang.datafixers.util.Pair<Climate.ParameterPoint, ResourceKey<Biome>>> p_187178_, Climate.Parameter p_187179_) private void
OverworldBiomeBuilder.addSurfaceBiome
(Consumer<com.mojang.datafixers.util.Pair<Climate.ParameterPoint, ResourceKey<Biome>>> p_187181_, Climate.Parameter p_187182_, Climate.Parameter p_187183_, Climate.Parameter p_187184_, Climate.Parameter p_187185_, Climate.Parameter p_187186_, float p_187187_, ResourceKey<Biome> p_187188_) private void
OverworldBiomeBuilder.addUndergroundBiome
(Consumer<com.mojang.datafixers.util.Pair<Climate.ParameterPoint, ResourceKey<Biome>>> p_187201_, Climate.Parameter p_187202_, Climate.Parameter p_187203_, Climate.Parameter p_187204_, Climate.Parameter p_187205_, Climate.Parameter p_187206_, float p_187207_, ResourceKey<Biome> p_187208_) private void
OverworldBiomeBuilder.addUndergroundBiomes
(Consumer<com.mojang.datafixers.util.Pair<Climate.ParameterPoint, ResourceKey<Biome>>> p_187227_) private void
OverworldBiomeBuilder.addValleys
(Consumer<com.mojang.datafixers.util.Pair<Climate.ParameterPoint, ResourceKey<Biome>>> p_187238_, Climate.Parameter p_187239_) <T> Climate.ParameterList<T>
MultiNoiseBiomeSourceParameterList.Preset.SourceProvider.apply
(Function<ResourceKey<Biome>, T> p_275485_) (package private) static <T> Climate.ParameterList<T>
MultiNoiseBiomeSourceParameterList.Preset.generateOverworldBiomes
(Function<ResourceKey<Biome>, T> p_277826_) -
Uses of ResourceKey in net.minecraft.world.level.block
Modifier and TypeFieldDescriptionprivate final ResourceKey<ConfiguredFeature<?,
?>> FungusBlock.feature
private final ResourceKey<ConfiguredFeature<?,
?>> MushroomBlock.feature
Modifier and TypeMethodDescriptionprivate void
NyliumBlock.place
(Registry<ConfiguredFeature<?, ?>> p_255879_, ResourceKey<ConfiguredFeature<?, ?>> p_256032_, ServerLevel p_255631_, ChunkGenerator p_256445_, RandomSource p_255709_, BlockPos p_256019_) ModifierConstructorDescriptionFungusBlock
(BlockBehaviour.Properties p_259749_, ResourceKey<ConfiguredFeature<?, ?>> p_259087_, Block p_260223_) MushroomBlock
(BlockBehaviour.Properties p_256027_, ResourceKey<ConfiguredFeature<?, ?>> p_256049_) -
Uses of ResourceKey in net.minecraft.world.level.block.entity
Modifier and TypeFieldDescriptionprivate static final ResourceKey<String>
DecoratedPotPatterns.ANGLER
private static final ResourceKey<String>
DecoratedPotPatterns.ARCHER
private static final ResourceKey<String>
DecoratedPotPatterns.ARMS_UP
static final ResourceKey<BannerPattern>
BannerPatterns.BASE
static final ResourceKey<String>
DecoratedPotPatterns.BASE
private static final ResourceKey<String>
DecoratedPotPatterns.BLADE
static final ResourceKey<BannerPattern>
BannerPatterns.BORDER
private static final ResourceKey<String>
DecoratedPotPatterns.BREWER
private static final ResourceKey<String>
DecoratedPotPatterns.BRICK
static final ResourceKey<BannerPattern>
BannerPatterns.BRICKS
private static final ResourceKey<String>
DecoratedPotPatterns.BURN
static final ResourceKey<BannerPattern>
BannerPatterns.CIRCLE_MIDDLE
static final ResourceKey<BannerPattern>
BannerPatterns.CREEPER
static final ResourceKey<BannerPattern>
BannerPatterns.CROSS
static final ResourceKey<BannerPattern>
BannerPatterns.CURLY_BORDER
private static final ResourceKey<String>
DecoratedPotPatterns.DANGER
static final ResourceKey<BannerPattern>
BannerPatterns.DIAGONAL_LEFT
static final ResourceKey<BannerPattern>
BannerPatterns.DIAGONAL_LEFT_MIRROR
static final ResourceKey<BannerPattern>
BannerPatterns.DIAGONAL_RIGHT
static final ResourceKey<BannerPattern>
BannerPatterns.DIAGONAL_RIGHT_MIRROR
private static final ResourceKey<String>
DecoratedPotPatterns.EXPLORER
static final ResourceKey<BannerPattern>
BannerPatterns.FLOWER
private static final ResourceKey<String>
DecoratedPotPatterns.FRIEND
static final ResourceKey<BannerPattern>
BannerPatterns.GLOBE
static final ResourceKey<BannerPattern>
BannerPatterns.GRADIENT
static final ResourceKey<BannerPattern>
BannerPatterns.GRADIENT_UP
static final ResourceKey<BannerPattern>
BannerPatterns.HALF_HORIZONTAL
static final ResourceKey<BannerPattern>
BannerPatterns.HALF_HORIZONTAL_MIRROR
static final ResourceKey<BannerPattern>
BannerPatterns.HALF_VERTICAL
static final ResourceKey<BannerPattern>
BannerPatterns.HALF_VERTICAL_MIRROR
private static final ResourceKey<String>
DecoratedPotPatterns.HEART
private static final ResourceKey<String>
DecoratedPotPatterns.HEARTBREAK
private static final ResourceKey<String>
DecoratedPotPatterns.HOWL
private static final ResourceKey<String>
DecoratedPotPatterns.MINER
static final ResourceKey<BannerPattern>
BannerPatterns.MOJANG
private static final ResourceKey<String>
DecoratedPotPatterns.MOURNER
static final ResourceKey<BannerPattern>
BannerPatterns.PIGLIN
private static final ResourceKey<String>
DecoratedPotPatterns.PLENTY
private ResourceKey<StructureTemplatePool>
JigsawBlockEntity.pool
private static final ResourceKey<String>
DecoratedPotPatterns.PRIZE
static final ResourceKey<BannerPattern>
BannerPatterns.RHOMBUS_MIDDLE
private static final ResourceKey<String>
DecoratedPotPatterns.SHEAF
private static final ResourceKey<String>
DecoratedPotPatterns.SHELTER
static final ResourceKey<BannerPattern>
BannerPatterns.SKULL
private static final ResourceKey<String>
DecoratedPotPatterns.SKULL
private static final ResourceKey<String>
DecoratedPotPatterns.SNORT
static final ResourceKey<BannerPattern>
BannerPatterns.SQUARE_BOTTOM_LEFT
static final ResourceKey<BannerPattern>
BannerPatterns.SQUARE_BOTTOM_RIGHT
static final ResourceKey<BannerPattern>
BannerPatterns.SQUARE_TOP_LEFT
static final ResourceKey<BannerPattern>
BannerPatterns.SQUARE_TOP_RIGHT
static final ResourceKey<BannerPattern>
BannerPatterns.STRAIGHT_CROSS
static final ResourceKey<BannerPattern>
BannerPatterns.STRIPE_BOTTOM
static final ResourceKey<BannerPattern>
BannerPatterns.STRIPE_CENTER
static final ResourceKey<BannerPattern>
BannerPatterns.STRIPE_DOWNLEFT
static final ResourceKey<BannerPattern>
BannerPatterns.STRIPE_DOWNRIGHT
static final ResourceKey<BannerPattern>
BannerPatterns.STRIPE_LEFT
static final ResourceKey<BannerPattern>
BannerPatterns.STRIPE_MIDDLE
static final ResourceKey<BannerPattern>
BannerPatterns.STRIPE_RIGHT
static final ResourceKey<BannerPattern>
BannerPatterns.STRIPE_SMALL
static final ResourceKey<BannerPattern>
BannerPatterns.STRIPE_TOP
static final ResourceKey<BannerPattern>
BannerPatterns.TRIANGLE_BOTTOM
static final ResourceKey<BannerPattern>
BannerPatterns.TRIANGLE_TOP
static final ResourceKey<BannerPattern>
BannerPatterns.TRIANGLES_BOTTOM
static final ResourceKey<BannerPattern>
BannerPatterns.TRIANGLES_TOP
Modifier and TypeFieldDescriptionprivate static final Map<Item,
ResourceKey<String>> DecoratedPotPatterns.ITEM_TO_POT_TEXTURE
Modifier and TypeMethodDescriptionprivate static ResourceKey<BannerPattern>
private static ResourceKey<String>
JigsawBlockEntity.getPool()
static ResourceKey<String>
DecoratedPotPatterns.getResourceKey
(Item p_273094_) Modifier and TypeMethodDescriptionBannerPattern.Builder.addPattern
(ResourceKey<BannerPattern> p_222706_, DyeColor p_222707_) static ResourceLocation
BannerPattern.location
(ResourceKey<BannerPattern> p_222698_, boolean p_222699_) static ResourceLocation
DecoratedPotPatterns.location
(ResourceKey<String> p_273198_) void
JigsawBlockEntity.setPool
(ResourceKey<StructureTemplatePool> p_222764_) -
Uses of ResourceKey in net.minecraft.world.level.block.grower
Modifier and TypeMethodDescriptionprotected abstract ResourceKey<ConfiguredFeature<?,
?>> AbstractTreeGrower.getConfiguredFeature
(RandomSource p_222910_, boolean p_222911_) protected ResourceKey<ConfiguredFeature<?,
?>> AcaciaTreeGrower.getConfiguredFeature
(RandomSource p_256308_, boolean p_256632_) protected ResourceKey<ConfiguredFeature<?,
?>> AzaleaTreeGrower.getConfiguredFeature
(RandomSource p_255997_, boolean p_255923_) protected ResourceKey<ConfiguredFeature<?,
?>> BirchTreeGrower.getConfiguredFeature
(RandomSource p_256345_, boolean p_255618_) protected ResourceKey<ConfiguredFeature<?,
?>> CherryTreeGrower.getConfiguredFeature
(RandomSource p_272730_, boolean p_273684_) protected ResourceKey<ConfiguredFeature<?,
?>> DarkOakTreeGrower.getConfiguredFeature
(RandomSource p_222924_, boolean p_222925_) protected ResourceKey<ConfiguredFeature<?,
?>> JungleTreeGrower.getConfiguredFeature
(RandomSource p_255992_, boolean p_255946_) protected ResourceKey<ConfiguredFeature<?,
?>> MangroveTreeGrower.getConfiguredFeature
(RandomSource p_255870_, boolean p_256508_) protected ResourceKey<ConfiguredFeature<?,
?>> OakTreeGrower.getConfiguredFeature
(RandomSource p_256119_, boolean p_256536_) protected ResourceKey<ConfiguredFeature<?,
?>> SpruceTreeGrower.getConfiguredFeature
(RandomSource p_255637_, boolean p_255764_) protected abstract ResourceKey<ConfiguredFeature<?,
?>> AbstractMegaTreeGrower.getConfiguredMegaFeature
(RandomSource p_222904_) protected ResourceKey<ConfiguredFeature<?,
?>> DarkOakTreeGrower.getConfiguredMegaFeature
(RandomSource p_255891_) protected ResourceKey<ConfiguredFeature<?,
?>> JungleTreeGrower.getConfiguredMegaFeature
(RandomSource p_256359_) protected ResourceKey<ConfiguredFeature<?,
?>> SpruceTreeGrower.getConfiguredMegaFeature
(RandomSource p_255928_) -
Uses of ResourceKey in net.minecraft.world.level.chunk
Modifier and TypeMethodDescriptionOptional<ResourceKey<com.mojang.serialization.Codec<? extends ChunkGenerator>>>
ChunkGenerator.getTypeNameForDataFixer()
-
Uses of ResourceKey in net.minecraft.world.level.chunk.storage
Modifier and TypeMethodDescriptionprivate LegacyStructureDataHandler
ChunkStorage.getLegacyStructureHandler
(ResourceKey<Level> p_223449_, Supplier<DimensionDataStorage> p_223450_) static void
ChunkStorage.injectDatafixingContext
(CompoundTag p_196919_, ResourceKey<Level> p_196920_, Optional<ResourceKey<com.mojang.serialization.Codec<? extends ChunkGenerator>>> p_196921_) ChunkStorage.upgradeChunkTag
(ResourceKey<Level> p_188289_, Supplier<DimensionDataStorage> p_188290_, CompoundTag p_188291_, Optional<ResourceKey<com.mojang.serialization.Codec<? extends ChunkGenerator>>> p_188292_) Modifier and TypeMethodDescriptionstatic void
ChunkStorage.injectDatafixingContext
(CompoundTag p_196919_, ResourceKey<Level> p_196920_, Optional<ResourceKey<com.mojang.serialization.Codec<? extends ChunkGenerator>>> p_196921_) ChunkStorage.upgradeChunkTag
(ResourceKey<Level> p_188289_, Supplier<DimensionDataStorage> p_188290_, CompoundTag p_188291_, Optional<ResourceKey<com.mojang.serialization.Codec<? extends ChunkGenerator>>> p_188292_) -
Uses of ResourceKey in net.minecraft.world.level.dimension
Modifier and TypeFieldDescriptionstatic final ResourceKey<DimensionType>
BuiltinDimensionTypes.END
static final ResourceKey<LevelStem>
LevelStem.END
static final ResourceKey<DimensionType>
BuiltinDimensionTypes.NETHER
static final ResourceKey<LevelStem>
LevelStem.NETHER
static final ResourceKey<DimensionType>
BuiltinDimensionTypes.OVERWORLD
static final ResourceKey<LevelStem>
LevelStem.OVERWORLD
static final ResourceKey<DimensionType>
BuiltinDimensionTypes.OVERWORLD_CAVES
Modifier and TypeMethodDescriptionstatic com.mojang.serialization.DataResult<ResourceKey<Level>>
DimensionType.parseLegacy
(com.mojang.serialization.Dynamic<?> p_63912_) Deprecated.Modifier and TypeMethodDescriptionstatic Path
DimensionType.getStorageFolder
(ResourceKey<Level> p_196976_, Path p_196977_) -
Uses of ResourceKey in net.minecraft.world.level.levelgen
Modifier and TypeFieldDescriptionstatic final ResourceKey<NoiseGeneratorSettings>
NoiseGeneratorSettings.AMPLIFIED
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.AQUIFER_BARRIER
static final ResourceKey<NormalNoise.NoiseParameters>
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.AQUIFER_FLUID_LEVEL_SPREAD
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.AQUIFER_LAVA
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.BADLANDS_PILLAR
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.BADLANDS_PILLAR_ROOF
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.BADLANDS_SURFACE
private static final ResourceKey<DensityFunction>
NoiseRouterData.BASE_3D_NOISE_END
private static final ResourceKey<DensityFunction>
NoiseRouterData.BASE_3D_NOISE_NETHER
private static final ResourceKey<DensityFunction>
NoiseRouterData.BASE_3D_NOISE_OVERWORLD
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.CALCITE
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.CAVE_CHEESE
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.CAVE_ENTRANCE
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.CAVE_LAYER
static final ResourceKey<NoiseGeneratorSettings>
NoiseGeneratorSettings.CAVES
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.CLAY_BANDS_OFFSET
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.CONTINENTALNESS
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.CONTINENTALNESS_LARGE
static final ResourceKey<DensityFunction>
NoiseRouterData.CONTINENTS
static final ResourceKey<DensityFunction>
NoiseRouterData.CONTINENTS_LARGE
static final ResourceKey<DensityFunction>
NoiseRouterData.DEPTH
private static final ResourceKey<DensityFunction>
NoiseRouterData.DEPTH_AMPLIFIED
private static final ResourceKey<DensityFunction>
NoiseRouterData.DEPTH_LARGE
static final ResourceKey<NoiseGeneratorSettings>
NoiseGeneratorSettings.END
private static final ResourceKey<DensityFunction>
NoiseRouterData.ENTRANCES
static final ResourceKey<DensityFunction>
NoiseRouterData.EROSION
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.EROSION
static final ResourceKey<DensityFunction>
NoiseRouterData.EROSION_LARGE
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.EROSION_LARGE
static final ResourceKey<DensityFunction>
NoiseRouterData.FACTOR
private static final ResourceKey<DensityFunction>
NoiseRouterData.FACTOR_AMPLIFIED
private static final ResourceKey<DensityFunction>
NoiseRouterData.FACTOR_LARGE
static final ResourceKey<NoiseGeneratorSettings>
NoiseGeneratorSettings.FLOATING_ISLANDS
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.GRAVEL
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.GRAVEL_LAYER
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.ICE
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.ICEBERG_PILLAR
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.ICEBERG_PILLAR_ROOF
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.ICEBERG_SURFACE
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.JAGGED
static final ResourceKey<DensityFunction>
NoiseRouterData.JAGGEDNESS
private static final ResourceKey<DensityFunction>
NoiseRouterData.JAGGEDNESS_AMPLIFIED
private static final ResourceKey<DensityFunction>
NoiseRouterData.JAGGEDNESS_LARGE
static final ResourceKey<NoiseGeneratorSettings>
NoiseGeneratorSettings.LARGE_BIOMES
static final ResourceKey<NoiseGeneratorSettings>
NoiseGeneratorSettings.NETHER
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.NETHER_STATE_SELECTOR
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.NETHER_WART
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.NETHERRACK
private final ResourceKey<NormalNoise.NoiseParameters>
SurfaceRules.NoiseThresholdConditionSource.noise
The field for thenoise
record component.private static final ResourceKey<DensityFunction>
NoiseRouterData.NOODLE
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.NOODLE
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.NOODLE_RIDGE_A
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.NOODLE_RIDGE_B
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.NOODLE_THICKNESS
static final ResourceKey<DensityFunction>
NoiseRouterData.OFFSET
private static final ResourceKey<DensityFunction>
NoiseRouterData.OFFSET_AMPLIFIED
private static final ResourceKey<DensityFunction>
NoiseRouterData.OFFSET_LARGE
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.ORE_GAP
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.ORE_VEIN_A
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.ORE_VEIN_B
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.ORE_VEININESS
static final ResourceKey<NoiseGeneratorSettings>
NoiseGeneratorSettings.OVERWORLD
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.PACKED_ICE
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.PATCH
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.PILLAR
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.PILLAR_RARENESS
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.PILLAR_THICKNESS
private static final ResourceKey<DensityFunction>
NoiseRouterData.PILLARS
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.POWDER_SNOW
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.RIDGE
static final ResourceKey<DensityFunction>
NoiseRouterData.RIDGES
static final ResourceKey<DensityFunction>
NoiseRouterData.RIDGES_FOLDED
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.SHIFT
private static final ResourceKey<DensityFunction>
NoiseRouterData.SHIFT_X
private static final ResourceKey<DensityFunction>
NoiseRouterData.SHIFT_Z
private static final ResourceKey<DensityFunction>
NoiseRouterData.SLOPED_CHEESE
private static final ResourceKey<DensityFunction>
NoiseRouterData.SLOPED_CHEESE_AMPLIFIED
private static final ResourceKey<DensityFunction>
NoiseRouterData.SLOPED_CHEESE_END
private static final ResourceKey<DensityFunction>
NoiseRouterData.SLOPED_CHEESE_LARGE
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.SOUL_SAND_LAYER
private static final ResourceKey<DensityFunction>
NoiseRouterData.SPAGHETTI_2D
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.SPAGHETTI_2D
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.SPAGHETTI_2D_ELEVATION
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.SPAGHETTI_2D_MODULATOR
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.SPAGHETTI_2D_THICKNESS
private static final ResourceKey<DensityFunction>
NoiseRouterData.SPAGHETTI_2D_THICKNESS_MODULATOR
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.SPAGHETTI_3D_1
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.SPAGHETTI_3D_2
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.SPAGHETTI_3D_RARITY
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.SPAGHETTI_3D_THICKNESS
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.SPAGHETTI_ROUGHNESS
private static final ResourceKey<DensityFunction>
NoiseRouterData.SPAGHETTI_ROUGHNESS_FUNCTION
static final ResourceKey<NormalNoise.NoiseParameters>
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.SURFACE
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.SURFACE_SECONDARY
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.SWAMP
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.TEMPERATURE
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.TEMPERATURE_LARGE
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.VEGETATION
static final ResourceKey<NormalNoise.NoiseParameters>
Noises.VEGETATION_LARGE
private static final ResourceKey<DensityFunction>
NoiseRouterData.Y
private static final ResourceKey<DensityFunction>
NoiseRouterData.ZERO
Modifier and TypeFieldDescription(package private) final Predicate<ResourceKey<Biome>>
SurfaceRules.BiomeConditionSource.biomeNameTest
private final List<ResourceKey<Biome>>
SurfaceRules.BiomeConditionSource.biomes
private static final Set<ResourceKey<LevelStem>>
WorldDimensions.BUILTIN_ORDER
private final Map<ResourceKey<NormalNoise.NoiseParameters>,
NormalNoise> RandomState.noiseIntances
private static final Set<ResourceKey<Biome>>
BelowZeroRetrogen.RETAINED_RETROGEN_BIOMES
Modifier and TypeMethodDescriptionprivate static ResourceKey<DensityFunction>
private static ResourceKey<NormalNoise.NoiseParameters>
SurfaceRules.NoiseThresholdConditionSource.noise()
Returns the value of thenoise
record component.Modifier and TypeMethodDescriptionstatic Stream<ResourceKey<LevelStem>>
WorldDimensions.keysInOrder
(Stream<ResourceKey<LevelStem>> p_251309_) com.google.common.collect.ImmutableSet<ResourceKey<Level>>
WorldDimensions.levels()
Modifier and TypeMethodDescription(package private) static com.mojang.serialization.Lifecycle
WorldDimensions.checkStability
(ResourceKey<LevelStem> p_250764_, LevelStem p_248865_) static RandomState
RandomState.create
(HolderGetter.Provider p_255935_, ResourceKey<NoiseGeneratorSettings> p_256314_, long p_256595_) WorldDimensions.get
(ResourceKey<LevelStem> p_250824_) private static DensityFunction
NoiseRouterData.getFunction
(HolderGetter<DensityFunction> p_256312_, ResourceKey<DensityFunction> p_256077_) RandomState.getOrCreateNoise
(ResourceKey<NormalNoise.NoiseParameters> p_224561_) static NormalNoise
Noises.instantiate
(HolderGetter<NormalNoise.NoiseParameters> p_256362_, PositionalRandomFactory p_256306_, ResourceKey<NormalNoise.NoiseParameters> p_256639_) static SurfaceRules.ConditionSource
SurfaceRules.isBiome
(ResourceKey<Biome>... p_189417_) private static boolean
WorldDimensions.isVanillaLike
(ResourceKey<LevelStem> p_250556_, LevelStem p_250034_) static SurfaceRules.ConditionSource
SurfaceRules.noiseCondition
(ResourceKey<NormalNoise.NoiseParameters> p_189410_, double p_189411_) static SurfaceRules.ConditionSource
SurfaceRules.noiseCondition
(ResourceKey<NormalNoise.NoiseParameters> p_189413_, double p_189414_, double p_189415_) private static DensityFunction
NoiseRouterData.registerAndWrap
(BootstapContext<DensityFunction> p_256149_, ResourceKey<DensityFunction> p_255905_, DensityFunction p_255856_) private static void
NoiseRouterData.registerTerrainNoises
(BootstapContext<DensityFunction> p_256336_, HolderGetter<DensityFunction> p_256393_, DensityFunction p_224476_, Holder<DensityFunction> p_224477_, Holder<DensityFunction> p_224478_, ResourceKey<DensityFunction> p_224479_, ResourceKey<DensityFunction> p_224480_, ResourceKey<DensityFunction> p_224481_, ResourceKey<DensityFunction> p_224482_, ResourceKey<DensityFunction> p_224483_, boolean p_224484_) boolean
NoiseBasedChunkGenerator.stable
(ResourceKey<NoiseGeneratorSettings> p_224222_) Modifier and TypeMethodDescriptionprivate static SurfaceRules.BiomeConditionSource
SurfaceRules.isBiome
(List<ResourceKey<Biome>> p_189408_) static Stream<ResourceKey<LevelStem>>
WorldDimensions.keysInOrder
(Stream<ResourceKey<LevelStem>> p_251309_) ModifierConstructorDescription(package private)
NoiseThresholdConditionSource
(ResourceKey<NormalNoise.NoiseParameters> noise, double minThreshold, double maxThreshold) Creates an instance of aNoiseThresholdConditionSource
record class.ModifierConstructorDescription(package private)
BiomeConditionSource
(List<ResourceKey<Biome>> p_189493_) -
Uses of ResourceKey in net.minecraft.world.level.levelgen.flat
Modifier and TypeFieldDescriptionstatic final ResourceKey<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresets.BOTTOMLESS_PIT
static final ResourceKey<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresets.CLASSIC_FLAT
static final ResourceKey<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresets.DESERT
static final ResourceKey<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresets.OVERWORLD
static final ResourceKey<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresets.REDSTONE_READY
static final ResourceKey<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresets.SNOWY_KINGDOM
static final ResourceKey<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresets.THE_VOID
static final ResourceKey<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresets.TUNNELERS_DREAM
static final ResourceKey<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresets.WATER_WORLD
Modifier and TypeMethodDescriptionprivate void
FlatLevelGeneratorPresets.Bootstrap.register
(ResourceKey<FlatLevelGeneratorPreset> p_256174_, ItemLike p_255748_, ResourceKey<Biome> p_256483_, Set<ResourceKey<StructureSet>> p_255807_, boolean p_256642_, boolean p_256006_, FlatLayerInfo... p_255913_) Modifier and TypeMethodDescriptionprivate void
FlatLevelGeneratorPresets.Bootstrap.register
(ResourceKey<FlatLevelGeneratorPreset> p_256174_, ItemLike p_255748_, ResourceKey<Biome> p_256483_, Set<ResourceKey<StructureSet>> p_255807_, boolean p_256642_, boolean p_256006_, FlatLayerInfo... p_255913_) -
Uses of ResourceKey in net.minecraft.world.level.levelgen.presets
Modifier and TypeFieldDescriptionstatic final ResourceKey<WorldPreset>
WorldPresets.AMPLIFIED
static final ResourceKey<WorldPreset>
WorldPresets.DEBUG
static final ResourceKey<WorldPreset>
WorldPresets.FLAT
static final ResourceKey<WorldPreset>
WorldPresets.LARGE_BIOMES
static final ResourceKey<WorldPreset>
WorldPresets.NORMAL
static final ResourceKey<WorldPreset>
WorldPresets.SINGLE_BIOME_SURFACE
Modifier and TypeFieldDescriptionprivate final Map<ResourceKey<LevelStem>,
LevelStem> WorldPreset.dimensions
Modifier and TypeMethodDescriptionstatic Optional<ResourceKey<WorldPreset>>
WorldPresets.fromSettings
(Registry<LevelStem> p_249784_) Modifier and TypeMethodDescriptionprivate void
WorldPresets.Bootstrap.registerCustomOverworldPreset
(ResourceKey<WorldPreset> p_256570_, LevelStem p_256269_) -
Uses of ResourceKey in net.minecraft.world.level.levelgen.structure
Modifier and TypeFieldDescriptionstatic final ResourceKey<StructureSet>
BuiltinStructureSets.ANCIENT_CITIES
static final ResourceKey<Structure>
BuiltinStructures.ANCIENT_CITY
static final ResourceKey<Structure>
BuiltinStructures.BASTION_REMNANT
static final ResourceKey<Structure>
BuiltinStructures.BURIED_TREASURE
static final ResourceKey<StructureSet>
BuiltinStructureSets.BURIED_TREASURES
static final ResourceKey<Structure>
BuiltinStructures.DESERT_PYRAMID
static final ResourceKey<StructureSet>
BuiltinStructureSets.DESERT_PYRAMIDS
private final ResourceKey<Level>
StructureCheck.dimension
static final ResourceKey<StructureSet>
BuiltinStructureSets.END_CITIES
static final ResourceKey<Structure>
BuiltinStructures.END_CITY
static final ResourceKey<Structure>
BuiltinStructures.FORTRESS
static final ResourceKey<Structure>
BuiltinStructures.IGLOO
static final ResourceKey<StructureSet>
BuiltinStructureSets.IGLOOS
static final ResourceKey<Structure>
BuiltinStructures.JUNGLE_TEMPLE
static final ResourceKey<StructureSet>
BuiltinStructureSets.JUNGLE_TEMPLES
static final ResourceKey<Structure>
BuiltinStructures.MINESHAFT
static final ResourceKey<Structure>
BuiltinStructures.MINESHAFT_MESA
static final ResourceKey<StructureSet>
BuiltinStructureSets.MINESHAFTS
static final ResourceKey<StructureSet>
BuiltinStructureSets.NETHER_COMPLEXES
static final ResourceKey<Structure>
BuiltinStructures.NETHER_FOSSIL
static final ResourceKey<StructureSet>
BuiltinStructureSets.NETHER_FOSSILS
static final ResourceKey<Structure>
BuiltinStructures.OCEAN_MONUMENT
static final ResourceKey<StructureSet>
BuiltinStructureSets.OCEAN_MONUMENTS
static final ResourceKey<Structure>
BuiltinStructures.OCEAN_RUIN_COLD
static final ResourceKey<Structure>
BuiltinStructures.OCEAN_RUIN_WARM
static final ResourceKey<StructureSet>
BuiltinStructureSets.OCEAN_RUINS
static final ResourceKey<Structure>
BuiltinStructures.PILLAGER_OUTPOST
static final ResourceKey<StructureSet>
BuiltinStructureSets.PILLAGER_OUTPOSTS
static final ResourceKey<Structure>
BuiltinStructures.RUINED_PORTAL_DESERT
static final ResourceKey<Structure>
BuiltinStructures.RUINED_PORTAL_JUNGLE
static final ResourceKey<Structure>
BuiltinStructures.RUINED_PORTAL_MOUNTAIN
static final ResourceKey<Structure>
BuiltinStructures.RUINED_PORTAL_NETHER
static final ResourceKey<Structure>
BuiltinStructures.RUINED_PORTAL_OCEAN
static final ResourceKey<Structure>
BuiltinStructures.RUINED_PORTAL_STANDARD
static final ResourceKey<Structure>
BuiltinStructures.RUINED_PORTAL_SWAMP
static final ResourceKey<StructureSet>
BuiltinStructureSets.RUINED_PORTALS
static final ResourceKey<Structure>
BuiltinStructures.SHIPWRECK
static final ResourceKey<Structure>
BuiltinStructures.SHIPWRECK_BEACHED
static final ResourceKey<StructureSet>
BuiltinStructureSets.SHIPWRECKS
static final ResourceKey<Structure>
BuiltinStructures.STRONGHOLD
static final ResourceKey<StructureSet>
BuiltinStructureSets.STRONGHOLDS
static final ResourceKey<Structure>
BuiltinStructures.SWAMP_HUT
static final ResourceKey<StructureSet>
BuiltinStructureSets.SWAMP_HUTS
static final ResourceKey<Structure>
BuiltinStructures.TRAIL_RUINS
static final ResourceKey<StructureSet>
BuiltinStructureSets.TRAIL_RUINS
static final ResourceKey<Structure>
BuiltinStructures.VILLAGE_DESERT
static final ResourceKey<Structure>
BuiltinStructures.VILLAGE_PLAINS
static final ResourceKey<Structure>
BuiltinStructures.VILLAGE_SAVANNA
static final ResourceKey<Structure>
BuiltinStructures.VILLAGE_SNOWY
static final ResourceKey<Structure>
BuiltinStructures.VILLAGE_TAIGA
static final ResourceKey<StructureSet>
BuiltinStructureSets.VILLAGES
static final ResourceKey<Structure>
BuiltinStructures.WOODLAND_MANSION
static final ResourceKey<StructureSet>
BuiltinStructureSets.WOODLAND_MANSIONS
Modifier and TypeMethodDescriptionprivate static ResourceKey<Structure>
private static ResourceKey<StructureSet>
Modifier and TypeMethodDescriptionstatic LegacyStructureDataHandler
LegacyStructureDataHandler.getLegacyStructureHandler
(ResourceKey<Level> p_71332_, DimensionDataStorage p_71333_) ModifierConstructorDescriptionStructureCheck
(ChunkScanAccess p_226712_, RegistryAccess p_226713_, StructureTemplateManager p_226714_, ResourceKey<Level> p_226715_, ChunkGenerator p_226716_, RandomState p_226717_, LevelHeightAccessor p_226718_, BiomeSource p_226719_, long p_226720_, com.mojang.datafixers.DataFixer p_226721_) -
Uses of ResourceKey in net.minecraft.world.level.levelgen.structure.pools
Modifier and TypeMethodDescriptionprivate static ResourceKey<StructureTemplatePool>
JigsawPlacement.Placer.readPoolName
(StructureTemplate.StructureBlockInfo p_256491_) -
Uses of ResourceKey in net.minecraft.world.level.saveddata.maps
Modifier and TypeMethodDescriptionstatic MapItemSavedData
MapItemSavedData.createForClient
(byte p_164777_, boolean p_164778_, ResourceKey<Level> p_164779_) static MapItemSavedData
MapItemSavedData.createFresh
(double p_164781_, double p_164782_, byte p_164783_, boolean p_164784_, boolean p_164785_, ResourceKey<Level> p_164786_) ModifierConstructorDescriptionprivate
MapItemSavedData
(int p_164768_, int p_164769_, byte p_164770_, boolean p_164771_, boolean p_164772_, boolean p_164773_, ResourceKey<Level> p_164774_) -
Uses of ResourceKey in net.minecraft.world.level.storage
Modifier and TypeMethodDescriptionLevelStorageSource.LevelStorageAccess.getDimensionPath
(ResourceKey<Level> p_197395_) -
Uses of ResourceKey in net.minecraft.world.level.storage.loot.functions
Modifier and TypeMethodDescriptionSetBannerPatternFunction.Builder.addPattern
(ResourceKey<BannerPattern> p_230996_, DyeColor p_230997_) -
Uses of ResourceKey in net.minecraftforge.client
Modifier and TypeFieldDescriptionprivate static Map<ResourceKey<WorldPreset>,
PresetEditor> PresetEditorManager.editors
Modifier and TypeMethodDescriptionClientCommandSourceStack.levels()
Returns a set ofResourceKey
for levels from the client side.Modifier and TypeMethodDescriptionstatic @Nullable PresetEditor
PresetEditorManager.get
(ResourceKey<WorldPreset> key) Returns the PresetEditor for the given WorldPreset key, or null if no such PresetEditor exists. -
Uses of ResourceKey in net.minecraftforge.client.event
Modifier and TypeFieldDescriptionprivate final Map<ResourceKey<WorldPreset>,
PresetEditor> RegisterPresetEditorsEvent.editors
Modifier and TypeMethodDescriptionvoid
RegisterPresetEditorsEvent.register
(ResourceKey<WorldPreset> key, PresetEditor editor) Registers a PresetEditor for a given world preset key.ModifierConstructorDescription -
Uses of ResourceKey in net.minecraftforge.common
Modifier and TypeFieldDescriptionprivate static final List<ResourceKey<Biome>>
BiomeManager.additionalOverworldBiomes
private static final List<ResourceKey<Biome>>
BiomeManager.additionalOverworldBiomesView
Modifier and TypeMethodDescriptionstatic List<ResourceKey<Biome>>
BiomeManager.getAdditionalOverworldBiomes()
Modifier and TypeMethodDescriptionstatic void
BiomeManager.addAdditionalOverworldBiomes
(ResourceKey<Biome> biome) Add biomes that you add to the overworld without usingBiomeManager.addBiome(BiomeType, BiomeEntry)
static void
ForgeHooks.onCreativeModeTabBuildContents
(CreativeModeTab tab, ResourceKey<CreativeModeTab> tabKey, CreativeModeTab.DisplayItemsGenerator originalGenerator, CreativeModeTab.ItemDisplayParameters params, CreativeModeTab.Output output) -
Uses of ResourceKey in net.minecraftforge.common.crafting.conditions
Modifier and TypeFieldDescriptionprivate Map<ResourceKey<?>,
Map<ResourceLocation, Collection<Holder<?>>>> ConditionContext.loadedTags
Modifier and TypeMethodDescription<T> Map<ResourceLocation,
Collection<Holder<T>>> ConditionContext.getAllTags
(ResourceKey<? extends Registry<T>> registry) <T> Map<ResourceLocation,
Collection<Holder<T>>> ICondition.IContext.getAllTags
(ResourceKey<? extends Registry<T>> registry) Return all the loaded tags for the passed registry, or an empty map if none is available. -
Uses of ResourceKey in net.minecraftforge.common.data
Modifier and TypeMethodDescriptionprivate void
ForgeBiomeTagsProvider.tag
(ResourceKey<Biome> biome, TagKey<Biome>... tags) -
Uses of ResourceKey in net.minecraftforge.common.extensions
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionIForgeIntrinsicHolderTagAppender.remove
(ResourceKey<T> resourceKey) IForgeIntrinsicHolderTagAppender.remove
(ResourceKey<T> firstResourceKey, ResourceKey<T>... resourceKeys) default TagsProvider.TagAppender<T>
IForgeTagAppender.remove
(ResourceKey<T> resourceKey) Adds a resource key to the tag json's remove list.default TagsProvider.TagAppender<T>
IForgeTagAppender.remove
(ResourceKey<T> firstResourceKey, ResourceKey<T>... resourceKeys) Adds multiple resource keys to the tag json's remove list. -
Uses of ResourceKey in net.minecraftforge.common.util
Modifier and TypeMethodDescriptionstatic BlockSnapshot
BlockSnapshot.create
(ResourceKey<Level> dim, LevelAccessor world, BlockPos pos) static BlockSnapshot
BlockSnapshot.create
(ResourceKey<Level> dim, LevelAccessor world, BlockPos pos, int flag) ModifierConstructorDescriptionprivate
BlockSnapshot
(ResourceKey<Level> dim, LevelAccessor level, BlockPos pos, BlockState state, @Nullable CompoundTag nbt, int flags) -
Uses of ResourceKey in net.minecraftforge.debug
Modifier and TypeFieldDescriptionprivate static final ResourceKey<CreativeModeTab>
CreativeModeTabTest.LOGS
private static final ResourceKey<CreativeModeTab>
CreativeModeTabTest.STONE
-
Uses of ResourceKey in net.minecraftforge.event
Modifier and TypeFieldDescriptionprivate final ResourceKey<CreativeModeTab>
BuildCreativeModeTabContentsEvent.tabKey
Modifier and TypeMethodDescriptionBuildCreativeModeTabContentsEvent.getTabKey()
Returns the key of the creative mode tab currently populating its contents.Modifier and TypeMethodDescriptionstatic void
ForgeEventFactory.onPlayerChangedDimension
(Player player, ResourceKey<Level> fromDim, ResourceKey<Level> toDim) static boolean
ForgeEventFactory.onPlayerSpawnSet
(Player player, ResourceKey<Level> levelKey, BlockPos pos, boolean forced) static boolean
ForgeEventFactory.onTravelToDimension
(Entity entity, ResourceKey<Level> dimension) ModifierConstructorDescriptionBuildCreativeModeTabContentsEvent
(CreativeModeTab tab, ResourceKey<CreativeModeTab> tabKey, CreativeModeTab.ItemDisplayParameters parameters, MutableHashedLinkedMap<ItemStack, CreativeModeTab.TabVisibility> entries) -
Uses of ResourceKey in net.minecraftforge.event.entity
Modifier and TypeFieldDescriptionprivate final ResourceKey<Level>
EntityTravelToDimensionEvent.dimension
ModifierConstructorDescriptionEntityTravelToDimensionEvent
(Entity entity, ResourceKey<Level> dimension) -
Uses of ResourceKey in net.minecraftforge.event.entity.player
Modifier and TypeFieldDescriptionprivate final ResourceKey<Level>
PlayerEvent.PlayerChangedDimensionEvent.fromDim
private final ResourceKey<Level>
PlayerSetSpawnEvent.spawnLevel
private final ResourceKey<Level>
PlayerEvent.PlayerChangedDimensionEvent.toDim
Modifier and TypeMethodDescriptionPlayerEvent.PlayerChangedDimensionEvent.getFrom()
PlayerSetSpawnEvent.getSpawnLevel()
PlayerEvent.PlayerChangedDimensionEvent.getTo()
ModifierConstructorDescriptionPlayerChangedDimensionEvent
(Player player, ResourceKey<Level> fromDim, ResourceKey<Level> toDim) PlayerSetSpawnEvent
(Player player, ResourceKey<Level> spawnLevel, @Nullable BlockPos newSpawn, boolean forced) -
Uses of ResourceKey in net.minecraftforge.event.level
Modifier and TypeMethodDescriptionvoid
SaplingGrowTreeEvent.setFeature
(ResourceKey<ConfiguredFeature<?, ?>> featureKey) -
Uses of ResourceKey in net.minecraftforge.network
Modifier and TypeFieldDescriptionprivate final ResourceKey<Level>
PacketDistributor.TargetPoint.dim
The field for thedim
record component.Modifier and TypeFieldDescriptionstatic final PacketDistributor<ResourceKey<Level>>
PacketDistributor.DIMENSION
Send to everyone in the dimension specified in the Supplier
PacketDistributor.with(T)
DimensionTypeModifier and TypeMethodDescriptionPacketDistributor.TargetPoint.dim()
Returns the value of thedim
record component.Modifier and TypeMethodDescriptionPacketDistributor.playerListDimConsumer
(ResourceKey<Level> dimension) ModifierConstructorDescriptionTargetPoint
(double x, double y, double z, double r2, ResourceKey<Level> dim) A target point without excluded entityTargetPoint
(@Nullable ServerPlayer excluded, double x, double y, double z, double r2, ResourceKey<Level> dim) Creates an instance of aTargetPoint
record class. -
Uses of ResourceKey in net.minecraftforge.network.packets
Modifier and TypeFieldDescriptionprivate final List<ResourceKey<? extends Registry<?>>>
RegistryList.datapacks
The field for thedatapacks
record component.Modifier and TypeMethodDescriptionList<ResourceKey<? extends Registry<?>>>
RegistryList.datapacks()
Returns the value of thedatapacks
record component. -
Uses of ResourceKey in net.minecraftforge.registries
Modifier and TypeFieldDescriptionstatic final ResourceKey<Registry<Activity>>
ForgeRegistries.Keys.ACTIVITIES
static final ResourceKey<Registry<Attribute>>
ForgeRegistries.Keys.ATTRIBUTES
static final ResourceKey<Registry<com.mojang.serialization.Codec<? extends BiomeModifier>>>
ForgeRegistries.Keys.BIOME_MODIFIER_SERIALIZERS
static final ResourceKey<Registry<BiomeModifier>>
ForgeRegistries.Keys.BIOME_MODIFIERS
static final ResourceKey<Registry<Biome>>
ForgeRegistries.Keys.BIOMES
static final ResourceKey<Registry<BlockEntityType<?>>>
ForgeRegistries.Keys.BLOCK_ENTITY_TYPES
static final ResourceKey<Registry<BlockStateProviderType<?>>>
ForgeRegistries.Keys.BLOCK_STATE_PROVIDER_TYPES
static final ResourceKey<Registry<Block>>
ForgeRegistries.Keys.BLOCKS
static final ResourceKey<Registry<ChunkStatus>>
ForgeRegistries.Keys.CHUNK_STATUS
static final ResourceKey<Registry<ArgumentTypeInfo<?,
?>>> ForgeRegistries.Keys.COMMAND_ARGUMENT_TYPES
static final ResourceKey<Registry<com.mojang.serialization.Codec<? extends ICondition>>>
ForgeRegistries.Keys.CONDITION_SERIALIZERS
private final ResourceKey<V>
ForgeRegistry.defaultResourceKey
static final ResourceKey<Registry<ItemDisplayContext>>
ForgeRegistries.Keys.DISPLAY_CONTEXTS
static final ResourceKey<Registry<Enchantment>>
ForgeRegistries.Keys.ENCHANTMENTS
static final ResourceKey<Registry<EntityDataSerializer<?>>>
ForgeRegistries.Keys.ENTITY_DATA_SERIALIZERS
static final ResourceKey<Registry<EntityType<?>>>
ForgeRegistries.Keys.ENTITY_TYPES
static final ResourceKey<Registry<Feature<?>>>
ForgeRegistries.Keys.FEATURES
static final ResourceKey<Registry<FluidType>>
ForgeRegistries.Keys.FLUID_TYPES
static final ResourceKey<Registry<Fluid>>
ForgeRegistries.Keys.FLUIDS
static final ResourceKey<Registry<FoliagePlacerType<?>>>
ForgeRegistries.Keys.FOLIAGE_PLACER_TYPES
static final ResourceKey<Registry<com.mojang.serialization.Codec<? extends IGlobalLootModifier>>>
ForgeRegistries.Keys.GLOBAL_LOOT_MODIFIER_SERIALIZERS
static final ResourceKey<Registry<HolderSetType>>
ForgeRegistries.Keys.HOLDER_SET_TYPES
static final ResourceKey<Registry<Item>>
ForgeRegistries.Keys.ITEMS
private final ResourceKey<Registry<V>>
ForgeRegistry.key
private final ResourceKey<V>
ForgeRegistry.OverrideOwner.key
The field for thekey
record component.private final ResourceKey<? extends Registry<?>>
MissingMappingsEvent.key
private @Nullable ResourceKey<T>
RegistryObject.key
static final ResourceKey<Registry<MemoryModuleType<?>>>
ForgeRegistries.Keys.MEMORY_MODULE_TYPES
static final ResourceKey<Registry<MenuType<?>>>
ForgeRegistries.Keys.MENU_TYPES
static final ResourceKey<Registry<MobEffect>>
ForgeRegistries.Keys.MOB_EFFECTS
static final ResourceKey<Registry<PaintingVariant>>
ForgeRegistries.Keys.PAINTING_VARIANTS
static final ResourceKey<Registry<ParticleType<?>>>
ForgeRegistries.Keys.PARTICLE_TYPES
static final ResourceKey<Registry<PoiType>>
ForgeRegistries.Keys.POI_TYPES
static final ResourceKey<Registry<Potion>>
ForgeRegistries.Keys.POTIONS
static final ResourceKey<Registry<RecipeSerializer<?>>>
ForgeRegistries.Keys.RECIPE_SERIALIZERS
static final ResourceKey<Registry<RecipeType<?>>>
ForgeRegistries.Keys.RECIPE_TYPES
private final ResourceKey<? extends Registry<V>>
DeferredRegister.RegistryHolder.registryKey
private final ResourceKey<? extends Registry<T>>
DeferredRegister.registryKey
private final @NotNull ResourceKey<? extends Registry<?>>
RegisterEvent.registryKey
static final ResourceKey<Registry<Schedule>>
ForgeRegistries.Keys.SCHEDULES
static final ResourceKey<Registry<SensorType<?>>>
ForgeRegistries.Keys.SENSOR_TYPES
static final ResourceKey<Registry<SoundEvent>>
ForgeRegistries.Keys.SOUND_EVENTS
static final ResourceKey<Registry<StatType<?>>>
ForgeRegistries.Keys.STAT_TYPES
static final ResourceKey<Registry<com.mojang.serialization.Codec<? extends StructureModifier>>>
ForgeRegistries.Keys.STRUCTURE_MODIFIER_SERIALIZERS
static final ResourceKey<Registry<StructureModifier>>
ForgeRegistries.Keys.STRUCTURE_MODIFIERS
static final ResourceKey<Registry<TreeDecoratorType<?>>>
ForgeRegistries.Keys.TREE_DECORATOR_TYPES
static final ResourceKey<Registry<VillagerProfession>>
ForgeRegistries.Keys.VILLAGER_PROFESSIONS
static final ResourceKey<Registry<WorldCarver<?>>>
ForgeRegistries.Keys.WORLD_CARVERS
Modifier and TypeFieldDescriptionprivate final com.google.common.collect.BiMap<ResourceKey<V>,
V> ForgeRegistry.keys
private static final Map<ResourceKey<? extends Registry<?>>,
RegistrySynchronization.NetworkedRegistryData<?>> DataPackRegistriesHooks.NETWORKABLE_REGISTRIES
private static final Set<ResourceKey<? extends Registry<?>>>
DataPackRegistriesHooks.SYNCED_CUSTOM_REGISTRIES
private static final Set<ResourceKey<? extends Registry<?>>>
DataPackRegistriesHooks.SYNCED_CUSTOM_REGISTRIES_VIEW
Modifier and TypeMethodDescription@Nullable ResourceKey<V>
ForgeRegistry.getKey
(int id) ResourceKey<? extends Registry<?>>
MissingMappingsEvent.getKey()
@Nullable ResourceKey<T>
RegistryObject.getKey()
Returns the resource key that points to the registry and name of this registry object.ResourceKey<? extends Registry<T>>
DeferredRegister.getRegistryKey()
ForgeRegistry.getRegistryKey()
IForgeRegistry.getRegistryKey()
@NotNull ResourceKey<? extends Registry<?>>
RegisterEvent.getRegistryKey()
private static <T> ResourceKey<Registry<T>>
ForgeRegistry.OverrideOwner.key()
Returns the value of thekey
record component.Modifier and TypeMethodDescriptionSet<Map.Entry<ResourceKey<T>,
T>> NamespacedWrapper.entrySet()
@NotNull Set<Map.Entry<ResourceKey<V>,
V>> ForgeRegistry.getEntries()
@NotNull Set<Map.Entry<ResourceKey<V>,
V>> IForgeRegistry.getEntries()
@NotNull Optional<ResourceKey<V>>
ForgeRegistry.getResourceKey
(V value) @NotNull Optional<ResourceKey<V>>
IForgeRegistry.getResourceKey
(V value) NamespacedWrapper.getResourceKey
(T p_122755_) (package private) @NotNull Set<ResourceKey<V>>
ForgeRegistry.getResourceKeys()
static Set<ResourceKey<? extends Registry<?>>>
DataPackRegistriesHooks.getSyncedCustomRegistries()
Returns An unmodifiable view of the set of synced non-vanilla datapack registry IDs.static Map<ResourceKey<? extends Registry<?>>,
RegistrySynchronization.NetworkedRegistryData<?>> DataPackRegistriesHooks.grabNetworkableRegistries
(com.google.common.collect.ImmutableMap.Builder<ResourceKey<? extends Registry<?>>, RegistrySynchronization.NetworkedRegistryData<?>> builder) Set<ResourceKey<T>>
NamespacedWrapper.registryKeySet()
Modifier and TypeMethodDescriptionprivate Holder.Reference<V>
ForgeRegistry.bindDelegate
(ResourceKey<V> rkey, V value) boolean
NamespacedWrapper.containsKey
(ResourceKey<T> key) static <B> DeferredRegister<B>
DeferredRegister.create
(ResourceKey<? extends Registry<B>> key, String modid) DeferredRegister factory for custom forge registries orvanilla registries
to lookup based on the provided registry key.static <T,
U extends T>
RegistryObject<U>RegistryObject.create
(ResourceLocation name, ResourceKey<? extends Registry<T>> registryKey, String modid) Factory for aRegistryObject
that stores the value of an object from a registry once it is ready based on a lookup of the provided registry key.static <B> DeferredRegister<B>
DeferredRegister.createOptional
(ResourceKey<? extends Registry<B>> key, String modid) DeferredRegister factory for the optional existence of custom forge registries orvanilla registries
to lookup based on the provided registry key.static <T,
U extends T>
RegistryObject<U>RegistryObject.createOptional
(ResourceLocation name, ResourceKey<? extends Registry<T>> registryKey, String modid) Factory for aRegistryObject
that optionally stores the value of an object from a registry once it is ready if the registry exists based on a lookup of the provided registry key.<T> void
DataPackRegistryEvent.NewRegistry.dataPackRegistry
(ResourceKey<Registry<T>> registryKey, com.mojang.serialization.Codec<T> codec) Registers the given registry key as an unsynced datapack registry, which will cause data to be loaded from a datapack folder based on the registry's name.<T> void
DataPackRegistryEvent.NewRegistry.dataPackRegistry
(ResourceKey<Registry<T>> registryKey, com.mojang.serialization.Codec<T> codec, @Nullable com.mojang.serialization.Codec<T> networkCodec) Registers the registry key as a datapack registry, which will cause data to be loaded from a datapack folder based on the registry's name.NamespacedWrapper.get
(@Nullable ResourceKey<T> name) <T> List<MissingMappingsEvent.Mapping<T>>
MissingMappingsEvent.getAllMappings
(ResourceKey<? extends Registry<T>> registryKey) @NotNull Optional<Holder.Reference<V>>
ForgeRegistry.getDelegate
(ResourceKey<V> rkey) @NotNull Optional<Holder.Reference<V>>
IForgeRegistry.getDelegate
(ResourceKey<V> rkey) ForgeRegistry.getDelegateOrThrow
(ResourceKey<V> rkey) IForgeRegistry.getDelegateOrThrow
(ResourceKey<V> rkey) ForgeRegistry.getHolder
(ResourceKey<V> key) IForgeRegistry.getHolder
(ResourceKey<V> key) This method exists purely as a stopgap for vanilla compatibility.NamespacedWrapper.getHolder
(ResourceKey<T> key) private Holder.Reference<T>
NamespacedWrapper.getHolder
(ResourceKey<T> key, T value) <T> List<MissingMappingsEvent.Mapping<T>>
MissingMappingsEvent.getMappings
(ResourceKey<? extends Registry<T>> registryKey, String namespace) (package private) Holder.Reference<T>
NamespacedWrapper.getOrCreateHolderOrThrow
(ResourceKey<T> key) <V> ForgeRegistry<V>
RegistryManager.getRegistry
(ResourceKey<? extends Registry<V>> key) static <T> MappedRegistry<T>
GameData.getWrapper
(ResourceKey<? extends Registry<T>> key, com.mojang.serialization.Lifecycle lifecycle) static <T> MappedRegistry<T>
GameData.getWrapper
(ResourceKey<? extends Registry<T>> key, com.mojang.serialization.Lifecycle lifecycle, String defKey) private static <T> RegistryBuilder<T>
GameData.makeRegistry
(ResourceKey<? extends Registry<T>> key) private static <T> RegistryBuilder<T>
GameData.makeRegistry
(ResourceKey<? extends Registry<T>> key, int min, int max) private static <T> RegistryBuilder<T>
GameData.makeRegistry
(ResourceKey<? extends Registry<T>> key, String _default) void
GameData.BlockCallbacks.onAdd
(IForgeRegistryInternal<Block> owner, RegistryManager stage, int id, ResourceKey<Block> key, Block block, @Nullable Block oldBlock) void
GameData.ItemCallbacks.onAdd
(IForgeRegistryInternal<Item> owner, RegistryManager stage, int id, ResourceKey<Item> key, Item item, @Nullable Item oldItem) void
GameData.PointOfInterestTypeCallbacks.onAdd
(IForgeRegistryInternal<PoiType> owner, RegistryManager stage, int id, ResourceKey<PoiType> key, PoiType obj, @Nullable PoiType oldObj) void
IForgeRegistry.AddCallback.onAdd
(IForgeRegistryInternal<V> owner, RegistryManager stage, int id, ResourceKey<V> key, V obj, V oldObj) void
NamespacedDefaultedWrapper.Factory.onAdd
(IForgeRegistryInternal<V> owner, RegistryManager stage, int id, ResourceKey<V> key, V value, V oldValue) void
NamespacedWrapper.Factory.onAdd
(IForgeRegistryInternal<V> owner, RegistryManager stage, int id, ResourceKey<V> key, V value, V oldValue) (package private) Holder.Reference<T>
NamespacedDefaultedWrapper.onAdded
(RegistryManager stage, int id, ResourceKey<T> key, T newValue, T oldValue) (package private) Holder.Reference<T>
NamespacedWrapper.onAdded
(RegistryManager stage, int id, ResourceKey<T> key, T newValue, T oldValue) NamespacedWrapper.register
(ResourceKey<T> key, T value, com.mojang.serialization.Lifecycle lifecycle) <T> void
RegisterEvent.register
(ResourceKey<? extends Registry<T>> registryKey, Consumer<RegisterEvent.RegisterHelper<T>> consumer) Calls the provided consumer with a register helper if the provided registry key matches this event's registry key.<T> void
RegisterEvent.register
(ResourceKey<? extends Registry<T>> registryKey, ResourceLocation name, Supplier<T> valueSupplier) Registers the value with the given name to the stored registry if the provided registry key matches this event's registry key.default void
RegisterEvent.RegisterHelper.register
(ResourceKey<T> key, T value) Registers the given value with the given name to the registry.NamespacedWrapper.registerMapping
(int id, ResourceKey<T> key, T value, com.mojang.serialization.Lifecycle lifecycle) (package private) void
NamespacedWrapper.validateWrite
(ResourceKey<T> key) Modifier and TypeMethodDescriptionstatic Map<ResourceKey<? extends Registry<?>>,
RegistrySynchronization.NetworkedRegistryData<?>> DataPackRegistriesHooks.grabNetworkableRegistries
(com.google.common.collect.ImmutableMap.Builder<ResourceKey<? extends Registry<?>>, RegistrySynchronization.NetworkedRegistryData<?>> builder) ModifierConstructorDescriptionprivate
DeferredRegister
(ResourceKey<? extends Registry<T>> registryKey, String modid, boolean optionalRegistry) MissingMappingsEvent
(ResourceKey<? extends Registry<?>> key, IForgeRegistry<?> registry, Collection<MissingMappingsEvent.Mapping<?>> missed) private
OverrideOwner
(String owner, ResourceKey<V> key) Creates an instance of aOverrideOwner
record class.(package private)
RegisterEvent
(@NotNull ResourceKey<? extends Registry<?>> registryKey, @Nullable ForgeRegistry<?> forgeRegistry, @Nullable Registry<?> vanillaRegistry) private
RegistryHolder
(ResourceKey<? extends Registry<V>> registryKey) -
Uses of ResourceKey in net.minecraftforge.registries.holdersets
Modifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.Codec<? extends ICustomHolderSet<T>>
AndHolderSet.codec
(ResourceKey<? extends Registry<T>> registryKey, com.mojang.serialization.Codec<Holder<T>> holderCodec, boolean forceList) static <T> com.mojang.serialization.Codec<? extends ICustomHolderSet<T>>
AnyHolderSet.codec
(ResourceKey<? extends Registry<T>> registryKey, com.mojang.serialization.Codec<Holder<T>> holderCodec, boolean forceList) static <T> com.mojang.serialization.Codec<? extends ICustomHolderSet<T>>
NotHolderSet.codec
(ResourceKey<? extends Registry<T>> registryKey, com.mojang.serialization.Codec<Holder<T>> holderCodec, boolean forceList) static <T> com.mojang.serialization.Codec<? extends ICustomHolderSet<T>>
OrHolderSet.codec
(ResourceKey<? extends Registry<T>> registryKey, com.mojang.serialization.Codec<Holder<T>> holderCodec, boolean forceList) <T> com.mojang.serialization.Codec<? extends ICustomHolderSet<T>>
HolderSetType.makeCodec
(ResourceKey<? extends Registry<T>> registryKey, com.mojang.serialization.Codec<Holder<T>> holderCodec, boolean forceList) -
Uses of ResourceKey in net.minecraftforge.server.command
Modifier and TypeFieldDescriptionprivate static final ResourceKey<Registry<Registry<?>>>
TagsCommand.ROOT_REGISTRY_KEY
Modifier and TypeMethodDescriptionprivate static <T> Optional<ResourceKey<T>>
TagsCommand.getResourceKey
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, String name, ResourceKey<Registry<T>> registryKey) Modifier and TypeMethodDescriptionprivate static int
EntityCommand.EntityListCommand.execute
(CommandSourceStack sender, String filter, ResourceKey<Level> dim) private static <T> Optional<ResourceKey<T>>
TagsCommand.getResourceKey
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, String name, ResourceKey<Registry<T>> registryKey) -
Uses of ResourceKey in net.minecraftforge.test
PresetEditorManager.get(ResourceKey)
instead.