Uses of Interface
net.minecraft.registry.entry.RegistryEntryList
Packages that use RegistryEntryList
Package
Description
- 
Uses of RegistryEntryList in net.minecraft.blockMethods in net.minecraft.block with parameters of type RegistryEntryListModifier and TypeMethodDescriptionbooleanAbstractBlock.AbstractBlockState.isIn(RegistryEntryList<Block> blocks) 
- 
Uses of RegistryEntryList in net.minecraft.command.argumentFields 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 @Nullable RegistryEntryList<Block> BlockArgumentParser.tagIdMethods in net.minecraft.command.argument that return RegistryEntryListModifier and TypeMethodDescriptionBlockArgumentParser.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) 
- 
Uses of RegistryEntryList in net.minecraft.component.typeFields in net.minecraft.component.type declared as RegistryEntryListModifier and TypeFieldDescriptionprivate final RegistryEntryList<Block> ToolComponent.Rule.blocksThe field for theblocksrecord component.private final RegistryEntryList<Item> RepairableComponent.itemsThe field for theitemsrecord component.Fields in net.minecraft.component.type with type parameters of type RegistryEntryListModifier and TypeFieldDescriptionprivate final Optional<RegistryEntryList<EntityType<?>>> EquippableComponent.allowedEntitiesThe field for theallowedEntitiesrecord component.private Optional<RegistryEntryList<EntityType<?>>> EquippableComponent.Builder.allowedEntitiesMethods in net.minecraft.component.type that return RegistryEntryListModifier and TypeMethodDescriptionToolComponent.Rule.blocks()Returns the value of theblocksrecord component.private static <T> RegistryEntryList<T> ItemEnchantmentsComponent.getTooltipOrderList(RegistryWrapper.WrapperLookup registries, RegistryKey<Registry<T>> registryRef, TagKey<T> tooltipOrderTag) RepairableComponent.items()Returns the value of theitemsrecord component.Methods in net.minecraft.component.type that return types with arguments of type RegistryEntryListModifier and TypeMethodDescriptionEquippableComponent.allowedEntities()Returns the value of theallowedEntitiesrecord component.Methods in net.minecraft.component.type with parameters of type RegistryEntryListModifier and TypeMethodDescriptionEquippableComponent.Builder.allowedEntities(RegistryEntryList<EntityType<?>> allowedEntities) static ToolComponent.RuleToolComponent.Rule.of(RegistryEntryList<Block> blocks, float speed) static ToolComponent.RuleToolComponent.Rule.ofAlwaysDropping(RegistryEntryList<Block> blocks, float speed) static ToolComponent.RuleToolComponent.Rule.ofNeverDropping(RegistryEntryList<Block> blocks) Constructors in net.minecraft.component.type with parameters of type RegistryEntryListModifierConstructorDescriptionRepairableComponent(RegistryEntryList<Item> registryEntryList) Rule(RegistryEntryList<Block> registryEntryList, Optional<Float> optional, Optional<Boolean> optional2) 
- 
Uses of RegistryEntryList in net.minecraft.enchantmentFields in net.minecraft.enchantment declared as RegistryEntryListModifier and TypeFieldDescriptionprivate RegistryEntryList<Enchantment> Enchantment.Builder.exclusiveSetprivate final RegistryEntryList<Enchantment> Enchantment.exclusiveSetThe field for theexclusiveSetrecord component.private final RegistryEntryList<Item> Enchantment.Definition.supportedItemsThe field for thesupportedItemsrecord component.Fields in net.minecraft.enchantment with type parameters of type RegistryEntryListModifier and TypeFieldDescriptionprivate final Optional<RegistryEntryList<Item>> Enchantment.Definition.primaryItemsThe field for theprimaryItemsrecord component.Methods in net.minecraft.enchantment that return RegistryEntryListModifier and TypeMethodDescriptionEnchantment.exclusiveSet()Returns the value of theexclusiveSetrecord component.Enchantment.getApplicableItems()Enchantment.Definition.supportedItems()Returns the value of thesupportedItemsrecord component.Methods in net.minecraft.enchantment that return types with arguments of type RegistryEntryListModifier and TypeMethodDescriptionEnchantment.Definition.primaryItems()Returns the value of theprimaryItemsrecord component.Methods in net.minecraft.enchantment with parameters of type RegistryEntryListModifier and TypeMethodDescriptionstatic Enchantment.DefinitionEnchantment.definition(RegistryEntryList<Item> supportedItems, int weight, int maxLevel, Enchantment.Cost minCost, Enchantment.Cost maxCost, int anvilCost, AttributeModifierSlot[] slots) static Enchantment.DefinitionEnchantment.definition(RegistryEntryList<Item> supportedItems, RegistryEntryList<Item> primaryItems, int weight, int maxLevel, Enchantment.Cost minCost, Enchantment.Cost maxCost, int anvilCost, AttributeModifierSlot[] slots) Enchantment.Builder.exclusiveSet(RegistryEntryList<Enchantment> exclusiveSet) Method parameters in net.minecraft.enchantment with type arguments of type RegistryEntryListModifier and TypeMethodDescriptionstatic ItemStackEnchantmentHelper.enchant(Random random, ItemStack stack, int level, DynamicRegistryManager dynamicRegistryManager, Optional<? extends RegistryEntryList<Enchantment>> enchantments) Constructors in net.minecraft.enchantment with parameters of type RegistryEntryListModifierConstructorDescriptionDefinition(RegistryEntryList<Item> registryEntryList, Optional<RegistryEntryList<Item>> optional, int int2, int int3, Enchantment.Cost cost, Enchantment.Cost cost2, int int4, List<AttributeModifierSlot> list) Enchantment(Text text, Enchantment.Definition definition, RegistryEntryList<Enchantment> registryEntryList, ComponentMap componentMap) Constructor parameters in net.minecraft.enchantment with type arguments of type RegistryEntryListModifierConstructorDescriptionDefinition(RegistryEntryList<Item> registryEntryList, Optional<RegistryEntryList<Item>> optional, int int2, int int3, Enchantment.Cost cost, Enchantment.Cost cost2, int int4, List<AttributeModifierSlot> list) 
- 
Uses of RegistryEntryList in net.minecraft.enchantment.effect.entityFields in net.minecraft.enchantment.effect.entity declared as RegistryEntryListModifier and TypeFieldDescriptionprivate final RegistryEntryList<EntityType<?>> SummonEntityEnchantmentEffect.entityTypesThe field for theentityTypesrecord component.private final RegistryEntryList<StatusEffect> ApplyMobEffectEnchantmentEffect.toApplyThe field for thetoApplyrecord component.Fields in net.minecraft.enchantment.effect.entity with type parameters of type RegistryEntryListModifier and TypeFieldDescriptionprivate final Optional<RegistryEntryList<Block>> ExplodeEnchantmentEffect.immuneBlocksThe field for theimmuneBlocksrecord component.Methods in net.minecraft.enchantment.effect.entity that return RegistryEntryListModifier and TypeMethodDescriptionSummonEntityEnchantmentEffect.entityTypes()Returns the value of theentityTypesrecord component.ApplyMobEffectEnchantmentEffect.toApply()Returns the value of thetoApplyrecord component.Methods in net.minecraft.enchantment.effect.entity that return types with arguments of type RegistryEntryListModifier and TypeMethodDescriptionExplodeEnchantmentEffect.immuneBlocks()Returns the value of theimmuneBlocksrecord component.Constructors in net.minecraft.enchantment.effect.entity with parameters of type RegistryEntryListModifierConstructorDescriptionApplyMobEffectEnchantmentEffect(RegistryEntryList<StatusEffect> registryEntryList, EnchantmentLevelBasedValue enchantmentLevelBasedValue, EnchantmentLevelBasedValue enchantmentLevelBasedValue2, EnchantmentLevelBasedValue enchantmentLevelBasedValue3, EnchantmentLevelBasedValue enchantmentLevelBasedValue4) SummonEntityEnchantmentEffect(RegistryEntryList<EntityType<?>> registryEntryList, boolean bool) 
- 
Uses of RegistryEntryList in net.minecraft.enchantment.providerFields in net.minecraft.enchantment.provider declared as RegistryEntryListModifier and TypeFieldDescriptionprivate final RegistryEntryList<Enchantment> ByCostEnchantmentProvider.enchantmentsThe field for theenchantmentsrecord component.private final RegistryEntryList<Enchantment> ByCostWithDifficultyEnchantmentProvider.enchantmentsThe field for theenchantmentsrecord component.Methods in net.minecraft.enchantment.provider that return RegistryEntryListModifier and TypeMethodDescriptionByCostEnchantmentProvider.enchantments()Returns the value of theenchantmentsrecord component.ByCostWithDifficultyEnchantmentProvider.enchantments()Returns the value of theenchantmentsrecord component.Constructors in net.minecraft.enchantment.provider with parameters of type RegistryEntryListModifierConstructorDescriptionByCostEnchantmentProvider(RegistryEntryList<Enchantment> registryEntryList, IntProvider intProvider) ByCostWithDifficultyEnchantmentProvider(RegistryEntryList<Enchantment> registryEntryList, int int2, int int3) 
- 
Uses of RegistryEntryList in net.minecraft.entityMethods in net.minecraft.entity with parameters of type RegistryEntryListModifier and TypeMethodDescriptionbooleanEntityType.isIn(RegistryEntryList<EntityType<?>> entityTypeEntryList) 
- 
Uses of RegistryEntryList in net.minecraft.entity.passiveFields in net.minecraft.entity.passive declared as RegistryEntryListMethods in net.minecraft.entity.passive that return RegistryEntryListMethods in net.minecraft.entity.passive with parameters of type RegistryEntryListModifier and TypeMethodDescription(package private) static voidWolfVariants.register(Registerable<WolfVariant> registry, RegistryKey<WolfVariant> key, String textureName, RegistryEntryList<Biome> biomes) Constructors in net.minecraft.entity.passive with parameters of type RegistryEntryListModifierConstructorDescriptionWolfVariant(Identifier wildId, Identifier tameId, Identifier angryId, RegistryEntryList<Biome> biomes) 
- 
Uses of RegistryEntryList in net.minecraft.fluidMethods in net.minecraft.fluid with parameters of type RegistryEntryList
- 
Uses of RegistryEntryList in net.minecraft.itemFields in net.minecraft.item declared as RegistryEntryListModifier and TypeFieldDescription(package private) final RegistryEntryList<EntityType<?>> AnimalArmorItem.Type.allowedEntitiesMethods in net.minecraft.item with parameters of type RegistryEntryListModifier and TypeMethodDescriptionbooleanItemStack.isIn(RegistryEntryList<Item> registryEntryList) 
- 
Uses of RegistryEntryList in net.minecraft.item.consumeFields in net.minecraft.item.consume declared as RegistryEntryListModifier and TypeFieldDescriptionprivate final RegistryEntryList<StatusEffect> RemoveEffectsConsumeEffect.effectsThe field for theeffectsrecord component.Methods in net.minecraft.item.consume that return RegistryEntryListModifier and TypeMethodDescriptionRemoveEffectsConsumeEffect.effects()Returns the value of theeffectsrecord component.Constructors in net.minecraft.item.consume with parameters of type RegistryEntryListModifierConstructorDescriptionRemoveEffectsConsumeEffect(RegistryEntryList<StatusEffect> registryEntryList) 
- 
Uses of RegistryEntryList in net.minecraft.item.equipmentMethods in net.minecraft.item.equipment with parameters of type RegistryEntryListModifier and TypeMethodDescriptionArmorMaterial.applyBodyArmorSettings(Item.Settings settings, RegistryEntry<SoundEvent> equipSound, boolean damageOnHurt, RegistryEntryList<EntityType<?>> allowedEntities) ArmorMaterial.applyBodyArmorSettings(Item.Settings settings, RegistryEntryList<EntityType<?>> allowedEntities) 
- 
Uses of RegistryEntryList in net.minecraft.loot.functionFields in net.minecraft.loot.function with type parameters of type RegistryEntryListModifier and TypeFieldDescriptionprivate Optional<RegistryEntryList<Enchantment>> EnchantRandomlyLootFunction.Builder.optionsprivate final Optional<RegistryEntryList<Enchantment>> EnchantRandomlyLootFunction.optionsprivate Optional<RegistryEntryList<Enchantment>> EnchantWithLevelsLootFunction.Builder.optionsprivate final Optional<RegistryEntryList<Enchantment>> EnchantWithLevelsLootFunction.optionsMethods in net.minecraft.loot.function with parameters of type RegistryEntryListModifier and TypeMethodDescriptionEnchantRandomlyLootFunction.Builder.options(RegistryEntryList<Enchantment> options) EnchantWithLevelsLootFunction.Builder.options(RegistryEntryList<Enchantment> options) Constructor parameters in net.minecraft.loot.function with type arguments of type RegistryEntryListModifierConstructorDescription(package private)EnchantRandomlyLootFunction(List<LootCondition> conditions, Optional<RegistryEntryList<Enchantment>> options, boolean onlyCompatible) (package private)EnchantWithLevelsLootFunction(List<LootCondition> conditions, LootNumberProvider levels, Optional<RegistryEntryList<Enchantment>> options) 
- 
Uses of RegistryEntryList in net.minecraft.network.codecMethods in net.minecraft.network.codec that return types with arguments of type RegistryEntryListModifier and TypeMethodDescriptionstatic <T> PacketCodec<RegistryByteBuf, RegistryEntryList<T>> PacketCodecs.registryEntryList(RegistryKey<? extends Registry<T>> registryRef) 
- 
Uses of RegistryEntryList in net.minecraft.predicateFields in net.minecraft.predicate with type parameters of type RegistryEntryListModifier and TypeFieldDescriptionprivate final Optional<RegistryEntryList<Block>> BlockPredicate.blocksThe field for theblocksrecord component.private Optional<RegistryEntryList<Block>> BlockPredicate.Builder.blocksprivate final Optional<RegistryEntryList<Fluid>> FluidPredicate.fluidsThe field for thefluidsrecord component.private Optional<RegistryEntryList<Fluid>> FluidPredicate.Builder.tagMethods in net.minecraft.predicate that return types with arguments of type RegistryEntryListModifier and TypeMethodDescriptionBlockPredicate.blocks()Returns the value of theblocksrecord component.FluidPredicate.fluids()Returns the value of thefluidsrecord component.Methods in net.minecraft.predicate with parameters of type RegistryEntryListConstructor parameters in net.minecraft.predicate with type arguments of type RegistryEntryListModifierConstructorDescriptionBlockPredicate(Optional<RegistryEntryList<Block>> optional, Optional<StatePredicate> optional2, Optional<NbtPredicate> optional3) FluidPredicate(Optional<RegistryEntryList<Fluid>> optional, Optional<StatePredicate> optional2) 
- 
Uses of RegistryEntryList in net.minecraft.predicate.entityFields in net.minecraft.predicate.entity declared as RegistryEntryListModifier and TypeFieldDescriptionprivate final RegistryEntryList<EntityType<?>> EntityTypePredicate.typesThe field for thetypesrecord component.(package private) final RegistryEntryList<V> EntitySubPredicateTypes.DynamicVariantType.DynamicPredicate.variantsFields in net.minecraft.predicate.entity with type parameters of type RegistryEntryListModifier and TypeFieldDescriptionprivate Optional<RegistryEntryList<Biome>> LocationPredicate.Builder.biomeprivate final Optional<RegistryEntryList<Biome>> LocationPredicate.biomesThe field for thebiomesrecord component.private Optional<RegistryEntryList<Structure>> LocationPredicate.Builder.featureprivate final Optional<RegistryEntryList<Structure>> LocationPredicate.structuresThe field for thestructuresrecord component.Methods in net.minecraft.predicate.entity that return RegistryEntryListModifier and TypeMethodDescriptionEntityTypePredicate.types()Returns the value of thetypesrecord component.Methods in net.minecraft.predicate.entity that return types with arguments of type RegistryEntryListModifier and TypeMethodDescriptionLocationPredicate.biomes()Returns the value of thebiomesrecord component.LocationPredicate.structures()Returns the value of thestructuresrecord component.Methods in net.minecraft.predicate.entity with parameters of type RegistryEntryListModifier and TypeMethodDescriptionLocationPredicate.Builder.biome(RegistryEntryList<Biome> biome) EntitySubPredicateTypes.DynamicVariantType.createPredicate(RegistryEntryList<V> variants) LocationPredicate.Builder.structure(RegistryEntryList<Structure> structure) static EntitySubPredicateEntitySubPredicateTypes.wolfVariant(RegistryEntryList<WolfVariant> wolfVariant) Constructors in net.minecraft.predicate.entity with parameters of type RegistryEntryListModifierConstructorDescription(package private)DynamicPredicate(RegistryEntryList<V> variants) EntityTypePredicate(RegistryEntryList<EntityType<?>> registryEntryList) 
- 
Uses of RegistryEntryList in net.minecraft.predicate.itemFields in net.minecraft.predicate.item declared as RegistryEntryListModifier and TypeFieldDescriptionprivate final RegistryEntryList<Potion> PotionContentsPredicate.potionsThe field for thepotionsrecord component.Fields in net.minecraft.predicate.item with type parameters of type RegistryEntryListModifier and TypeFieldDescriptionprivate final Optional<RegistryEntryList<EntityAttribute>> AttributeModifiersPredicate.AttributeModifierPredicate.attributeThe field for theattributerecord component.private final Optional<RegistryEntryList<Enchantment>> EnchantmentPredicate.enchantmentsThe field for theenchantmentsrecord component.private Optional<RegistryEntryList<Item>> ItemPredicate.Builder.itemprivate final Optional<RegistryEntryList<Item>> ItemPredicate.itemsThe field for theitemsrecord component.private final Optional<RegistryEntryList<ArmorTrimMaterial>> TrimPredicate.materialThe field for thematerialrecord component.private final Optional<RegistryEntryList<ArmorTrimPattern>> TrimPredicate.patternThe field for thepatternrecord component.private final Optional<RegistryEntryList<JukeboxSong>> JukeboxPlayablePredicate.songThe field for thesongrecord component.Methods in net.minecraft.predicate.item that return RegistryEntryListModifier and TypeMethodDescriptionPotionContentsPredicate.potions()Returns the value of thepotionsrecord component.Methods in net.minecraft.predicate.item that return types with arguments of type RegistryEntryListModifier and TypeMethodDescriptionAttributeModifiersPredicate.AttributeModifierPredicate.attribute()Returns the value of theattributerecord component.EnchantmentPredicate.enchantments()Returns the value of theenchantmentsrecord component.ItemPredicate.items()Returns the value of theitemsrecord component.TrimPredicate.material()Returns the value of thematerialrecord component.TrimPredicate.pattern()Returns the value of thepatternrecord component.JukeboxPlayablePredicate.song()Returns the value of thesongrecord component.Methods in net.minecraft.predicate.item with parameters of type RegistryEntryListModifier and TypeMethodDescriptionstatic ItemSubPredicatePotionContentsPredicate.potionContents(RegistryEntryList<Potion> potions) Constructors in net.minecraft.predicate.item with parameters of type RegistryEntryListModifierConstructorDescriptionEnchantmentPredicate(RegistryEntryList<Enchantment> enchantments, NumberRange.IntRange levels) PotionContentsPredicate(RegistryEntryList<Potion> registryEntryList) Constructor parameters in net.minecraft.predicate.item with type arguments of type RegistryEntryListModifierConstructorDescriptionAttributeModifierPredicate(Optional<RegistryEntryList<EntityAttribute>> optional, Optional<Identifier> optional2, NumberRange.DoubleRange doubleRange, Optional<EntityAttributeModifier.Operation> optional3, Optional<AttributeModifierSlot> optional4) EnchantmentPredicate(Optional<RegistryEntryList<Enchantment>> optional, NumberRange.IntRange intRange) ItemPredicate(Optional<RegistryEntryList<Item>> optional, NumberRange.IntRange intRange, ComponentPredicate componentPredicate, Map<ItemSubPredicate.Type<?>, ItemSubPredicate> map) JukeboxPlayablePredicate(Optional<RegistryEntryList<JukeboxSong>> optional) TrimPredicate(Optional<RegistryEntryList<ArmorTrimMaterial>> optional, Optional<RegistryEntryList<ArmorTrimPattern>> optional2) 
- 
Uses of RegistryEntryList in net.minecraft.recipeFields in net.minecraft.recipe declared as RegistryEntryListFields in net.minecraft.recipe with type parameters of type RegistryEntryListModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntryList<Item>> Ingredient.ENTRIES_CODECMethods in net.minecraft.recipe with parameters of type RegistryEntryListModifier and TypeMethodDescriptionstatic IngredientIngredient.fromTag(RegistryEntryList<Item> tag) Constructors in net.minecraft.recipe with parameters of type RegistryEntryList
- 
Uses of RegistryEntryList in net.minecraft.registryMethods in net.minecraft.registry that return types with arguments of type RegistryEntryListModifier and TypeMethodDescriptionstatic <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) 
- 
Uses of RegistryEntryList in net.minecraft.registry.entryClasses in net.minecraft.registry.entry that implement RegistryEntryListModifier and TypeClassDescriptionstatic final classA direct registry entry list that holds the values directly, instead of using tags.static classAn internal implementation ofRegistryEntryList.static classA registry entry list that references a tag from the registry.Methods in net.minecraft.registry.entry that return RegistryEntryListMethods in net.minecraft.registry.entry 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) private static <E> com.mojang.serialization.DataResult<RegistryEntryList<E>> RegistryEntryListCodec.get(RegistryEntryLookup<E> registry, TagKey<E> tag) Methods in net.minecraft.registry.entry 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.structure.processorFields in net.minecraft.structure.processor with type parameters of type RegistryEntryListModifier and TypeFieldDescriptionprivate final Optional<RegistryEntryList<Block>> BlockRotStructureProcessor.rottableBlocksConstructors in net.minecraft.structure.processor with parameters of type RegistryEntryListModifierConstructorDescriptionBlockRotStructureProcessor(RegistryEntryList<Block> rottableBlocks, float integrity) Constructor 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.dynamicMethods in net.minecraft.util.dynamic that return types with arguments of type RegistryEntryListModifier and TypeMethodDescriptionstatic <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.world.biomeFields in net.minecraft.world.biome declared as RegistryEntryListModifier and TypeFieldDescriptionprivate final RegistryEntryList<ConfiguredCarver<?>> GenerationSettings.carversFields in net.minecraft.world.biome with type parameters of type RegistryEntryListModifier and TypeFieldDescriptionprivate 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.Constructors in net.minecraft.world.biome with parameters of type RegistryEntryListModifierConstructorDescription(package private)GenerationSettings(RegistryEntryList<ConfiguredCarver<?>> carvers, List<RegistryEntryList<PlacedFeature>> features) Constructor parameters in net.minecraft.world.biome with type arguments of type RegistryEntryListModifierConstructorDescription(package private)GenerationSettings(RegistryEntryList<ConfiguredCarver<?>> carvers, List<RegistryEntryList<PlacedFeature>> features) 
- 
Uses of RegistryEntryList in net.minecraft.world.biome.sourceFields 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.explosionFields in net.minecraft.world.explosion with type parameters of type RegistryEntryListModifier and TypeFieldDescriptionprivate final Optional<RegistryEntryList<Block>> AdvancedExplosionBehavior.immuneBlocks
- 
Uses of RegistryEntryList in net.minecraft.world.genMethods in net.minecraft.world.gen with parameters of type RegistryEntryListModifier and TypeMethodDescriptionStructureAccessor.getStructureContaining(BlockPos pos, RegistryEntryList<Structure> structures) 
- 
Uses of RegistryEntryList in net.minecraft.world.gen.blockpredicateFields 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.carverFields in net.minecraft.world.gen.carver declared as RegistryEntryListFields in net.minecraft.world.gen.carver with type parameters of type RegistryEntryListModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntryList<ConfiguredCarver<?>>> ConfiguredCarver.LIST_CODECConstructors in net.minecraft.world.gen.carver with parameters of type RegistryEntryListModifierConstructorDescriptionCarverConfig(float probability, HeightProvider y, FloatProvider yScale, YOffset lavaLevel, CarverDebugConfig debugConfig, RegistryEntryList<Block> replaceable) CaveCarverConfig(float probability, HeightProvider y, FloatProvider yScale, YOffset lavaLevel, RegistryEntryList<Block> replaceable, FloatProvider horizontalRadiusMultiplier, FloatProvider verticalRadiusMultiplier, FloatProvider floorLevel) CaveCarverConfig(float probability, HeightProvider y, FloatProvider yScale, YOffset lavaLevel, CarverDebugConfig debugConfig, RegistryEntryList<Block> replaceable, FloatProvider horizontalRadiusMultiplier, FloatProvider verticalRadiusMultiplier, FloatProvider floorLevel) RavineCarverConfig(float probability, HeightProvider y, FloatProvider yScale, YOffset lavaLevel, CarverDebugConfig debugConfig, RegistryEntryList<Block> replaceable, FloatProvider verticalRotation, RavineCarverConfig.Shape shape) 
- 
Uses of RegistryEntryList in net.minecraft.world.gen.chunkFields in net.minecraft.world.gen.chunk with type parameters of type RegistryEntryListModifier and TypeFieldDescriptionprivate 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<Structure>> ChunkGenerator.locateStructure(ServerWorld world, RegistryEntryList<Structure> structures, BlockPos center, int radius, boolean skipReferencedStructures) 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.with(List<FlatChunkGeneratorLayer> layers, Optional<RegistryEntryList<StructureSet>> structureOverrides, RegistryEntry<Biome> biome) Constructor parameters in net.minecraft.world.gen.chunk with type arguments of type RegistryEntryListModifierConstructorDescriptionprivateFlatChunkGeneratorConfig(Optional<RegistryEntryList<StructureSet>> structureOverrides, List<FlatChunkGeneratorLayer> layers, boolean lakes, boolean features, Optional<RegistryEntry<Biome>> biome, RegistryEntry.Reference<Biome> fallback, RegistryEntry<PlacedFeature> undergroundLavaLakeFeature, RegistryEntry<PlacedFeature> surfaceLavaLakeFeature) FlatChunkGeneratorConfig(Optional<RegistryEntryList<StructureSet>> structureOverrides, RegistryEntry<Biome> biome, List<RegistryEntry<PlacedFeature>> features) 
- 
Uses of RegistryEntryList in net.minecraft.world.gen.chunk.placementFields 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.buildConcentricRingsCodec(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.featureFields in net.minecraft.world.gen.feature declared as RegistryEntryListModifier and TypeFieldDescriptionfinal RegistryEntryList<Block> MultifaceGrowthFeatureConfig.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_CODECConstructors in net.minecraft.world.gen.feature with parameters of type RegistryEntryListModifierConstructorDescriptionMultifaceGrowthFeatureConfig(MultifaceGrowthBlock block, 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) 
- 
Uses of RegistryEntryList in net.minecraft.world.gen.feature.utilMethod parameters in net.minecraft.world.gen.feature.util with type arguments of type RegistryEntryListModifier and TypeMethodDescriptionstatic <T> List<PlacedFeatureIndexer.IndexedFeatures> PlacedFeatureIndexer.collectIndexedFeatures(List<T> biomes, Function<T, List<RegistryEntryList<PlacedFeature>>> biomesToPlacedFeaturesList, boolean listInvolvedBiomesOnFailure) Returns the indexed placed features collected after validating feature orders.
- 
Uses of RegistryEntryList in net.minecraft.world.gen.rootFields in net.minecraft.world.gen.root declared as RegistryEntryListModifier and TypeFieldDescriptionprivate final RegistryEntryList<Block> MangroveRootPlacement.canGrowThroughThe field for thecanGrowThroughrecord component.private final RegistryEntryList<Block> MangroveRootPlacement.muddyRootsInThe field for themuddyRootsInrecord component.Methods in net.minecraft.world.gen.root that return RegistryEntryListModifier and TypeMethodDescriptionMangroveRootPlacement.canGrowThrough()Returns the value of thecanGrowThroughrecord component.MangroveRootPlacement.muddyRootsIn()Returns the value of themuddyRootsInrecord component.Constructors in net.minecraft.world.gen.root with parameters of type RegistryEntryListModifierConstructorDescriptionMangroveRootPlacement(RegistryEntryList<Block> registryEntryList, RegistryEntryList<Block> registryEntryList2, BlockStateProvider blockStateProvider, int int2, int int3, float float2) 
- 
Uses of RegistryEntryList in net.minecraft.world.gen.structureFields in net.minecraft.world.gen.structure declared as RegistryEntryListModifier and TypeFieldDescriptionprivate final RegistryEntryList<Biome> Structure.Config.biomesThe field for thebiomesrecord component.private final RegistryEntryList<Biome> Structure.Config.Builder.biomesMethods in net.minecraft.world.gen.structure that return RegistryEntryListModifier and TypeMethodDescriptionStructure.Config.biomes()Returns the value of thebiomesrecord component.Structure.getValidBiomes()Constructors in net.minecraft.world.gen.structure with parameters of type RegistryEntryListModifierConstructorDescriptionBuilder(RegistryEntryList<Biome> biomes) Config(RegistryEntryList<Biome> biomes) Config(RegistryEntryList<Biome> registryEntryList, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, StructureTerrainAdaptation structureTerrainAdaptation) 
- 
Uses of RegistryEntryList in net.minecraft.world.gen.trunkFields in net.minecraft.world.gen.trunk declared as RegistryEntryListModifier and TypeFieldDescriptionprivate final RegistryEntryList<Block> UpwardsBranchingTrunkPlacer.canGrowThroughConstructors in net.minecraft.world.gen.trunk with parameters of type RegistryEntryListModifierConstructorDescriptionUpwardsBranchingTrunkPlacer(int baseHeight, int firstRandomHeight, int secondRandomHeight, IntProvider extraBranchSteps, float placeBranchPerLogProbability, IntProvider extraBranchLength, RegistryEntryList<Block> canGrowThrough)