Package net.minecraft.client.tutorial
Class FindTreeStep
java.lang.Object
net.minecraft.client.tutorial.FindTreeStep
- All Implemented Interfaces:
ITutorialStep
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final ITextComponent
private int
private static final ITextComponent
private TutorialToast
private final Tutorial
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
static boolean
hasPunchedTreesPreviously
(ClientPlayerEntity p_194070_0_) void
void
onLookAt
(ClientWorld p_193246_1_, RayTraceResult p_193246_2_) 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
onDestroyBlock, onInput, onMouse, onOpenInventory
-
Field Details
-
TREE_BLOCKS
-
TITLE
-
DESCRIPTION
-
tutorial
-
toast
-
timeWaiting
private int timeWaiting
-
-
Constructor Details
-
FindTreeStep
-
-
Method Details
-
tick
public void tick()- Specified by:
tick
in interfaceITutorialStep
-
clear
public void clear()- Specified by:
clear
in interfaceITutorialStep
-
onLookAt
- Specified by:
onLookAt
in interfaceITutorialStep
-
onGetItem
- Specified by:
onGetItem
in interfaceITutorialStep
-
hasPunchedTreesPreviously
-