net.minecraft.world.gen.feature

public class SpringFeatureConfig

implements FeatureConfig

cmw
net.minecraft.world.level.levelgen.feature.configurations.SpringConfiguration
net.minecraft.class_4642
net.minecraft.world.gen.feature.SpringFeatureConfig
net.minecraft.unmapped.C_hnnnyyai
net.minecraft.world.gen.feature.LiquidsConfig
net.minecraft.world.gen.feature.LiquidsConfig

Field summary

Modifier and TypeField
public static final Codec<SpringFeatureConfig>
a
CODEC
field_24912
CODEC
f_fvvcivli
field_236649_a_
CODEC
public final FluidState
b
state
field_21283
state
f_honlyerd
field_214678_a
state
public final boolean
c
requiresBlockBelow
field_21284
requiresBlockBelow
f_gohtlbsl
field_227363_b_
needsBlockBelow
public final int
d
rockCount
field_21285
rockCount
f_ewhrtqsj
field_227364_c_
rockAmount
public final int
e
holeCount
field_21286
holeCount
f_otavybyw
field_227365_d_
holeAmount
public final Set<Block>
f
validBlocks
field_21287
validBlocks
f_jljiffpt
field_227366_f_
acceptedBlocks

Constructor summary

ModifierConstructor
public (FluidState state, boolean requiresBlockBelow, int rockCount, int holeCount, Set<Block> validBlocks)