Interface Region.Shaped

All Superinterfaces:
Region
All Known Implementing Classes:
WorldguardGlobalRegion, WorldguardRegion
Enclosing interface:
Region

public static interface Region.Shaped extends Region
  • Method Details

    • shape

      com.guflimc.brick.math.common.geometry.shape3d.Shape3 shape()
    • contains

      default boolean contains(@NotNull @NotNull com.guflimc.brick.math.common.geometry.pos3.Point3 point)
      Specified by:
      contains in interface Region