Package net.minecraft.client.tutorial
Class CraftPlanksStep
java.lang.Object
net.minecraft.client.tutorial.CraftPlanksStep
- All Implemented Interfaces:
ITutorialStep
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final ITextComponent
private static final ITextComponent
private int
private TutorialToast
private final Tutorial
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
static boolean
hasCraftedPlanksPreviously
(ClientPlayerEntity p_199761_0_, ITag<Item> p_199761_1_) 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
onDestroyBlock, onInput, onLookAt, onMouse, onOpenInventory
-
Field Details
-
CRAFT_TITLE
-
CRAFT_DESCRIPTION
-
tutorial
-
toast
-
timeWaiting
private int timeWaiting
-
-
Constructor Details
-
CraftPlanksStep
-
-
Method Details
-
tick
public void tick()- Specified by:
tick
in interfaceITutorialStep
-
clear
public void clear()- Specified by:
clear
in interfaceITutorialStep
-
onGetItem
- Specified by:
onGetItem
in interfaceITutorialStep
-
hasCraftedPlanksPreviously
public static boolean hasCraftedPlanksPreviously(ClientPlayerEntity p_199761_0_, ITag<Item> p_199761_1_)
-