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)
Handles mouse mouvement
|
void |
handleMovement(MovementInput input)
Handles the player movement
|
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
input
- The movement inputs of the playerpublic void handleMouse(MouseHelper mouseHelperIn)
handleMouse
in interface ITutorialStep
mouseHelperIn
- A MouseHelper providing you informations about the player mouse