Uses of Class
net.minecraft.util.ChunkCoordinates

Packages that use ChunkCoordinates
net.minecraft.block   
net.minecraft.client.entity   
net.minecraft.command   
net.minecraft.entity   
net.minecraft.entity.player   
net.minecraft.network.rcon   
net.minecraft.server   
net.minecraft.server.management   
net.minecraft.tileentity   
net.minecraft.util   
net.minecraft.village   
net.minecraft.world   
 

Uses of ChunkCoordinates in net.minecraft.block
 

Methods in net.minecraft.block that return ChunkCoordinates
 ChunkCoordinates Block.getBedSpawnPosition(World world, int x, int y, int z, EntityPlayer player)
          Returns the position that the player is moved to upon waking up, or respawning at the bed.
static ChunkCoordinates BlockBed.getNearestEmptyChunkCoordinates(World par0World, int par1, int par2, int par3, int par4)
          Gets the nearest empty chunk coordinates for the player to wake up from a bed into.
 

Uses of ChunkCoordinates in net.minecraft.client.entity
 

Methods in net.minecraft.client.entity that return ChunkCoordinates
 ChunkCoordinates EntityOtherPlayerMP.getPlayerCoordinates()
          Return the coordinates for this player as ChunkCoordinates.
 ChunkCoordinates EntityPlayerSP.getPlayerCoordinates()
          Return the coordinates for this player as ChunkCoordinates.
 

Uses of ChunkCoordinates in net.minecraft.command
 

Methods in net.minecraft.command that return ChunkCoordinates
 ChunkCoordinates ICommandSender.getPlayerCoordinates()
          Return the coordinates for this player as ChunkCoordinates.
 

Uses of ChunkCoordinates in net.minecraft.entity
 

Methods in net.minecraft.entity that return ChunkCoordinates
 ChunkCoordinates EntityLiving.getHomePosition()
           
 

Uses of ChunkCoordinates in net.minecraft.entity.player
 

Fields in net.minecraft.entity.player declared as ChunkCoordinates
 ChunkCoordinates EntityPlayer.playerLocation
          The chunk coordinates of the bed the player is in (null if player isn't in a bed).
 

Methods in net.minecraft.entity.player that return ChunkCoordinates
 ChunkCoordinates EntityPlayer.getBedLocation()
          Returns the location of the bed the player will respawn at, or null if the player has not slept in a bed.
 ChunkCoordinates EntityPlayerMP.getPlayerCoordinates()
          Return the coordinates for this player as ChunkCoordinates.
static ChunkCoordinates EntityPlayer.verifyRespawnCoordinates(World par0World, ChunkCoordinates par1ChunkCoordinates, boolean par2)
          Ensure that a block enabling respawning exists at the specified coordinates and find an empty space nearby to spawn.
 

Methods in net.minecraft.entity.player with parameters of type ChunkCoordinates
 void EntityPlayer.setSpawnChunk(ChunkCoordinates par1ChunkCoordinates, boolean par2)
          Defines a spawn coordinate to player spawn.
static ChunkCoordinates EntityPlayer.verifyRespawnCoordinates(World par0World, ChunkCoordinates par1ChunkCoordinates, boolean par2)
          Ensure that a block enabling respawning exists at the specified coordinates and find an empty space nearby to spawn.
 

Uses of ChunkCoordinates in net.minecraft.network.rcon
 

Methods in net.minecraft.network.rcon that return ChunkCoordinates
 ChunkCoordinates RConConsoleSource.getPlayerCoordinates()
          Return the coordinates for this player as ChunkCoordinates.
 

Uses of ChunkCoordinates in net.minecraft.server
 

Methods in net.minecraft.server that return ChunkCoordinates
 ChunkCoordinates MinecraftServer.getPlayerCoordinates()
          Return the coordinates for this player as ChunkCoordinates.
 

Uses of ChunkCoordinates in net.minecraft.server.management
 

Methods in net.minecraft.server.management with parameters of type ChunkCoordinates
 List ServerConfigurationManager.findPlayers(ChunkCoordinates par1ChunkCoordinates, int par2, int par3, int par4, int par5, int par6, int par7)
          Find all players in a specified range and narrowing down by other parameters
 

Constructors in net.minecraft.server.management with parameters of type ChunkCoordinates
PlayerPositionComparator(ChunkCoordinates par1ChunkCoordinates)
           
 

Uses of ChunkCoordinates in net.minecraft.tileentity
 

Methods in net.minecraft.tileentity that return ChunkCoordinates
 ChunkCoordinates TileEntityCommandBlock.getPlayerCoordinates()
          Return the coordinates for this player as ChunkCoordinates.
 

Uses of ChunkCoordinates in net.minecraft.util
 

Methods in net.minecraft.util with parameters of type ChunkCoordinates
 int ChunkCoordinates.compareChunkCoordinate(ChunkCoordinates par1ChunkCoordinates)
          Compare the coordinate with another coordinate
 float ChunkCoordinates.getDistanceSquaredToChunkCoordinates(ChunkCoordinates par1ChunkCoordinates)
          Return the squared distance between this coordinates and the ChunkCoordinates given as argument.
 

Constructors in net.minecraft.util with parameters of type ChunkCoordinates
ChunkCoordinates(ChunkCoordinates par1ChunkCoordinates)
           
 

Uses of ChunkCoordinates in net.minecraft.village
 

Methods in net.minecraft.village that return ChunkCoordinates
 ChunkCoordinates Village.getCenter()
           
 

Uses of ChunkCoordinates in net.minecraft.world
 

Subclasses of ChunkCoordinates in net.minecraft.world
 class PortalPosition
           
 

Methods in net.minecraft.world that return ChunkCoordinates
 ChunkCoordinates WorldServer.getEntrancePortalLocation()
          Gets the hard-coded portal location to use when entering this dimension.
 ChunkCoordinates WorldProvider.getEntrancePortalLocation()
          Gets the hard-coded portal location to use when entering this dimension.
 ChunkCoordinates WorldProviderEnd.getEntrancePortalLocation()
          Gets the hard-coded portal location to use when entering this dimension.
 ChunkCoordinates WorldProvider.getRandomizedSpawnPoint()
           
 ChunkCoordinates WorldProvider.getSpawnPoint()
           
 ChunkCoordinates World.getSpawnPoint()
          Returns the coordinates of the spawn point