Package zombie.ai.astar
Class Path
java.lang.Object
zombie.ai.astar.Path
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendStep(int int1, int int2, int int3) booleancontains(int int1, int int2, int int3) floatstatic Path.StepintgetStep(int int1) intgetX(int int1) intgetY(int int1) intgetZ(int int1) voidprependStep(int int1, int int2, int int3)
-
Field Details
-
cost
public float cost -
stepstore
-
-
Constructor Details
-
Path
public Path()
-
-
Method Details
-
costPerStep
public float costPerStep() -
appendStep
public void appendStep(int int1, int int2, int int3) -
contains
public boolean contains(int int1, int int2, int int3) -
getLength
public int getLength() -
getStep
-
getX
public int getX(int int1) -
getY
public int getY(int int1) -
getZ
public int getZ(int int1) -
createStep
-
prependStep
public void prependStep(int int1, int int2, int int3)
-