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 |
tick() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleMovement, handleSetSlot, onHitBlock, onMouseHover, onMouseMove
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 tick()
tick
in interface ITutorialStep
public void onStop()
onStop
in interface ITutorialStep
public void openInventory()
openInventory
in interface ITutorialStep