public class MovementStep extends java.lang.Object implements ITutorialStep
| Constructor and Description |
|---|
MovementStep(Tutorial tutorial) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleMovement(MovementInput input) |
void |
onMouseMove(double velocityX,
double velocityY) |
void |
onStop() |
void |
tick() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleSetSlot, onHitBlock, onMouseHover, openInventorypublic MovementStep(Tutorial tutorial)
public void tick()
tick in interface ITutorialSteppublic void onStop()
onStop in interface ITutorialSteppublic void handleMovement(MovementInput input)
handleMovement in interface ITutorialSteppublic void onMouseMove(double velocityX,
double velocityY)
onMouseMove in interface ITutorialStep