public static class RegionTraverse.TraverseReturn extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
isVertex |
int |
numberOfExposedEdges |
com.sk89q.worldedit.math.BlockVector2 |
point |
int |
vertexGroupID |
| Constructor and Description |
|---|
TraverseReturn(com.sk89q.worldedit.math.BlockVector2 point,
boolean isVertex,
int vertexGroupID,
int numberOfExposedEdges) |
Copyright © 2021. All rights reserved.