public class CraftPlanksStep extends java.lang.Object implements ITutorialStep
Constructor and Description |
---|
CraftPlanksStep(Tutorial tutorial) |
Modifier and Type | Method and Description |
---|---|
void |
handleSetSlot(ItemStack stack) |
static boolean |
hasCrafted(ClientPlayerEntity player,
Tag<Item> itemsIn) |
void |
onStop() |
void |
tick() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleMovement, onHitBlock, onMouseHover, onMouseMove, openInventory
public CraftPlanksStep(Tutorial tutorial)
public void tick()
tick
in interface ITutorialStep
public void onStop()
onStop
in interface ITutorialStep
public void handleSetSlot(ItemStack stack)
handleSetSlot
in interface ITutorialStep
public static boolean hasCrafted(ClientPlayerEntity player, Tag<Item> itemsIn)