net.minecraft.world.level.levelgen.feature.configurations

public record SculkPatchConfiguration

implements FeatureConfiguration

dgo
net.minecraft.world.level.levelgen.feature.configurations.SculkPatchConfiguration
net.minecraft.class_7141
net.minecraft.world.gen.feature.SculkPatchFeatureConfig
net.minecraft.src.C_213145_
net.minecraft.world.level.levelgen.feature.configurations.SculkPatchConfiguration

Field summary

Modifier and TypeField
private final int
b
chargeCount
comp_553
chargeCount
f_225426_
private final int
c
amountPerCharge
comp_554
amountPerCharge
f_225427_
private final int
d
spreadAttempts
comp_555
spreadAttempts
f_225428_
private final int
e
growthRounds
comp_556
growthRounds
f_225429_
private final int
f
spreadRounds
comp_557
spreadRounds
f_225430_
private final IntProvider
g
extraRareGrowths
comp_685
extraRareGrowths
f_225431_
private final float
h
catalystChance
comp_558
catalystChance
f_225432_
public static final com.mojang.serialization.Codec<SculkPatchConfiguration>
a
CODEC
field_37710
CODEC
f_225425_

Constructor summary

ModifierConstructor
public (int f_225427_, int f_225428_, int f_225429_, int f_225430_, int f_225431_, IntProvider f_225432_, float arg6)

Method summary

Modifier and TypeMethod
public int
a()
chargeCount()
comp_553()
chargeCount()
f_225426_()
public int
b()
amountPerCharge()
comp_554()
amountPerCharge()
f_225427_()
public int
c()
spreadAttempts()
comp_555()
spreadAttempts()
f_225428_()
public int
d()
growthRounds()
comp_556()
growthRounds()
f_225429_()
public int
f()
spreadRounds()
comp_557()
spreadRounds()
f_225430_()
public IntProvider
g()
extraRareGrowths()
comp_685()
extraRareGrowths()
f_225431_()
public float
h()
catalystChance()
comp_558()
catalystChance()
f_225432_()