JavaScript is disabled on your browser.
Methods in net.minecraft.world.gen.feature with parameters of type ChunkRandom
Modifier and Type
Method
Description
ChunkPos
StructureFeature. getStartChunk (StructureConfig config,
long worldSeed,
ChunkRandom placementRandom,
int chunkX,
int chunkY)
Determines the cell of the structure placement grid a chunk belongs to, and
returns the chunk within that cell, that this structure will actually be placed at.
private boolean
PillagerOutpostFeature. isVillageNearby (ChunkGenerator generator,
long worldSeed,
ChunkRandom random,
ChunkPos pos)
protected boolean
BastionRemnantFeature. shouldStartAt (ChunkGenerator chunkGenerator,
BiomeSource biomeSource,
long long2,
ChunkRandom chunkRandom,
ChunkPos chunkPos,
Biome biome,
ChunkPos chunkPos2,
StructurePoolFeatureConfig structurePoolFeatureConfig,
HeightLimitView heightLimitView)
protected boolean
BuriedTreasureFeature. shouldStartAt (ChunkGenerator chunkGenerator,
BiomeSource biomeSource,
long long2,
ChunkRandom chunkRandom,
ChunkPos chunkPos,
Biome biome,
ChunkPos chunkPos2,
ProbabilityConfig probabilityConfig,
HeightLimitView heightLimitView)
protected boolean
EndCityFeature. shouldStartAt (ChunkGenerator chunkGenerator,
BiomeSource biomeSource,
long long2,
ChunkRandom chunkRandom,
ChunkPos chunkPos,
Biome biome,
ChunkPos chunkPos2,
DefaultFeatureConfig defaultFeatureConfig,
HeightLimitView heightLimitView)
protected boolean
MineshaftFeature. shouldStartAt (ChunkGenerator chunkGenerator,
BiomeSource biomeSource,
long long2,
ChunkRandom chunkRandom,
ChunkPos chunkPos,
Biome biome,
ChunkPos chunkPos2,
MineshaftFeatureConfig mineshaftFeatureConfig,
HeightLimitView heightLimitView)
protected boolean
NetherFortressFeature. shouldStartAt (ChunkGenerator chunkGenerator,
BiomeSource biomeSource,
long long2,
ChunkRandom chunkRandom,
ChunkPos chunkPos,
Biome biome,
ChunkPos chunkPos2,
DefaultFeatureConfig defaultFeatureConfig,
HeightLimitView heightLimitView)
protected boolean
OceanMonumentFeature. shouldStartAt (ChunkGenerator chunkGenerator,
BiomeSource biomeSource,
long long2,
ChunkRandom chunkRandom,
ChunkPos chunkPos,
Biome biome,
ChunkPos chunkPos2,
DefaultFeatureConfig defaultFeatureConfig,
HeightLimitView heightLimitView)
protected boolean
PillagerOutpostFeature. shouldStartAt (ChunkGenerator chunkGenerator,
BiomeSource biomeSource,
long long2,
ChunkRandom chunkRandom,
ChunkPos chunkPos,
Biome biome,
ChunkPos chunkPos2,
StructurePoolFeatureConfig structurePoolFeatureConfig,
HeightLimitView heightLimitView)
protected boolean
StrongholdFeature. shouldStartAt (ChunkGenerator chunkGenerator,
BiomeSource biomeSource,
long long2,
ChunkRandom chunkRandom,
ChunkPos chunkPos,
Biome biome,
ChunkPos chunkPos2,
DefaultFeatureConfig defaultFeatureConfig,
HeightLimitView heightLimitView)
protected boolean
StructureFeature. shouldStartAt (ChunkGenerator chunkGenerator,
BiomeSource biomeSource,
long worldSeed,
ChunkRandom random,
ChunkPos pos,
Biome biome,
ChunkPos chunkPos,
C config,
HeightLimitView world)
protected boolean
WoodlandMansionFeature. shouldStartAt (ChunkGenerator chunkGenerator,
BiomeSource biomeSource,
long long2,
ChunkRandom chunkRandom,
ChunkPos chunkPos,
Biome biome,
ChunkPos chunkPos2,
DefaultFeatureConfig defaultFeatureConfig,
HeightLimitView heightLimitView)
StructureStart <?>
StructureFeature. tryPlaceStart (DynamicRegistryManager dynamicRegistryManager,
ChunkGenerator generator,
BiomeSource biomeSource,
StructureManager manager,
long worldSeed,
ChunkPos pos,
Biome biome,
int referenceCount,
ChunkRandom random,
StructureConfig structureConfig,
C config,
HeightLimitView world)
Tries to place a starting point for this type of structure in the given chunk.