Package net.minecraft.client.tutorial
Class PunchTreeTutorialStepHandler
java.lang.Object
net.minecraft.client.tutorial.PunchTreeTutorialStepHandler
- All Implemented Interfaces:
TutorialStepHandler
@Environment(CLIENT) public class PunchTreeTutorialStepHandler extends Object implements TutorialStepHandler
-
Field Summary
Fields Modifier and Type Field Description private static TextDESCRIPTIONprivate intfield_5635private TutorialManagermanagerprivate intticksprivate static TextTITLEprivate TutorialToasttoast -
Constructor Summary
Constructors Constructor Description PunchTreeTutorialStepHandler(TutorialManager manager) -
Method Summary
Modifier and Type Method Description voiddestroy()voidonBlockAttacked(ClientWorld client, BlockPos pos, BlockState state, float float2)voidonSlotUpdate(ItemStack stack)voidtick()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.tutorial.TutorialStepHandler
onInventoryOpened, onMouseUpdate, onMovement, onTarget
-
Field Details
-
TITLE
-
DESCRIPTION
-
manager
-
toast
-
ticks
private int ticks -
field_5635
private int field_5635
-
-
Constructor Details
-
PunchTreeTutorialStepHandler
-
-
Method Details
-
tick
public void tick()- Specified by:
tickin interfaceTutorialStepHandler
-
destroy
public void destroy()- Specified by:
destroyin interfaceTutorialStepHandler
-
onBlockAttacked
- Specified by:
onBlockAttackedin interfaceTutorialStepHandler
-
onSlotUpdate
- Specified by:
onSlotUpdatein interfaceTutorialStepHandler
-