Uses of Interface
net.minecraft.core.HolderSet
Packages that use HolderSet
Package
Description
-
Uses of HolderSet in net.minecraft.core
Classes in net.minecraft.core that implement HolderSetModifier and TypeClassDescriptionstatic class
static class
static class
Methods in net.minecraft.core that return types with arguments of type HolderSetModifier 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
Methods in net.minecraft.resources that return types with arguments of type HolderSetModifier 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_) Methods in net.minecraft.resources with parameters of type HolderSetModifier 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
Methods in net.minecraft.util that return types with arguments of type HolderSetModifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.Codec<HolderSet<T>>
ExtraCodecs.nonEmptyHolderSet
(com.mojang.serialization.Codec<HolderSet<T>> p_203983_) ExtraCodecs.nonEmptyHolderSetCheck()
ExtraCodecs.nonEmptyHolderSetCheck()
Method parameters in net.minecraft.util with type arguments of type HolderSetModifier 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
Fields in net.minecraft.world.level.biome declared as HolderSetFields in net.minecraft.world.level.biome with type parameters of type HolderSetModifier and TypeFieldDescriptionprivate final Map<GenerationStep.Carving,
HolderSet<ConfiguredWorldCarver<?>>> BiomeGenerationSettings.carvers
private final List<HolderSet<PlacedFeature>>
BiomeGenerationSettings.features
Biome.LIST_CODEC
Methods in net.minecraft.world.level.biome that return types with arguments of type HolderSetConstructors in net.minecraft.world.level.biome with parameters of type HolderSetModifierConstructorDescriptionCheckerboardColumnBiomeSource
(HolderSet<Biome> p_204243_, int p_204244_) Constructor parameters in net.minecraft.world.level.biome with type arguments of type HolderSetModifierConstructorDescription(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
Methods in net.minecraft.world.level.block.state with parameters of type HolderSet -
Uses of HolderSet in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk with type parameters of type HolderSetModifier and TypeFieldDescriptionprotected final Optional<HolderSet<StructureSet>>
ChunkGenerator.structureOverrides
Methods in net.minecraft.world.level.chunk with parameters of type HolderSetModifier 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_) Constructor parameters in net.minecraft.world.level.chunk with type arguments of type HolderSetModifierConstructorDescriptionChunkGenerator
(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
Fields in net.minecraft.world.level.levelgen.blockpredicates declared as HolderSetConstructors in net.minecraft.world.level.levelgen.blockpredicates with parameters of type HolderSetModifierConstructorDescriptionMatchingBlocksPredicate
(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
Fields in net.minecraft.world.level.levelgen.carver with type parameters of type HolderSetModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<HolderSet<ConfiguredWorldCarver<?>>>
ConfiguredWorldCarver.LIST_CODEC
-
Uses of HolderSet in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature declared as HolderSetFields in net.minecraft.world.level.levelgen.feature with type parameters of type HolderSetModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<HolderSet<ConfiguredFeature<?,
?>>> ConfiguredFeature.LIST_CODEC
static final com.mojang.serialization.Codec<HolderSet<ConfiguredStructureFeature<?,
?>>> ConfiguredStructureFeature.LIST_CODEC
Methods in net.minecraft.world.level.levelgen.feature that return HolderSetConstructors in net.minecraft.world.level.levelgen.feature with parameters of type HolderSetModifierConstructorDescriptionConfiguredStructureFeature
(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
Fields in net.minecraft.world.level.levelgen.feature.configurations declared as HolderSetModifier and TypeFieldDescriptionGlowLichenConfiguration.canBePlacedOn
final HolderSet<PlacedFeature>
SimpleRandomFeatureConfiguration.features
SpringConfiguration.validBlocks
Constructors in net.minecraft.world.level.levelgen.feature.configurations with parameters of type HolderSetModifierConstructorDescriptionGlowLichenConfiguration
(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
Fields in net.minecraft.world.level.levelgen.flat with type parameters of type HolderSetModifier and TypeFieldDescriptionprivate final Optional<HolderSet<StructureSet>>
FlatLevelGeneratorSettings.structureOverrides
Methods in net.minecraft.world.level.levelgen.flat that return types with arguments of type HolderSetMethod parameters in net.minecraft.world.level.levelgen.flat with type arguments of type HolderSetModifier and TypeMethodDescriptionFlatLevelGeneratorSettings.withLayers
(List<FlatLayerInfo> p_209804_, Optional<HolderSet<StructureSet>> p_209805_) Constructor parameters in net.minecraft.world.level.levelgen.flat with type arguments of type HolderSetModifierConstructorDescriptionFlatLevelGeneratorSettings
(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
Fields in net.minecraft.world.level.levelgen.placement with type parameters of type HolderSetModifier 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
Methods in net.minecraft.world.level.material with parameters of type HolderSet -
Uses of HolderSet in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions with parameters of type HolderSetModifier 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
Fields in net.minecraftforge.registries declared as HolderSetMethods in net.minecraftforge.registries with parameters of type HolderSet