Class BlockLoc

java.lang.Object
com.plotsquared.core.location.BlockLoc
Direct Known Subclasses:
Location

public class BlockLoc extends Object
  • Field Details

    • ZERO

      public static final BlockLoc ZERO
    • MINY

      public static final BlockLoc MINY
  • Constructor Details

    • BlockLoc

      public BlockLoc(int x, int y, int z)
    • BlockLoc

      public BlockLoc(int x, int y, int z, float yaw, float pitch)
  • Method Details

    • fromString

      public static BlockLoc fromString(String string)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getX

      public int getX()
    • getY

      public int getY()
    • getZ

      public int getZ()
    • getYaw

      public float getYaw()
    • getPitch

      public float getPitch()