Interface Locatable

All Known Subinterfaces:
GaiaUser

public interface Locatable
  • Method Summary

    Modifier and Type
    Method
    Description
    default Optional<Point>
     
    Optional<net.kyori.adventure.key.Key>
     
    default float
     
    default me.moros.math.Vector3d
     
    default float
    yaw()
     
  • Method Details

    • level

      Optional<net.kyori.adventure.key.Key> level()
    • position

      default me.moros.math.Vector3d position()
    • yaw

      default float yaw()
    • pitch

      default float pitch()
    • createPoint

      default Optional<Point> createPoint()