Interface BlockLocation


  • public interface BlockLocation
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      float getPitch()
      Get the pitch of the location
      @NotNull String getWorld()
      Gets the world name of the location
      double getX()
      Get the x-coordinate of the location
      double getY()
      Get the y-coordinate of the location
      float getYaw()
      Get the yaw of the location
      double getZ()
      Get the z-coordinate of the location
    • Method Detail

      • getWorld

        @NotNull
        @NotNull String getWorld()
        Gets the world name of the location
        Returns:
        Returns the world name
      • getX

        double getX()
        Get the x-coordinate of the location
        Returns:
        Returns the x-coordinate
      • getY

        double getY()
        Get the y-coordinate of the location
        Returns:
        Returns the y-coordinate
      • getZ

        double getZ()
        Get the z-coordinate of the location
        Returns:
        Returns the z-coordinate
      • getYaw

        float getYaw()
        Get the yaw of the location
        Returns:
        Returns the yaw
      • getPitch

        float getPitch()
        Get the pitch of the location
        Returns:
        Returns the pitch