Class BlockLocation
java.lang.Object
com.palmergames.bukkit.towny.regen.block.BlockLocation
A class to hold basic block location data
- Author:
- ElgarL
-
Field Details
-
Constructor Details
-
Method Details
-
setY
public void setY(int y) -
getChunk
public org.bukkit.Chunk getChunk() -
getX
public int getX() -
getZ
public int getZ() -
getY
public int getY() -
getWorld
public org.bukkit.World getWorld() -
isLocation
public boolean isLocation(org.bukkit.Location loc) -
getLocation
public org.bukkit.Location getLocation() -
getBlock
public org.bukkit.block.Block getBlock() -
equals
-
hashCode
public int hashCode()
-