public interface Loc
Represents a location in the world, regardless of the server implementation
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    Get the world name
    int
    Get the x coordinate
    int
    Get the y coordinate
    int
    Get the z coordinate
    void
    setWorld(@NotNull String world)
    Set the world name
    void
    setX(int x)
    Set the x coordinate
    void
    setY(int y)
    Set the y coordinate
    void
    setZ(int z)
    Set the z coordinate
  • Method Details

    • getX

      int getX()
      Get the x coordinate
      Returns:
      x
    • getY

      int getY()
      Get the y coordinate
      Returns:
      y
    • getZ

      int getZ()
      Get the z coordinate
      Returns:
      z
    • getWorld

      @NotNull @NotNull String getWorld()
      Get the world name
      Returns:
      world
    • setX

      void setX(int x)
      Set the x coordinate
      Parameters:
      x - x
    • setY

      void setY(int y)
      Set the y coordinate
      Parameters:
      y - y
    • setZ

      void setZ(int z)
      Set the z coordinate
      Parameters:
      z - z
    • setWorld

      void setWorld(@NotNull @NotNull String world)
      Set the world name
      Parameters:
      world - world