Class PermissiveSelectorLimits

java.lang.Object
com.sk89q.worldedit.regions.selector.limit.PermissiveSelectorLimits
All Implemented Interfaces:
SelectorLimits

public class PermissiveSelectorLimits extends Object implements SelectorLimits
No limits at all.
  • Method Details

    • getPolygonVertexLimit

      public Optional<Integer> getPolygonVertexLimit()
      Description copied from interface: SelectorLimits
      Get the optionally defined vertex limit for polygons.

      If one is not present, then there is no limitation.

      Specified by:
      getPolygonVertexLimit in interface SelectorLimits
      Returns:
      an optional vertex limit
    • getPolyhedronVertexLimit

      public Optional<Integer> getPolyhedronVertexLimit()
      Description copied from interface: SelectorLimits
      Get the optionally defined vertex limit for polyhedrons.

      If one is not present, then there is no limitation.

      Specified by:
      getPolyhedronVertexLimit in interface SelectorLimits
      Returns:
      an optional vertex limit
    • getInstance

      public static PermissiveSelectorLimits getInstance()
      Get a static instance.
      Returns:
      an instance