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 Text
DESCRIPTION
private int
field_5635
private TutorialManager
manager
private int
ticks
private static Text
TITLE
private TutorialToast
toast
-
Constructor Summary
Constructors Constructor Description PunchTreeTutorialStepHandler(TutorialManager manager)
-
Method Summary
Modifier and Type Method Description void
destroy()
void
onBlockAttacked(ClientWorld client, BlockPos pos, BlockState state, float float2)
void
onSlotUpdate(ItemStack stack)
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.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:
tick
in interfaceTutorialStepHandler
-
destroy
public void destroy()- Specified by:
destroy
in interfaceTutorialStepHandler
-
onBlockAttacked
- Specified by:
onBlockAttacked
in interfaceTutorialStepHandler
-
onSlotUpdate
- Specified by:
onSlotUpdate
in interfaceTutorialStepHandler
-