Uses of Class
net.minecraft.world.ChunkPosition

Packages that use ChunkPosition
net.minecraft.client.multiplayer   
net.minecraft.world   
net.minecraft.world.biome   
net.minecraft.world.chunk   
net.minecraft.world.gen   
net.minecraft.world.gen.structure   
 

Uses of ChunkPosition in net.minecraft.client.multiplayer
 

Methods in net.minecraft.client.multiplayer that return ChunkPosition
 ChunkPosition ChunkProviderClient.findClosestStructure(World par1World, String par2Str, int par3, int par4, int par5)
          Returns the location of the closest structure of the specified type.
 

Uses of ChunkPosition in net.minecraft.world
 

Methods in net.minecraft.world that return ChunkPosition
 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)
           
 

Uses of ChunkPosition in net.minecraft.world.biome
 

Methods in net.minecraft.world.biome that return ChunkPosition
 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.
 

Uses of ChunkPosition in net.minecraft.world.chunk
 

Methods in net.minecraft.world.chunk that return ChunkPosition
 ChunkPosition IChunkProvider.findClosestStructure(World var1, String var2, int var3, int var4, int var5)
          Returns the location of the closest structure of the specified type.
 

Uses of ChunkPosition in net.minecraft.world.gen
 

Methods in net.minecraft.world.gen that return ChunkPosition
 ChunkPosition ChunkProviderFlat.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 ChunkProviderGenerate.findClosestStructure(World par1World, String par2Str, int par3, int par4, int par5)
          Returns the location of the closest structure of the specified type.
 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 ChunkProviderServer.findClosestStructure(World par1World, String par2Str, int par3, int par4, int par5)
          Returns the location of the closest structure of the specified type.
 

Uses of ChunkPosition in net.minecraft.world.gen.structure
 

Methods in net.minecraft.world.gen.structure that return ChunkPosition
 ChunkPosition ComponentStrongholdStairs2.getCenter()
           
 ChunkPosition StructureComponent.getCenter()
           
 ChunkPosition MapGenStructure.getNearestInstance(World par1World, int par2, int par3, int par4)