Class LocationTarget
java.lang.Object
com.sk89q.commandbook.component.locations.LocationTarget
public class LocationTarget
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description LocationTarget(org.bukkit.Location location, boolean[] relative) -
Method Summary
Modifier and Type Method Description org.bukkit.Locationget()booleanisRelativeX()booleanisRelativeY()booleanisRelativeZ()
-
Constructor Details
-
LocationTarget
public LocationTarget(org.bukkit.Location location, boolean[] relative)
-
-
Method Details
-
get
public org.bukkit.Location get() -
isRelativeX
public boolean isRelativeX() -
isRelativeY
public boolean isRelativeY() -
isRelativeZ
public boolean isRelativeZ()
-