public class CraftPlanksStep extends java.lang.Object implements ITutorialStep
| Constructor and Description |
|---|
CraftPlanksStep(Tutorial tutorial) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
didPlayerCraftedPlanks(EntityPlayerSP player)
Indicates if the players crafted at least one time planks.
|
void |
handleSetSlot(ItemStack stack)
Called when the player pick up an ItemStack
|
void |
onStop() |
void |
update() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleMouse, handleMovement, onHitBlock, onMouseHover, openInventorypublic CraftPlanksStep(Tutorial tutorial)
public void update()
update in interface ITutorialSteppublic void onStop()
onStop in interface ITutorialSteppublic void handleSetSlot(ItemStack stack)
handleSetSlot in interface ITutorialStepstack - The ItemStackpublic static boolean didPlayerCraftedPlanks(EntityPlayerSP player)
player - The player