Interface WayPoint

All Superinterfaces:
CacheableObject<CachedWayPoint>
All Known Implementing Classes:
CachedWayPoint, NativeWayPoint

public interface WayPoint extends CacheableObject<CachedWayPoint>
  • Method Details

    • name

      @NotNull @NotNull String name()
    • waterDepth

      int waterDepth()
    • underWater

      boolean underWater()
    • position

      @NotNull @NotNull Vec3f position()
    • direction

      @NotNull @NotNull Vec3f direction()
    • freePoint

      boolean freePoint()