public class MovementStep extends java.lang.Object implements ITutorialStep
Constructor and Description |
---|
MovementStep(Tutorial tutorial) |
Modifier and Type | Method and Description |
---|---|
void |
handleMouse(MouseHelper mouseHelperIn) |
void |
handleMovement(MovementInput input) |
void |
onStop() |
void |
update() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleSetSlot, onHitBlock, onMouseHover, openInventory
public MovementStep(Tutorial tutorial)
public void update()
update
in interface ITutorialStep
public void onStop()
onStop
in interface ITutorialStep
public void handleMovement(MovementInput input)
handleMovement
in interface ITutorialStep
public void handleMouse(MouseHelper mouseHelperIn)
handleMouse
in interface ITutorialStep