public class PunchTreeStep extends java.lang.Object implements ITutorialStep
| Constructor and Description |
|---|
PunchTreeStep(Tutorial tutorial) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleSetSlot(ItemStack stack) |
void |
onHitBlock(ClientWorld worldIn,
BlockPos pos,
BlockState state,
float diggingStage) |
void |
onStop() |
void |
tick() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleMovement, onMouseHover, onMouseMove, openInventorypublic PunchTreeStep(Tutorial tutorial)
public void tick()
tick in interface ITutorialSteppublic void onStop()
onStop in interface ITutorialSteppublic void onHitBlock(ClientWorld worldIn, BlockPos pos, BlockState state, float diggingStage)
onHitBlock in interface ITutorialSteppublic void handleSetSlot(ItemStack stack)
handleSetSlot in interface ITutorialStep