public class CraftPlanksStep 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 |
---|
CraftPlanksStep(Tutorial tutorial) |
Modifier and Type | Method and Description |
---|---|
static boolean |
didPlayerCraftedPlanks(EntityPlayerSP player) |
void |
handleSetSlot(ItemStack stack) |
void |
onStop() |
void |
update() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleMouse, handleMovement, onHitBlock, onMouseHover, openInventory
private static final ITextComponent TITLE
private static final ITextComponent DESCRIPTION
private final Tutorial tutorial
private TutorialToast toast
private int timeWaiting
public CraftPlanksStep(Tutorial tutorial)
public void update()
update
in interface ITutorialStep
public void onStop()
onStop
in interface ITutorialStep
public void handleSetSlot(ItemStack stack)
handleSetSlot
in interface ITutorialStep
public static boolean didPlayerCraftedPlanks(EntityPlayerSP player)