Class SpawnPointLocation
java.lang.Object
com.palmergames.bukkit.towny.object.Position
com.palmergames.bukkit.towny.object.SpawnPointLocation
A worldname, x, y, z location used to validate SpawnPoints.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getWorld()
Deprecated.int
getX()
int
getY()
int
getZ()
static SpawnPointLocation
static SpawnPointLocation
parseSpawnPointLocation
(org.bukkit.Location loc) toString()
Methods inherited from class com.palmergames.bukkit.towny.object.Position
asLocation, blockPosition, blockX, blockY, blockZ, deserialize, hashCode, ofLocation, pitch, positionOf, positionOf, serialize, world, worldCoord, x, y, yaw, z
-
Constructor Details
-
SpawnPointLocation
public SpawnPointLocation(org.bukkit.Location loc)
-
-
Method Details
-
getWorld
Deprecated.Deprecated as of 0.99.5.9, please usePosition.world()
instead. -
getX
public int getX() -
getY
public int getY() -
getZ
public int getZ() -
parseSpawnPointLocation
-
parsePos
-
toString
-
equals
-
Position.world()
instead.