Package | Description |
---|---|
bwem |
Modifier and Type | Method and Description |
---|---|
static ChokePoint.Node |
ChokePoint.Node.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChokePoint.Node |
ChokePoint.Node.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChokePoint.Node[] |
ChokePoint.Node.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ChokePoint.Node[] |
ChokePoint.Node.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WalkPosition |
ChokePoint.getNodePosition(ChokePoint.Node node)
Returns the position of one of the 3 nodes of this ChokePoint (Cf.
|
WalkPosition |
ChokePoint.getNodePosition(ChokePoint.Node node)
Returns the position of one of the 3 nodes of this ChokePoint (Cf.
|
WalkPosition |
ChokePoint.getNodePositionInArea(ChokePoint.Node node,
Area area)
Pretty much the same as pos(n), except that the returned MiniTile position is guaranteed to be
part of pArea.
|
WalkPosition |
ChokePoint.getNodePositionInArea(ChokePoint.Node node,
Area area)
Pretty much the same as pos(n), except that the returned MiniTile position is guaranteed to be
part of pArea.
|
Copyright © 2022. All rights reserved.