Interface Polygon

All Known Implementing Classes:
Polygon3d

public interface Polygon
A polygon
Since:
1.0.3
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    default boolean
    contains(org.bukkit.Location location)
     
    int
     
  • Method Details

    • contains

      default boolean contains(org.bukkit.Location location)
    • contains

      boolean contains(Point3d point)
    • getVertexCount

      int getVertexCount()