Uses of Record Class
net.minecraft.world.level.levelgen.structure.StructureSpawnOverride
Packages that use StructureSpawnOverride
Package
Description
-
Uses of StructureSpawnOverride in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type StructureSpawnOverrideModifier and TypeFieldDescriptionfinal Map<MobCategory,
StructureSpawnOverride> ConfiguredStructureFeature.spawnOverrides
Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type StructureSpawnOverrideModifier and TypeMethodDescriptionConfiguredStructureFeature<C,
? extends StructureFeature<C>> StructureFeature.configured
(C p_209774_, TagKey<Biome> p_209775_, boolean p_209776_, Map<MobCategory, StructureSpawnOverride> p_209777_) ConfiguredStructureFeature<C,
? extends StructureFeature<C>> StructureFeature.configured
(C p_209766_, TagKey<Biome> p_209767_, Map<MobCategory, StructureSpawnOverride> p_209768_) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type StructureSpawnOverrideModifierConstructorDescriptionConfiguredStructureFeature
(F p_209747_, FC p_209748_, HolderSet<Biome> p_209749_, boolean p_209750_, Map<MobCategory, StructureSpawnOverride> p_209751_) -
Uses of StructureSpawnOverride in net.minecraft.world.level.levelgen.structure
Fields in net.minecraft.world.level.levelgen.structure with type parameters of type StructureSpawnOverrideModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StructureSpawnOverride>
StructureSpawnOverride.CODEC