Package dev.espi.protectionstones.utils
Class RegionTraverse.TraverseReturn
java.lang.Object
dev.espi.protectionstones.utils.RegionTraverse.TraverseReturn
- Enclosing class:
- RegionTraverse
-
Field Summary
Modifier and TypeFieldDescriptionboolean
int
com.sk89q.worldedit.math.BlockVector2
int
-
Constructor Summary
ConstructorDescriptionTraverseReturn(com.sk89q.worldedit.math.BlockVector2 point, boolean isVertex, int vertexGroupID, int numberOfExposedEdges)
-
Method Summary
-
Field Details
-
point
public com.sk89q.worldedit.math.BlockVector2 point -
isVertex
public boolean isVertex -
vertexGroupID
public int vertexGroupID -
numberOfExposedEdges
public int numberOfExposedEdges
-
-
Constructor Details
-
TraverseReturn
public TraverseReturn(com.sk89q.worldedit.math.BlockVector2 point, boolean isVertex, int vertexGroupID, int numberOfExposedEdges)
-