net.minecraft.world.gen.feature

public class RandomPatchFeatureConfig

implements FeatureConfig

cmn
net.minecraft.world.level.levelgen.feature.configurations.RandomPatchConfiguration
net.minecraft.class_4638
net.minecraft.world.gen.feature.RandomPatchFeatureConfig
net.minecraft.unmapped.C_mzvrqpha
net.minecraft.world.gen.feature.BlockClusterFeatureConfig
net.minecraft.world.gen.feature.BlockClusterFeatureConfig

Field summary

Modifier and TypeField
public static final Codec<RandomPatchFeatureConfig>
a
CODEC
field_24902
CODEC
f_noiiuvty
field_236587_a_
CODEC
public final BlockStateProvider
b
stateProvider
field_21237
stateProvider
f_lvkbgmxu
field_227289_a_
stateProvider
public final BlockPlacer
c
blockPlacer
field_21238
blockPlacer
f_obwsrskv
field_227290_b_
blockPlacer
public final Set<Block>
d
whitelist
field_21239
whitelist
f_zdzapqut
field_227291_c_
whitelist
public final Set<BlockState>
e
blacklist
field_21240
blacklist
f_ezjiibaw
field_227292_d_
blacklist
public final int
f
tries
field_21241
tries
f_ygnmozgg
field_227293_f_
tryCount
public final int
g
xspread
field_21242
spreadX
f_ggtdrecm
field_227294_g_
xSpread
public final int
h
yspread
field_21243
spreadY
f_rifnyquq
field_227295_h_
ySpread
public final int
i
zspread
field_21244
spreadZ
f_oinntvjl
field_227296_i_
zSpread
public final boolean
j
canReplace
field_21245
canReplace
f_lintojdz
field_227297_j_
isReplaceable
public final boolean
l
project
field_21246
project
f_khlyuard
field_227298_k_
project
public final boolean
m
needWater
field_21247
needsWater
f_heuyaoqr
field_227299_l_
requiresWater

Constructor summary

ModifierConstructor
private (BlockStateProvider stateProvider, BlockPlacer blockPlacer, List<BlockState> whitelist, List<BlockState> blacklist, int tries, int spreadX, int spreadY, int spreadZ, boolean canReplace, boolean project, boolean needsWater)
private (BlockStateProvider stateProvider, BlockPlacer blockPlacer, Set<Block> whitelist, Set<BlockState> blacklist, int tries, int spreadX, int spreadY, int spreadZ, boolean canReplace, boolean project, boolean needsWater)