Package net.minecraft.client.tutorial
Class OpenInventoryStep
- java.lang.Object
-
- net.minecraft.client.tutorial.OpenInventoryStep
-
- All Implemented Interfaces:
ITutorialStep
public class OpenInventoryStep extends java.lang.Object implements ITutorialStep
-
-
Field Summary
Fields Modifier and Type Field Description private static ITextComponentDESCRIPTIONprivate inttimeWaitingprivate static ITextComponentTITLEprivate TutorialToasttoastprivate Tutorialtutorial
-
Constructor Summary
Constructors Constructor Description OpenInventoryStep(Tutorial p_i47580_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()voidonOpenInventory()voidtick()-
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 Detail
-
TITLE
private static final ITextComponent TITLE
-
DESCRIPTION
private static final ITextComponent DESCRIPTION
-
tutorial
private final Tutorial tutorial
-
toast
private TutorialToast toast
-
timeWaiting
private int timeWaiting
-
-
Constructor Detail
-
OpenInventoryStep
public OpenInventoryStep(Tutorial p_i47580_1_)
-
-
Method Detail
-
tick
public void tick()
- Specified by:
tickin interfaceITutorialStep
-
clear
public void clear()
- Specified by:
clearin interfaceITutorialStep
-
onOpenInventory
public void onOpenInventory()
- Specified by:
onOpenInventoryin interfaceITutorialStep
-
-