public class PunchTreeStep extends java.lang.Object implements ITutorialStep
| コンストラクタと説明 | 
|---|
| PunchTreeStep(Tutorial tutorial) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| void | handleSetSlot(ItemStack stack)Called when the player pick up an ItemStack | 
| void | onHitBlock(ClientWorld worldIn,
          BlockPos pos,
          BlockState state,
          float diggingStage)Called when a player hits block to destroy it. | 
| 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 インタフェース内 ITutorialSteppublic void onStop()
onStop インタフェース内 ITutorialSteppublic void onHitBlock(ClientWorld worldIn, BlockPos pos, BlockState state, float diggingStage)
onHitBlock インタフェース内 ITutorialSteppublic void handleSetSlot(ItemStack stack)
handleSetSlot インタフェース内 ITutorialStep