Class Location2D
java.lang.Object
org.bukkit.Location
org.incendo.cloud.bukkit.parser.location.Location2D
- All Implemented Interfaces:
Cloneable,ConfigurationSerializable
Location projected onto the XZ-plane- Since:
- 1.4.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bukkit.Location
add, add, add, checkFinite, clone, deserialize, distance, distanceSquared, equals, getBlock, getBlockX, getBlockY, getBlockZ, getChunk, getDirection, getPitch, getWorld, getX, getY, getYaw, getZ, hashCode, length, lengthSquared, locToBlock, multiply, normalizePitch, normalizeYaw, serialize, setDirection, setPitch, setWorld, setX, setY, setYaw, setZ, subtract, subtract, subtract, toString, toVector, zero
-
Constructor Details
-
Location2D
-
-
Method Details
-
from
Get a new Location2D- Parameters:
world- World this location is inx- X position for this locationz- Z position for this location- Returns:
- Location2D
-