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.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>>Biome.field_26750Methods 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 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.blocksprivate final RegistryEntryList<Fluid>MatchingFluidsBlockPredicate.fluidsConstructors in net.minecraft.world.gen.blockpredicate with parameters of type RegistryEntryListModifierConstructorDescriptionMatchingBlocksBlockPredicate(Vec3i offset, RegistryEntryList<Block> registryEntryList) MatchingFluidsBlockPredicate(Vec3i offset, RegistryEntryList<Fluid> registryEntryList) -
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.feature
Fields in net.minecraft.world.gen.feature declared as RegistryEntryListModifier and TypeFieldDescriptionfinal RegistryEntryList<Block>GlowLichenFeatureConfig.canPlaceOnfinal RegistryEntryList<PlacedFeature>SimpleRandomFeatureConfig.featuresfinal RegistryEntryList<Biome>ConfiguredStructureFeature.field_36629final RegistryEntryList<Block>SpringFeatureConfig.validBlocksFields in net.minecraft.world.gen.feature with type parameters of type RegistryEntryListModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<List<RegistryEntryList<PlacedFeature>>>PlacedFeature.field_36416static 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<RegistryEntryList<ConfiguredStructureFeature<?,?>>> ConfiguredStructureFeature.REGISTRY_ELEMENT_CODECMethods 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> registryEntryList) GlowLichenFeatureConfig(int searchRange, boolean placeOnFloor, boolean placeOnCeiling, boolean placeOnWalls, float spreadChance, RegistryEntryList<Block> registryEntryList) SimpleRandomFeatureConfig(RegistryEntryList<PlacedFeature> registryEntryList) SpringFeatureConfig(FluidState state, boolean requiresBlockBelow, int rockCount, int holeCount, RegistryEntryList<Block> registryEntryList)