@Environment(value=CLIENT) public class PunchTreeTutorialStepHandler extends Object implements TutorialStepHandler
| Modifier and Type | Field and Description |
|---|---|
private static Text |
DESCRIPTION |
private int |
field_5635 |
private TutorialToast |
field_5637 |
private TutorialManager |
manager |
private int |
ticks |
private static Text |
TITLE |
| Constructor and Description |
|---|
PunchTreeTutorialStepHandler(TutorialManager tutorialManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
onBlockAttacked(ClientWorld client,
BlockPos pos,
BlockState state,
float float2) |
void |
onSlotUpdate(ItemStack stack) |
void |
tick() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonInventoryOpened, onMouseUpdate, onMovement, onTargetprivate static final Text TITLE
private static final Text DESCRIPTION
private final TutorialManager manager
private TutorialToast field_5637
private int ticks
private int field_5635
public PunchTreeTutorialStepHandler(TutorialManager tutorialManager)
public void tick()
tick in interface TutorialStepHandlerpublic void destroy()
destroy in interface TutorialStepHandlerpublic void onBlockAttacked(ClientWorld client, BlockPos pos, BlockState state, float float2)
onBlockAttacked in interface TutorialStepHandlerpublic void onSlotUpdate(ItemStack stack)
onSlotUpdate in interface TutorialStepHandler