Uses of Interface
net.minecraft.core.HolderSet
Package
Description
-
Uses of HolderSet in net.minecraft.core
Modifier and TypeClassDescriptionstatic class
static class
static class
Modifier and TypeMethodDescriptionstatic <E> com.mojang.serialization.Codec<HolderSet<E>>
RegistryCodecs.homogeneousList
(ResourceKey<? extends Registry<E>> p_206278_) static <E> com.mojang.serialization.Codec<HolderSet<E>>
RegistryCodecs.homogeneousList
(ResourceKey<? extends Registry<E>> p_206311_, boolean p_206312_) static <E> com.mojang.serialization.Codec<HolderSet<E>>
RegistryCodecs.homogeneousList
(ResourceKey<? extends Registry<E>> p_206280_, com.mojang.serialization.Codec<E> p_206281_) static <E> com.mojang.serialization.Codec<HolderSet<E>>
RegistryCodecs.homogeneousList
(ResourceKey<? extends Registry<E>> p_206288_, com.mojang.serialization.Codec<E> p_206289_, boolean p_206290_) -
Uses of HolderSet in net.minecraft.resources
Modifier and TypeMethodDescriptionstatic <E> com.mojang.serialization.Codec<HolderSet<E>>
HolderSetCodec.create
(ResourceKey<? extends Registry<E>> p_206686_, com.mojang.serialization.Codec<Holder<E>> p_206687_, boolean p_206688_) HolderSetCodec.decode
(com.mojang.serialization.DynamicOps<T> p_206696_, T p_206697_) HolderSetCodec.decodeWithoutRegistry
(com.mojang.serialization.DynamicOps<T> p_206671_, T p_206672_) Modifier and TypeMethodDescription<T> com.mojang.serialization.DataResult<T>
HolderSetCodec.encode
(HolderSet<E> p_206674_, com.mojang.serialization.DynamicOps<T> p_206675_, T p_206676_) private <T> com.mojang.serialization.DataResult<T>
HolderSetCodec.encodeWithoutRegistry
(HolderSet<E> p_206690_, com.mojang.serialization.DynamicOps<T> p_206691_, T p_206692_) -
Uses of HolderSet in net.minecraft.util
Modifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.Codec<HolderSet<T>>
ExtraCodecs.nonEmptyHolderSet
(com.mojang.serialization.Codec<HolderSet<T>> p_203983_) ExtraCodecs.nonEmptyHolderSetCheck()
ExtraCodecs.nonEmptyHolderSetCheck()
Modifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.Codec<HolderSet<T>>
ExtraCodecs.nonEmptyHolderSet
(com.mojang.serialization.Codec<HolderSet<T>> p_203983_) -
Uses of HolderSet in net.minecraft.world.level.biome
Modifier and TypeFieldDescriptionprivate final Map<GenerationStep.Carving,
HolderSet<ConfiguredWorldCarver<?>>> BiomeGenerationSettings.carvers
private final List<HolderSet<PlacedFeature>>
BiomeGenerationSettings.features
Biome.LIST_CODEC
ModifierConstructorDescriptionCheckerboardColumnBiomeSource
(HolderSet<Biome> p_204243_, int p_204244_) ModifierConstructorDescription(package private)
BiomeGenerationSettings
(Map<GenerationStep.Carving, HolderSet<ConfiguredWorldCarver<?>>> p_186650_, List<HolderSet<PlacedFeature>> p_186651_) (package private)
BiomeGenerationSettings
(Map<GenerationStep.Carving, HolderSet<ConfiguredWorldCarver<?>>> p_186650_, List<HolderSet<PlacedFeature>> p_186651_) -
Uses of HolderSet in net.minecraft.world.level.block.state
-
Uses of HolderSet in net.minecraft.world.level.chunk
Modifier and TypeFieldDescriptionprotected final Optional<HolderSet<StructureSet>>
ChunkGenerator.structureOverrides
Modifier and TypeMethodDescriptioncom.mojang.datafixers.util.Pair<BlockPos,
Holder<ConfiguredStructureFeature<?, ?>>> ChunkGenerator.findNearestMapFeature
(ServerLevel p_207971_, HolderSet<ConfiguredStructureFeature<?, ?>> p_207972_, BlockPos p_207973_, int p_207974_, boolean p_207975_) ModifierConstructorDescriptionChunkGenerator
(Registry<StructureSet> p_207960_, Optional<HolderSet<StructureSet>> p_207961_, BiomeSource p_207962_) ChunkGenerator
(Registry<StructureSet> p_207964_, Optional<HolderSet<StructureSet>> p_207965_, BiomeSource p_207966_, BiomeSource p_207967_, long p_207968_) -
Uses of HolderSet in net.minecraft.world.level.levelgen.blockpredicates
ModifierConstructorDescriptionMatchingBlocksPredicate
(Vec3i p_204690_, HolderSet<Block> p_204691_) MatchingFluidsPredicate
(Vec3i p_204695_, HolderSet<Fluid> p_204696_) -
Uses of HolderSet in net.minecraft.world.level.levelgen.carver
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<HolderSet<ConfiguredWorldCarver<?>>>
ConfiguredWorldCarver.LIST_CODEC
-
Uses of HolderSet in net.minecraft.world.level.levelgen.feature
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<HolderSet<ConfiguredFeature<?,
?>>> ConfiguredFeature.LIST_CODEC
static final com.mojang.serialization.Codec<HolderSet<ConfiguredStructureFeature<?,
?>>> ConfiguredStructureFeature.LIST_CODEC
ModifierConstructorDescriptionConfiguredStructureFeature
(F p_209747_, FC p_209748_, HolderSet<Biome> p_209749_, boolean p_209750_, Map<MobCategory, StructureSpawnOverride> p_209751_) -
Uses of HolderSet in net.minecraft.world.level.levelgen.feature.configurations
Modifier and TypeFieldDescriptionGlowLichenConfiguration.canBePlacedOn
final HolderSet<PlacedFeature>
SimpleRandomFeatureConfiguration.features
SpringConfiguration.validBlocks
ModifierConstructorDescriptionGlowLichenConfiguration
(int p_204791_, boolean p_204792_, boolean p_204793_, boolean p_204794_, float p_204795_, HolderSet<Block> p_204796_) SimpleRandomFeatureConfiguration
(HolderSet<PlacedFeature> p_204842_) SpringConfiguration
(FluidState p_204848_, boolean p_204849_, int p_204850_, int p_204851_, HolderSet<Block> p_204852_) -
Uses of HolderSet in net.minecraft.world.level.levelgen.flat
Modifier and TypeFieldDescriptionprivate final Optional<HolderSet<StructureSet>>
FlatLevelGeneratorSettings.structureOverrides
Modifier and TypeMethodDescriptionFlatLevelGeneratorSettings.withLayers
(List<FlatLayerInfo> p_209804_, Optional<HolderSet<StructureSet>> p_209805_) ModifierConstructorDescriptionFlatLevelGeneratorSettings
(Optional<HolderSet<StructureSet>> p_209797_, Registry<Biome> p_209798_) private
FlatLevelGeneratorSettings
(Registry<Biome> p_209790_, Optional<HolderSet<StructureSet>> p_209791_, List<FlatLayerInfo> p_209792_, boolean p_209793_, boolean p_209794_, Optional<Holder<Biome>> p_209795_) -
Uses of HolderSet in net.minecraft.world.level.levelgen.placement
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<HolderSet<PlacedFeature>>
PlacedFeature.LIST_CODEC
static final com.mojang.serialization.Codec<List<HolderSet<PlacedFeature>>>
PlacedFeature.LIST_OF_LISTS_CODEC
-
Uses of HolderSet in net.minecraft.world.level.material
-
Uses of HolderSet in net.minecraftforge.common.extensions
Modifier and TypeMethodDescriptiondefault boolean
IForgeFluid.isEntityInside
(FluidState state, LevelReader level, BlockPos pos, Entity entity, double yToTest, HolderSet<Fluid> tag, boolean testingHead) Called when the entity is inside this block, may be used to determined if the entity can breathing, display material overlays, or if the entity can swim inside a block.default boolean
IForgeFluidState.isEntityInside
(LevelReader level, BlockPos pos, Entity entity, double yToTest, HolderSet<Fluid> tag, boolean testingHead) Called when the entity is inside this block, may be used to determined if the entity can breathing, display material overlays, or if the entity can swim inside a block. -
Uses of HolderSet in net.minecraftforge.registries