Package net.minecraft.client.tutorial
Class PunchTreeTutorialStepInstance
java.lang.Object
net.minecraft.client.tutorial.PunchTreeTutorialStepInstance
- All Implemented Interfaces:
- TutorialStepInstance
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final Componentprivate static final intprivate intprivate intprivate static final Componentprivate TutorialToastprivate final Tutorial
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclear()voidonDestroyBlock(ClientLevel p_120554_, BlockPos p_120555_, BlockState p_120556_, float p_120557_) voidvoidtick()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.tutorial.TutorialStepInstanceonInput, onLookAt, onMouse, onOpenInventory
- 
Field Details- 
HINT_DELAYprivate static final int HINT_DELAY- See Also:
 
- 
TITLE
- 
DESCRIPTION
- 
tutorial
- 
toast
- 
timeWaitingprivate int timeWaiting
- 
resetCountprivate int resetCount
 
- 
- 
Constructor Details- 
PunchTreeTutorialStepInstance
 
- 
- 
Method Details- 
tickpublic void tick()- Specified by:
- tickin interface- TutorialStepInstance
 
- 
clearpublic void clear()- Specified by:
- clearin interface- TutorialStepInstance
 
- 
onDestroyBlockpublic void onDestroyBlock(ClientLevel p_120554_, BlockPos p_120555_, BlockState p_120556_, float p_120557_) - Specified by:
- onDestroyBlockin interface- TutorialStepInstance
 
- 
onGetItem- Specified by:
- onGetItemin interface- TutorialStepInstance
 
 
-