Uses of Interface
net.minecraft.util.registry.RegistryEntryList
Packages that use RegistryEntryList
Package
Description
The base package for all Minecraft classes.
-
Uses of RegistryEntryList in net.minecraft
Fields in net.minecraft declared as RegistryEntryListModifier and TypeFieldDescriptionprivate final RegistryEntryList<Block>class_7386.field_38772private final RegistryEntryList<Block>class_7386.field_38773private final RegistryEntryList<Block>class_7390.field_38797Constructors in net.minecraft with parameters of type RegistryEntryListModifierConstructorDescriptionclass_7386(BlockStateProvider blockStateProvider, RegistryEntryList<Block> registryEntryList, RegistryEntryList<Block> registryEntryList2, BlockStateProvider blockStateProvider2, int int2, int int3, IntProvider intProvider, float float2) class_7390(int int2, int int3, int int4, IntProvider intProvider, float float2, IntProvider intProvider2, RegistryEntryList<Block> registryEntryList) -
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.structure.processor
Fields in net.minecraft.structure.processor with type parameters of type RegistryEntryListModifier and TypeFieldDescriptionprivate Optional<RegistryEntryList<Block>>BlockRotStructureProcessor.rottableBlocksConstructor parameters in net.minecraft.structure.processor with type arguments of type RegistryEntryListModifierConstructorDescriptionprivateBlockRotStructureProcessor(Optional<RegistryEntryList<Block>> rottableBlocks, float integrity) -
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.structureOverridesprivate final Optional<RegistryEntryList<StructureSet>>FlatChunkGeneratorConfig.structureOverridesMethods 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 world, RegistryEntryList<StructureFeature> structures, 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>> structureOverrides) Constructor parameters in net.minecraft.world.gen.chunk with type arguments of type RegistryEntryListModifierConstructorDescriptionChunkGenerator(Registry<StructureSet> structureSetRegistry, Optional<RegistryEntryList<StructureSet>> structureOverrides, BiomeSource biomeSource) ChunkGenerator(Registry<StructureSet> structureSetRegistry, Optional<RegistryEntryList<StructureSet>> structureOverrides, BiomeSource populationSource, BiomeSource biomeSource) FlatChunkGeneratorConfig(Optional<RegistryEntryList<StructureSet>> structureOverrides, Registry<Biome> biomeRegistry) privateFlatChunkGeneratorConfig(Registry<Biome> biomeRegistry, Optional<RegistryEntryList<StructureSet>> structureOverrides, 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.preferredBiomesMethods 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.ExclusionZone>, 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 distance, int spread, int structureCount, RegistryEntryList<Biome> preferredBiomes) ConcentricRingsStructurePlacement(Vec3i locateOffset, StructurePlacement.FrequencyReductionMethod generationPredicateType, float frequency, int salt, Optional<StructurePlacement.ExclusionZone> exclusionZone, int distance, int spread, int structureCount, RegistryEntryList<Biome> preferredBiomes) -
Uses of RegistryEntryList in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as RegistryEntryListModifier and TypeFieldDescriptionprivate final RegistryEntryList<Biome>StructureFeature.Config.biomesThe field for thebiomesrecord component.private final RegistryEntryList<Block>DiskFeatureConfig.canOriginReplaceThe field for thecanOriginReplacerecord component.final RegistryEntryList<Block>GlowLichenFeatureConfig.canPlaceOnfinal RegistryEntryList<PlacedFeature>SimpleRandomFeatureConfig.featuresfinal 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.Config.biomes()Returns the value of thebiomesrecord component.DiskFeatureConfig.canOriginReplace()Returns the value of thecanOriginReplacerecord component.StructureFeature.getValidBiomes()private static RegistryEntryList<Biome>ConfiguredStructureFeatures.method_42044(TagKey<Biome> tagKey) Constructors in net.minecraft.world.gen.feature with parameters of type RegistryEntryListModifierConstructorDescriptionConfig(RegistryEntryList<Biome> registryEntryList, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, StructureTerrainAdaptation structureTerrainAdaptation) DiskFeatureConfig(BlockState blockState, IntProvider intProvider, int int2, List<BlockState> list, RegistryEntryList<Block> registryEntryList) GlowLichenFeatureConfig(AbstractLichenBlock lichen, 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)