net.minecraft.world.gen.feature

public record SpeleothemClusterFeatureConfig

implements FeatureConfig

net.minecraft.world.level.levelgen.feature.configurations.SpeleothemClusterConfiguration
net.minecraft.world.level.levelgen.feature.configurations.SpeleothemClusterConfiguration
net.minecraft.class_1_773
net.minecraft.world.gen.feature.SpeleothemClusterFeatureConfig

Field summary

Modifier and TypeField
private final BlockState
baseBlock
baseBlock
comp_1_632
baseBlock
private final BlockState
pointedBlock
pointedBlock
comp_1_641
pointedBlock
private final RegistryEntryList<Block>
replaceableBlocks
replaceableBlocks
comp_1_643
replaceableBlocks
private final int
floorToCeilingSearchRange
floorToCeilingSearchRange
comp_1_635
floorToCeilingSearchRange
private final IntProvider
height
height
comp_1_637
height
private final IntProvider
radius
radius
comp_1_642
radius
private final int
maxStalagmiteStalactiteHeightDiff
maxStalagmiteStalactiteHeightDiff
comp_1_640
maxStalagmiteStalactiteHeightDiff
private final int
heightDeviation
heightDeviation
comp_1_636
heightDeviation
private final IntProvider
speleothemBlockLayerThickness
speleothemBlockLayerThickness
comp_1_644
speleothemBlockLayerThickness
private final FloatProvider
density
density
comp_1_634
density
private final FloatProvider
wetness
wetness
comp_1_645
wetness
private final float
chanceOfSpeleothemAtMaxDistanceFromCenter
chanceOfSpeleothemAtMaxDistanceFromCenter
comp_1_633
chanceOfSpeleothemAtMaxDistanceFromCenter
private final int
maxDistanceFromEdgeAffectingChanceOfSpeleothem
maxDistanceFromEdgeAffectingChanceOfSpeleothem
comp_1_639
maxDistanceFromEdgeAffectingChanceOfSpeleothem
private final int
maxDistanceFromCenterAffectingHeightBias
maxDistanceFromCenterAffectingHeightBias
comp_1_638
maxDistanceFromCenterAffectingHeightBias
public static final com.mojang.serialization.Codec<SpeleothemClusterFeatureConfig>
CODEC
CODEC
field_1_3830
CODEC

Constructor summary

ModifierConstructor
public (BlockState baseBlock, BlockState pointedBlock, RegistryEntryList<Block> replaceableBlocks, int floorToCeilingSearchRange, IntProvider height, IntProvider radius, int maxStalagmiteStalactiteHeightDiff, int heightDeviation, IntProvider speleothemBlockLayerThickness, FloatProvider density, FloatProvider wetness, float chanceOfSpeleothemAtMaxDistanceFromCenter, int maxDistanceFromEdgeAffectingChanceOfSpeleothem, int maxDistanceFromCenterAffectingHeightBias)

Method summary

Modifier and TypeMethod
public BlockState
baseBlock()
baseBlock()
comp_1_632()
baseBlock()
public BlockState
pointedBlock()
pointedBlock()
comp_1_641()
pointedBlock()
public RegistryEntryList<Block>
replaceableBlocks()
replaceableBlocks()
comp_1_643()
replaceableBlocks()
public int
floorToCeilingSearchRange()
floorToCeilingSearchRange()
comp_1_635()
floorToCeilingSearchRange()
public IntProvider
height()
height()
comp_1_637()
height()
public IntProvider
radius()
radius()
comp_1_642()
radius()
public int
maxStalagmiteStalactiteHeightDiff()
maxStalagmiteStalactiteHeightDiff()
comp_1_640()
maxStalagmiteStalactiteHeightDiff()
public int
heightDeviation()
heightDeviation()
comp_1_636()
heightDeviation()
public IntProvider
speleothemBlockLayerThickness()
speleothemBlockLayerThickness()
comp_1_644()
speleothemBlockLayerThickness()
public FloatProvider
density()
density()
comp_1_634()
density()
public FloatProvider
wetness()
wetness()
comp_1_645()
wetness()
public float
chanceOfSpeleothemAtMaxDistanceFromCenter()
chanceOfSpeleothemAtMaxDistanceFromCenter()
comp_1_633()
chanceOfSpeleothemAtMaxDistanceFromCenter()
public int
maxDistanceFromEdgeAffectingChanceOfSpeleothem()
maxDistanceFromEdgeAffectingChanceOfSpeleothem()
comp_1_639()
maxDistanceFromEdgeAffectingChanceOfSpeleothem()
public int
maxDistanceFromCenterAffectingHeightBias()
maxDistanceFromCenterAffectingHeightBias()
comp_1_638()
maxDistanceFromCenterAffectingHeightBias()