Package net.minecraft.client.tutorial
Class OpenInventoryStep
java.lang.Object
net.minecraft.client.tutorial.OpenInventoryStep
- All Implemented Interfaces:
ITutorialStep
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final ITextComponent
private int
private static final ITextComponent
private TutorialToast
private final Tutorial
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.tutorial.ITutorialStep
onDestroyBlock, onGetItem, onInput, onLookAt, onMouse
-
Field Details
-
TITLE
-
DESCRIPTION
-
tutorial
-
toast
-
timeWaiting
private int timeWaiting
-
-
Constructor Details
-
OpenInventoryStep
-
-
Method Details
-
tick
public void tick()- Specified by:
tick
in interfaceITutorialStep
-
clear
public void clear()- Specified by:
clear
in interfaceITutorialStep
-
onOpenInventory
public void onOpenInventory()- Specified by:
onOpenInventory
in interfaceITutorialStep
-