Uses of Interface
net.minecraft.util.registry.RegistryEntryList
Packages that use RegistryEntryList
Package
Description
-
Uses of RegistryEntryList in net.minecraft.block
Methods in net.minecraft.block with parameters of type RegistryEntryListModifier and TypeMethodDescriptionboolean
AbstractBlock.AbstractBlockState.isIn
(RegistryEntryList<Block> blocks) -
Uses of RegistryEntryList in net.minecraft.fluid
Methods in net.minecraft.fluid with parameters of type RegistryEntryList -
Uses of RegistryEntryList in net.minecraft.util.dynamic
Methods in net.minecraft.util.dynamic that return types with arguments of type RegistryEntryListModifier and TypeMethodDescriptionstatic <T> Function<RegistryEntryList<T>,
com.mojang.serialization.DataResult<RegistryEntryList<T>>> Codecs.createNonEmptyEntryListChecker()
static <T> Function<RegistryEntryList<T>,
com.mojang.serialization.DataResult<RegistryEntryList<T>>> Codecs.createNonEmptyEntryListChecker()
static <T> com.mojang.serialization.Codec<RegistryEntryList<T>>
Codecs.nonEmptyEntryList
(com.mojang.serialization.Codec<RegistryEntryList<T>> originalCodec) Method parameters in net.minecraft.util.dynamic with type arguments of type RegistryEntryListModifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.Codec<RegistryEntryList<T>>
Codecs.nonEmptyEntryList
(com.mojang.serialization.Codec<RegistryEntryList<T>> originalCodec) -
Uses of RegistryEntryList in net.minecraft.util.registry
Classes in net.minecraft.util.registry that implement RegistryEntryListModifier and TypeClassDescriptionstatic class
static class
static class
Methods in net.minecraft.util.registry that return types with arguments of type RegistryEntryListModifier and TypeMethodDescriptionstatic <E> com.mojang.serialization.Codec<RegistryEntryList<E>>
RegistryEntryListCodec.create
(RegistryKey<? extends Registry<E>> registryRef, com.mojang.serialization.Codec<RegistryEntry<E>> entryCodec, boolean alwaysSerializeAsList) <T> com.mojang.serialization.DataResult<com.mojang.datafixers.util.Pair<RegistryEntryList<E>,
T>> RegistryEntryListCodec.decode
(com.mojang.serialization.DynamicOps<T> ops, T input) private <T> com.mojang.serialization.DataResult<com.mojang.datafixers.util.Pair<RegistryEntryList<E>,
T>> RegistryEntryListCodec.decodeDirect
(com.mojang.serialization.DynamicOps<T> ops, T input) static <E> com.mojang.serialization.Codec<RegistryEntryList<E>>
RegistryCodecs.entryList
(RegistryKey<? extends Registry<E>> registryRef) static <E> com.mojang.serialization.Codec<RegistryEntryList<E>>
RegistryCodecs.entryList
(RegistryKey<? extends Registry<E>> registryRef, boolean alwaysSerializeAsList) static <E> com.mojang.serialization.Codec<RegistryEntryList<E>>
RegistryCodecs.entryList
(RegistryKey<? extends Registry<E>> registryRef, com.mojang.serialization.Codec<E> elementCodec) static <E> com.mojang.serialization.Codec<RegistryEntryList<E>>
RegistryCodecs.entryList
(RegistryKey<? extends Registry<E>> registryRef, com.mojang.serialization.Codec<E> elementCodec, boolean alwaysSerializeAsList) Methods in net.minecraft.util.registry with parameters of type RegistryEntryListModifier and TypeMethodDescription<T> com.mojang.serialization.DataResult<T>
RegistryEntryListCodec.encode
(RegistryEntryList<E> registryEntryList, com.mojang.serialization.DynamicOps<T> dynamicOps, T t) private <T> com.mojang.serialization.DataResult<T>
RegistryEntryListCodec.encodeDirect
(RegistryEntryList<E> entryList, com.mojang.serialization.DynamicOps<T> ops, T prefix) -
Uses of RegistryEntryList in net.minecraft.world.biome
Fields in net.minecraft.world.biome with type parameters of type RegistryEntryListModifier and TypeFieldDescriptionprivate final Map<GenerationStep.Carver,
RegistryEntryList<ConfiguredCarver<?>>> GenerationSettings.carvers
private final List<RegistryEntryList<PlacedFeature>>
GenerationSettings.features
static final com.mojang.serialization.Codec<RegistryEntryList<Biome>>
Biome.field_26750
Methods in net.minecraft.world.biome that return types with arguments of type RegistryEntryListModifier and TypeMethodDescriptionGenerationSettings.getFeatures()
Returns the lists of features configured for eachfeature generation step
, up to the highest step that has a configured feature.Constructor parameters in net.minecraft.world.biome with type arguments of type RegistryEntryListModifierConstructorDescription(package private)
GenerationSettings
(Map<GenerationStep.Carver, RegistryEntryList<ConfiguredCarver<?>>> carvers, List<RegistryEntryList<PlacedFeature>> features) (package private)
GenerationSettings
(Map<GenerationStep.Carver, RegistryEntryList<ConfiguredCarver<?>>> carvers, List<RegistryEntryList<PlacedFeature>> features) -
Uses of RegistryEntryList in net.minecraft.world.biome.source
Fields in net.minecraft.world.biome.source declared as RegistryEntryListModifier and TypeFieldDescriptionprivate final RegistryEntryList<Biome>
CheckerboardBiomeSource.biomeArray
Constructors in net.minecraft.world.biome.source with parameters of type RegistryEntryListModifierConstructorDescriptionCheckerboardBiomeSource
(RegistryEntryList<Biome> registryEntryList, int size) -
Uses of RegistryEntryList in net.minecraft.world.gen.blockpredicate
Fields in net.minecraft.world.gen.blockpredicate declared as RegistryEntryListModifier and TypeFieldDescriptionprivate final RegistryEntryList<Block>
MatchingBlocksBlockPredicate.blocks
private final RegistryEntryList<Fluid>
MatchingFluidsBlockPredicate.fluids
Constructors in net.minecraft.world.gen.blockpredicate with parameters of type RegistryEntryListModifierConstructorDescriptionMatchingBlocksBlockPredicate
(Vec3i offset, RegistryEntryList<Block> blocks) MatchingFluidsBlockPredicate
(Vec3i offset, RegistryEntryList<Fluid> fluids) -
Uses of RegistryEntryList in net.minecraft.world.gen.carver
Fields in net.minecraft.world.gen.carver with type parameters of type RegistryEntryListModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntryList<ConfiguredCarver<?>>>
ConfiguredCarver.LIST_CODEC
-
Uses of RegistryEntryList in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk with type parameters of type RegistryEntryListModifier and TypeFieldDescriptionprotected final Optional<RegistryEntryList<StructureSet>>
ChunkGenerator.field_37054
private final Optional<RegistryEntryList<StructureSet>>
FlatChunkGeneratorConfig.field_37145
Methods in net.minecraft.world.gen.chunk that return types with arguments of type RegistryEntryListMethods in net.minecraft.world.gen.chunk with parameters of type RegistryEntryListModifier and TypeMethodDescription@Nullable com.mojang.datafixers.util.Pair<BlockPos,
RegistryEntry<ConfiguredStructureFeature<?, ?>>> ChunkGenerator.locateStructure
(ServerWorld serverWorld, RegistryEntryList<ConfiguredStructureFeature<?, ?>> registryEntryList, BlockPos center, int radius, boolean skipExistingChunks) Tries to find the closest structure of a given type near a given block.Method parameters in net.minecraft.world.gen.chunk with type arguments of type RegistryEntryListModifier and TypeMethodDescriptionFlatChunkGeneratorConfig.withLayers
(List<FlatChunkGeneratorLayer> layers, Optional<RegistryEntryList<StructureSet>> optional) Constructor parameters in net.minecraft.world.gen.chunk with type arguments of type RegistryEntryListModifierConstructorDescriptionChunkGenerator
(Registry<StructureSet> registry, Optional<RegistryEntryList<StructureSet>> optional, BiomeSource biomeSource) ChunkGenerator
(Registry<StructureSet> registry, Optional<RegistryEntryList<StructureSet>> optional, BiomeSource biomeSource, BiomeSource biomeSource2, long long2) FlatChunkGeneratorConfig
(Optional<RegistryEntryList<StructureSet>> optional, Registry<Biome> biomeRegistry) private
FlatChunkGeneratorConfig
(Registry<Biome> biomeRegistry, Optional<RegistryEntryList<StructureSet>> optional, List<FlatChunkGeneratorLayer> layers, boolean hasLakes, boolean hasFeatures, Optional<RegistryEntry<Biome>> biome) -
Uses of RegistryEntryList in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as RegistryEntryListModifier and TypeFieldDescriptionfinal RegistryEntryList<Biome>
ConfiguredStructureFeature.biomes
final RegistryEntryList<Block>
GlowLichenFeatureConfig.canPlaceOn
final RegistryEntryList<PlacedFeature>
SimpleRandomFeatureConfig.features
final RegistryEntryList<Block>
SpringFeatureConfig.validBlocks
Fields in net.minecraft.world.gen.feature with type parameters of type RegistryEntryListModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntryList<ConfiguredFeature<?,
?>>> ConfiguredFeature.LIST_CODEC
static final com.mojang.serialization.Codec<RegistryEntryList<PlacedFeature>>
PlacedFeature.LIST_CODEC
static final com.mojang.serialization.Codec<List<RegistryEntryList<PlacedFeature>>>
PlacedFeature.LISTS_CODEC
static final com.mojang.serialization.Codec<RegistryEntryList<ConfiguredStructureFeature<?,
?>>> ConfiguredStructureFeature.REGISTRY_ELEMENT_CODEC
Methods in net.minecraft.world.gen.feature that return RegistryEntryListConstructors in net.minecraft.world.gen.feature with parameters of type RegistryEntryListModifierConstructorDescriptionConfiguredStructureFeature
(F feature, FC config, RegistryEntryList<Biome> biomes, boolean bool, Map<SpawnGroup, StructureSpawns> map) GlowLichenFeatureConfig
(int searchRange, boolean placeOnFloor, boolean placeOnCeiling, boolean placeOnWalls, float spreadChance, RegistryEntryList<Block> canPlaceOn) SpringFeatureConfig
(FluidState state, boolean requiresBlockBelow, int rockCount, int holeCount, RegistryEntryList<Block> validBlocks)