Uses of Interface
net.minecraft.util.registry.RegistryEntryList
Package
Description
-
Uses of RegistryEntryList in net.minecraft.block
Modifier and TypeMethodDescriptionboolean
AbstractBlock.AbstractBlockState.isIn
(RegistryEntryList<Block> blocks) -
Uses of RegistryEntryList in net.minecraft.fluid
-
Uses of RegistryEntryList in net.minecraft.util.dynamic
Modifier 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) Modifier 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
Modifier and TypeClassDescriptionstatic class
static class
static class
Modifier 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) Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionGenerationSettings.getFeatures()
Returns the lists of features configured for eachfeature generation step
, up to the highest step that has a configured feature.ModifierConstructorDescription(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
Modifier and TypeFieldDescriptionprivate final RegistryEntryList<Biome>
CheckerboardBiomeSource.biomeArray
ModifierConstructorDescriptionCheckerboardBiomeSource
(RegistryEntryList<Biome> registryEntryList, int size) -
Uses of RegistryEntryList in net.minecraft.world.gen.blockpredicate
Modifier and TypeFieldDescriptionprivate final RegistryEntryList<Block>
MatchingBlocksBlockPredicate.blocks
private final RegistryEntryList<Fluid>
MatchingFluidsBlockPredicate.fluids
ModifierConstructorDescriptionMatchingBlocksBlockPredicate
(Vec3i offset, RegistryEntryList<Block> blocks) MatchingFluidsBlockPredicate
(Vec3i offset, RegistryEntryList<Fluid> fluids) -
Uses of RegistryEntryList in net.minecraft.world.gen.carver
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntryList<ConfiguredCarver<?>>>
ConfiguredCarver.LIST_CODEC
-
Uses of RegistryEntryList in net.minecraft.world.gen.chunk
Modifier and TypeFieldDescriptionprotected final Optional<RegistryEntryList<StructureSet>>
ChunkGenerator.field_37054
private final Optional<RegistryEntryList<StructureSet>>
FlatChunkGeneratorConfig.field_37145
Modifier 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.Modifier and TypeMethodDescriptionFlatChunkGeneratorConfig.withLayers
(List<FlatChunkGeneratorLayer> layers, Optional<RegistryEntryList<StructureSet>> optional) ModifierConstructorDescriptionChunkGenerator
(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
Modifier and TypeFieldDescriptionfinal RegistryEntryList<Biome>
ConfiguredStructureFeature.biomes
final RegistryEntryList<Block>
GlowLichenFeatureConfig.canPlaceOn
final RegistryEntryList<PlacedFeature>
SimpleRandomFeatureConfig.features
final RegistryEntryList<Block>
SpringFeatureConfig.validBlocks
Modifier 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
ModifierConstructorDescriptionConfiguredStructureFeature
(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)