Class ActorSelectorLimits
java.lang.Object
com.sk89q.worldedit.extension.platform.permission.ActorSelectorLimits
- All Implemented Interfaces:
SelectorLimits
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ActorSelectorLimits
Get the optionally defined vertex limit for polygons.Get the optionally defined vertex limit for polyhedrons.
-
Constructor Details
-
ActorSelectorLimits
-
-
Method Details
-
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 interfaceSelectorLimits
- Returns:
- an optional vertex limit
-
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 interfaceSelectorLimits
- Returns:
- an optional vertex limit
-
forActor
-