public class OpenInventoryStep extends java.lang.Object implements ITutorialStep
Modifier and Type | Field and Description |
---|---|
private static ITextComponent |
DESCRIPTION |
private int |
timeWaiting |
private static ITextComponent |
TITLE |
private TutorialToast |
toast |
private Tutorial |
tutorial |
Constructor and Description |
---|
OpenInventoryStep(Tutorial tutorial) |
Modifier and Type | Method and Description |
---|---|
void |
onStop() |
void |
openInventory() |
void |
update() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleMouse, handleMovement, handleSetSlot, onHitBlock, onMouseHover
private static final ITextComponent TITLE
private static final ITextComponent DESCRIPTION
private final Tutorial tutorial
private TutorialToast toast
private int timeWaiting
public OpenInventoryStep(Tutorial tutorial)
public void update()
update
in interface ITutorialStep
public void onStop()
onStop
in interface ITutorialStep
public void openInventory()
openInventory
in interface ITutorialStep