public class BlockLocation extends java.lang.Object
BlockLocation(org.bukkit.Location loc)
org.bukkit.Chunk
getChunk()
org.bukkit.World
getWorld()
int
getX()
getY()
getZ()
boolean
isLocation(org.bukkit.Location loc)
void
setY(int y)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BlockLocation(org.bukkit.Location loc)
public void setY(int y)
public org.bukkit.Chunk getChunk()
public int getX()
public int getZ()
public int getY()
public org.bukkit.World getWorld()
public boolean isLocation(org.bukkit.Location loc)