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 TypeMethodDescriptionbooleanAbstractBlock.AbstractBlockState.isIn(RegistryEntryList<Block> blocks) -
Uses of RegistryEntryList in net.minecraft.command
Methods in net.minecraft.command that return types with arguments of type RegistryEntryListModifier and TypeMethodDescriptionOptional<? extends RegistryEntryList<T>>CommandRegistryWrapper.getEntryList(TagKey<T> tag) Returns the entry list for the provided tag.Optional<? extends RegistryEntryList<T>>CommandRegistryWrapper.Impl.getEntryList(TagKey<T> tag) Returns the entry list for the provided tag. -
Uses of RegistryEntryList in net.minecraft.command.argument
Fields in net.minecraft.command.argument declared as RegistryEntryListModifier and TypeFieldDescriptionprivate final RegistryEntryList<Block>BlockArgumentParser.TagResult.tagThe field for thetagrecord component.private final RegistryEntryList<Block>BlockPredicateArgumentType.TagPredicate.tagprivate final RegistryEntryList<Item>ItemStringReader.TagResult.tagThe field for thetagrecord component.private @Nullable RegistryEntryList<Block>BlockArgumentParser.tagIdFields in net.minecraft.command.argument with type parameters of type RegistryEntryListModifier and TypeFieldDescriptionprivate com.mojang.datafixers.util.Either<RegistryEntry<Item>,RegistryEntryList<Item>> ItemStringReader.resultMethods in net.minecraft.command.argument that return RegistryEntryListModifier and TypeMethodDescriptionBlockArgumentParser.TagResult.tag()Returns the value of thetagrecord component.ItemStringReader.TagResult.tag()Returns the value of thetagrecord component.Constructors in net.minecraft.command.argument with parameters of type RegistryEntryListModifierConstructorDescription(package private)TagPredicate(RegistryEntryList<Block> tag, Map<String, String> properties, @Nullable NbtCompound nbt) TagResult(RegistryEntryList<Block> registryEntryList, Map<String, String> map, @Nullable NbtCompound nbtCompound) TagResult(RegistryEntryList<Item> registryEntryList, @Nullable NbtCompound nbtCompound) -
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 classstatic classstatic classMethods 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.carversprivate final List<RegistryEntryList<PlacedFeature>>GenerationSettings.featuresstatic final com.mojang.serialization.Codec<RegistryEntryList<Biome>>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.biomeArrayConstructors in net.minecraft.world.biome.source with parameters of type RegistryEntryList -
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.blocksprivate final RegistryEntryList<Fluid>MatchingFluidsBlockPredicate.fluidsConstructors 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_37054private final Optional<RegistryEntryList<StructureSet>>FlatChunkGeneratorConfig.field_37145Methods 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<StructureFeature>> ChunkGenerator.locateStructure(ServerWorld serverWorld, RegistryEntryList<StructureFeature> 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) FlatChunkGeneratorConfig(Optional<RegistryEntryList<StructureSet>> optional, Registry<Biome> biomeRegistry) privateFlatChunkGeneratorConfig(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.chunk.placement
Fields in net.minecraft.world.gen.chunk.placement declared as RegistryEntryListModifier and TypeFieldDescriptionprivate final RegistryEntryList<Biome>ConcentricRingsStructurePlacement.biasedToBiomesMethods in net.minecraft.world.gen.chunk.placement that return RegistryEntryListMethods in net.minecraft.world.gen.chunk.placement that return types with arguments of type RegistryEntryListModifier and TypeMethodDescriptionprivate static com.mojang.datafixers.Products.P9<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<ConcentricRingsStructurePlacement>,Vec3i, StructurePlacement.FrequencyReductionMethod, Float, Integer, Optional<StructurePlacement.class_7152>, Integer, Integer, Integer, RegistryEntryList<Biome>> ConcentricRingsStructurePlacement.method_41629(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<ConcentricRingsStructurePlacement> instance) Constructors in net.minecraft.world.gen.chunk.placement with parameters of type RegistryEntryListModifierConstructorDescriptionConcentricRingsStructurePlacement(int int2, int int3, int structureCount, RegistryEntryList<Biome> biasedToBiomes) ConcentricRingsStructurePlacement(Vec3i locateOffset, StructurePlacement.FrequencyReductionMethod generationPredicateType, float float2, int int2, Optional<StructurePlacement.class_7152> optional, int int3, int int4, int structureCount, RegistryEntryList<Biome> biasedToBiomes) -
Uses of RegistryEntryList in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as RegistryEntryListModifier and TypeFieldDescriptionfinal RegistryEntryList<Block>GlowLichenFeatureConfig.canPlaceOnfinal RegistryEntryList<PlacedFeature>SimpleRandomFeatureConfig.featuresprivate final RegistryEntryList<Biome>StructureFeature.validBiomesfinal RegistryEntryList<Block>SpringFeatureConfig.validBlocksFields in net.minecraft.world.gen.feature with type parameters of type RegistryEntryListModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntryList<ConfiguredFeature<?,?>>> ConfiguredFeature.LIST_CODECstatic final com.mojang.serialization.Codec<RegistryEntryList<PlacedFeature>>PlacedFeature.LIST_CODECstatic final com.mojang.serialization.Codec<List<RegistryEntryList<PlacedFeature>>>PlacedFeature.LISTS_CODECMethods in net.minecraft.world.gen.feature that return RegistryEntryListModifier and TypeMethodDescriptionStructureFeature.getValidBiomes()private static RegistryEntryList<Biome>ConfiguredStructureFeatures.method_42044(TagKey<Biome> tagKey) Methods in net.minecraft.world.gen.feature that return types with arguments of type RegistryEntryListModifier and TypeMethodDescriptionstatic <S extends StructureFeature>
com.mojang.datafixers.Products.P4<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<S>,RegistryEntryList<Biome>, Map<SpawnGroup, StructureSpawns>, GenerationStep.Feature, Boolean> StructureFeature.method_41608(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<S> instance) static com.mojang.datafixers.Products.P10<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<JigsawFeature>,RegistryEntryList<Biome>, Map<SpawnGroup, StructureSpawns>, GenerationStep.Feature, Boolean, RegistryEntry<StructurePool>, Integer, HeightProvider, Boolean, Optional<Heightmap.Type>, Integer> JigsawFeature.method_41660(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<JigsawFeature> instance) Constructors in net.minecraft.world.gen.feature with parameters of type RegistryEntryListModifierConstructorDescriptionprotectedBasicTempleStructureFeature(BasicTempleStructureFeature.class_7148 class_7148, int int2, int int3, RegistryEntryList<Biome> validBiomes, Map<SpawnGroup, StructureSpawns> structureSpawns, GenerationStep.Feature featureGenerationStep, boolean bool) BuriedTreasureFeature(RegistryEntryList<Biome> validBiomes, Map<SpawnGroup, StructureSpawns> structureSpawns, GenerationStep.Feature featureGenerationStep, boolean adaptNoise) DesertPyramidFeature(RegistryEntryList<Biome> validBiomes, Map<SpawnGroup, StructureSpawns> structureSpawns, GenerationStep.Feature featureGenerationStep, boolean adaptNoise) EndCityFeature(RegistryEntryList<Biome> validBiomes, Map<SpawnGroup, StructureSpawns> structureSpawns, GenerationStep.Feature featureGenerationStep, boolean adaptNoise) GlowLichenFeatureConfig(AbstractLichenBlock abstractLichenBlock, int int2, boolean bool, boolean bool2, boolean bool3, float float2, RegistryEntryList<Block> registryEntryList) IglooFeature(RegistryEntryList<Biome> validBiomes, Map<SpawnGroup, StructureSpawns> structureSpawns, GenerationStep.Feature featureGenerationStep, boolean adaptNoise) JigsawFeature(RegistryEntryList<Biome> registryEntryList, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, boolean bool, RegistryEntry<StructurePool> registryEntry, int int2, HeightProvider heightProvider, boolean bool2) JigsawFeature(RegistryEntryList<Biome> registryEntryList, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, boolean bool, RegistryEntry<StructurePool> registryEntry, int int2, HeightProvider heightProvider, boolean bool2, Optional<Heightmap.Type> optional, int int3) JigsawFeature(RegistryEntryList<Biome> registryEntryList, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, boolean surface, RegistryEntry<StructurePool> registryEntry, int int2, HeightProvider heightProvider, boolean bool, Heightmap.Type type) JungleTempleFeature(RegistryEntryList<Biome> validBiomes, Map<SpawnGroup, StructureSpawns> structureSpawns, GenerationStep.Feature featureGenerationStep, boolean adaptNoise) MineshaftFeature(RegistryEntryList<Biome> registryEntryList, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, boolean bool, MineshaftFeature.Type type) NetherFortressFeature(RegistryEntryList<Biome> validBiomes, Map<SpawnGroup, StructureSpawns> structureSpawns, GenerationStep.Feature featureGenerationStep, boolean adaptNoise) NetherFossilFeature(RegistryEntryList<Biome> registryEntryList, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, boolean bool, HeightProvider heightProvider) OceanMonumentFeature(RegistryEntryList<Biome> validBiomes, Map<SpawnGroup, StructureSpawns> structureSpawns, GenerationStep.Feature featureGenerationStep, boolean adaptNoise) OceanRuinFeature(RegistryEntryList<Biome> registryEntryList, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, boolean bool, OceanRuinFeature.BiomeType biomeType, float float2, float float3) RuinedPortalFeature(RegistryEntryList<Biome> registryEntryList, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, boolean bool, List<RuinedPortalFeature.class_7155> list) RuinedPortalFeature(RegistryEntryList<Biome> registryEntryList, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, boolean bool, RuinedPortalFeature.class_7155 class_7155) ShipwreckFeature(RegistryEntryList<Biome> registryEntryList, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, boolean bool, boolean bool2) SpringFeatureConfig(FluidState state, boolean requiresBlockBelow, int rockCount, int holeCount, RegistryEntryList<Block> validBlocks) StrongholdFeature(RegistryEntryList<Biome> validBiomes, Map<SpawnGroup, StructureSpawns> structureSpawns, GenerationStep.Feature featureGenerationStep, boolean adaptNoise) protectedStructureFeature(RegistryEntryList<Biome> validBiomes, Map<SpawnGroup, StructureSpawns> structureSpawns, GenerationStep.Feature featureGenerationStep, boolean adaptNoise) SwampHutFeature(RegistryEntryList<Biome> validBiomes, Map<SpawnGroup, StructureSpawns> structureSpawns, GenerationStep.Feature featureGenerationStep, boolean adaptNoise) WoodlandMansionFeature(RegistryEntryList<Biome> validBiomes, Map<SpawnGroup, StructureSpawns> structureSpawns, GenerationStep.Feature featureGenerationStep, boolean adaptNoise)