Package net.minecraft.client.tutorial
Class PunchTreeStep
java.lang.Object
net.minecraft.client.tutorial.PunchTreeStep
- All Implemented Interfaces:
ITutorialStep
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final ITextComponent
private int
private int
private static final ITextComponent
private TutorialToast
private final Tutorial
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
onDestroyBlock
(ClientWorld p_193250_1_, BlockPos p_193250_2_, BlockState p_193250_3_, float p_193250_4_) void
void
tick()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.tutorial.ITutorialStep
onInput, onLookAt, onMouse, onOpenInventory
-
Field Details
-
TITLE
-
DESCRIPTION
-
tutorial
-
toast
-
timeWaiting
private int timeWaiting -
resetCount
private int resetCount
-
-
Constructor Details
-
PunchTreeStep
-
-
Method Details
-
tick
public void tick()- Specified by:
tick
in interfaceITutorialStep
-
clear
public void clear()- Specified by:
clear
in interfaceITutorialStep
-
onDestroyBlock
public void onDestroyBlock(ClientWorld p_193250_1_, BlockPos p_193250_2_, BlockState p_193250_3_, float p_193250_4_) - Specified by:
onDestroyBlock
in interfaceITutorialStep
-
onGetItem
- Specified by:
onGetItem
in interfaceITutorialStep
-