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.Location get()  
    boolean isRelativeX()  
    boolean isRelativeY()  
    boolean isRelativeZ()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LocationTarget

      public LocationTarget​(org.bukkit.Location location, boolean[] relative)
  • Method Details