Package | Description |
---|---|
net.minecraft.client.multiplayer | |
net.minecraft.world | |
net.minecraft.world.biome | |
net.minecraft.world.chunk | |
net.minecraft.world.gen | |
net.minecraft.world.gen.structure |
Modifier and Type | Method and Description |
---|---|
ChunkPosition |
ChunkProviderClient.findClosestStructure(World par1World,
String par2Str,
int par3,
int par4,
int par5)
Returns the location of the closest structure of the specified type.
|
Modifier and Type | Method and Description |
---|---|
ChunkPosition |
World.findClosestStructure(String par1Str,
int par2,
int par3,
int par4)
Returns the location of the closest structure of the specified type.
|
ChunkPosition |
ChunkCoordIntPair.getChunkPosition(int par1) |
Modifier and Type | Method and Description |
---|---|
ChunkPosition |
WorldChunkManagerHell.findBiomePosition(int par1,
int par2,
int par3,
List par4List,
Random par5Random)
Finds a valid position within a range, that is in one of the listed biomes.
|
ChunkPosition |
WorldChunkManager.findBiomePosition(int par1,
int par2,
int par3,
List par4List,
Random par5Random)
Finds a valid position within a range, that is in one of the listed biomes.
|
Modifier and Type | Method and Description |
---|---|
ChunkPosition |
IChunkProvider.findClosestStructure(World world,
String s,
int i,
int j,
int k)
Returns the location of the closest structure of the specified type.
|
Modifier and Type | Method and Description |
---|---|
ChunkPosition |
ChunkProviderHell.findClosestStructure(World par1World,
String par2Str,
int par3,
int par4,
int par5)
Returns the location of the closest structure of the specified type.
|
ChunkPosition |
ChunkProviderEnd.findClosestStructure(World par1World,
String par2Str,
int par3,
int par4,
int par5)
Returns the location of the closest structure of the specified type.
|
ChunkPosition |
ChunkProviderServer.findClosestStructure(World par1World,
String par2Str,
int par3,
int par4,
int par5)
Returns the location of the closest structure of the specified type.
|
ChunkPosition |
ChunkProviderGenerate.findClosestStructure(World par1World,
String par2Str,
int par3,
int par4,
int par5)
Returns the location of the closest structure of the specified type.
|
ChunkPosition |
ChunkProviderFlat.findClosestStructure(World par1World,
String par2Str,
int par3,
int par4,
int par5)
Returns the location of the closest structure of the specified type.
|
Modifier and Type | Method and Description |
---|---|
ChunkPosition |
ComponentStrongholdStairs2.getCenter() |
ChunkPosition |
StructureComponent.getCenter() |
ChunkPosition |
MapGenStructure.getNearestInstance(World par1World,
int par2,
int par3,
int par4) |