net.minecraft.world.level.levelgen.feature

public class FeaturePlaceContext<FC extends FeatureConfiguration>

csg
net.minecraft.world.level.levelgen.feature.FeaturePlaceContext
net.minecraft.class_5821
net.minecraft.world.gen.feature.util.FeatureContext
net.minecraft.src.C_141361_
net.minecraft.world.level.levelgen.feature.FeaturePlaceContext

Field summary

Modifier and TypeField
private final WorldGenLevel
a
level
field_28769
world
f_159763_
private final ChunkGenerator
b
chunkGenerator
field_28770
generator
f_159764_
private final Random
c
random
field_28771
random
f_159765_
private final BlockPos
d
origin
field_28772
origin
f_159766_
private final FC
e
config
field_28773
config
f_159767_

Constructor summary

ModifierConstructor
public (WorldGenLevel world, ChunkGenerator generator, Random random, BlockPos origin, FC config)

Method summary

Modifier and TypeMethod
public WorldGenLevel
a()
level()
method_33652()
getWorld()
m_159774_()
public ChunkGenerator
b()
chunkGenerator()
method_33653()
getGenerator()
m_159775_()
public Random
c()
random()
method_33654()
getRandom()
m_159776_()
public BlockPos
d()
origin()
method_33655()
getOrigin()
m_159777_()
public FC
e()
config()
method_33656()
getConfig()
m_159778_()