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

public record SculkPatchConfiguration

implements FeatureConfiguration

ejr
net.minecraft.world.level.levelgen.feature.configurations.SculkPatchConfiguration
net.minecraft.class_7141
net.minecraft.world.gen.feature.SculkPatchFeatureConfig
net.minecraft.world.level.levelgen.feature.configurations.SculkPatchConfiguration

Field summary

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

Constructor summary

ModifierConstructor
public (int arg0, int arg1, int arg2, int arg3, int arg4, IntProvider arg5, float arg6)

Method summary

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