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, waithandleSetSlot, onHitBlock, onMouseHover, openInventorypublic MovementStep(Tutorial tutorial)
public void update()
update in interface ITutorialSteppublic void onStop()
onStop in interface ITutorialSteppublic void handleMovement(MovementInput input)
handleMovement in interface ITutorialSteppublic void handleMouse(MouseHelper mouseHelperIn)
handleMouse in interface ITutorialStep