| net.minecraft.world.level.levelgen.structure.Structure$GenerationContext | |
| net.minecraft.class_3195$class_7149 | |
| net.minecraft.world.gen.structure.Structure$Context |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| private final DynamicRegistryManager |
|
||||||
| private final ChunkGenerator |
|
||||||
| private final BiomeSource |
|
||||||
| private final NoiseConfig |
|
||||||
| private final StructureTemplateManager |
|
||||||
| private final ChunkRandom |
|
||||||
| private final long |
|
||||||
| private final ChunkPos |
|
||||||
| private final HeightLimitView |
|
||||||
| private final Predicate<RegistryEntry<Biome>> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, StructureTemplateManager structureTemplateManager, long seed, ChunkPos chunkPos, HeightLimitView world, Predicate<RegistryEntry<Biome>> biomePredicate) |
| public | (DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, StructureTemplateManager structureTemplateManager, ChunkRandom random, long seed, ChunkPos chunkPos, HeightLimitView world, Predicate<RegistryEntry<Biome>> biomePredicate) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| private static ChunkRandom |
|
||||||
| public DynamicRegistryManager |
|
||||||
| public ChunkGenerator |
|
||||||
| public BiomeSource |
|
||||||
| public NoiseConfig |
|
||||||
| public StructureTemplateManager |
|
||||||
| public ChunkRandom |
|
||||||
| public long |
|
||||||
| public ChunkPos |
|
||||||
| public HeightLimitView |
|
||||||
| public Predicate<RegistryEntry<Biome>> |
|