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