Class ParkourMovement
java.lang.Object
com.soulfiremc.server.pathfinding.graph.actions.GraphAction
com.soulfiremc.server.pathfinding.graph.actions.ParkourMovement
- All Implemented Interfaces:
Cloneable
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class GraphAction
actionDirection -
Method Summary
Modifier and TypeMethodDescriptionclone()copy()getInstructions(MinecraftGraph graph, SFVec3i node) static voidregisterParkourMovements(Consumer<GraphAction> callback, SubscriptionConsumer blockSubscribers) Methods inherited from class GraphAction
decrementAndIsDone, subscriptionCounter
-
Method Details
-
registerParkourMovements
public static void registerParkourMovements(Consumer<GraphAction> callback, SubscriptionConsumer blockSubscribers) -
getInstructions
- Specified by:
getInstructionsin classGraphAction
-
copy
- Specified by:
copyin classGraphAction
-
clone
-