public class FeaturePlaceContext<FC extends FeatureConfiguration>
cwn | |
net.minecraft.world.level.levelgen.feature.FeaturePlaceContext | |
net.minecraft.class_5821 | |
net.minecraft.unmapped.C_kihhwquw | |
net.minecraft.world.gen.feature.util.FeatureContext | |
net.minecraft.src.C_141361_ | |
net.minecraft.world.level.levelgen.feature.FeaturePlaceContext |
Field summary
Modifier and Type | Field | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
private final Optional<ConfiguredFeature<?, ?>> |
| ||||||||||||
private final WorldGenLevel |
| ||||||||||||
private final ChunkGenerator |
| ||||||||||||
private final Random |
| ||||||||||||
private final BlockPos |
| ||||||||||||
private final FC |
|
Constructor summary
Modifier | Constructor |
---|---|
public | (Optional<ConfiguredFeature<?, ?>> feature, WorldGenLevel world, ChunkGenerator generator, Random random, BlockPos origin, FC config) |
Method summary
Modifier and Type | Method | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
public Optional<ConfiguredFeature<?, ?>> |
| ||||||||||||
public WorldGenLevel |
| ||||||||||||
public ChunkGenerator |
| ||||||||||||
public Random |
| ||||||||||||
public BlockPos |
| ||||||||||||
public FC |
|