public class FindTreeStep extends java.lang.Object implements ITutorialStep
| Constructor and Description |
|---|
FindTreeStep(Tutorial tutorial) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleSetSlot(ItemStack stack)
Called when the player pick up an ItemStack
|
static boolean |
hasPunchedTreesPreviously(EntityPlayerSP p_194070_0_) |
void |
onMouseHover(WorldClient worldIn,
RayTraceResult result)
Handles blocks and entities hovering
|
void |
onStop() |
void |
update() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleMouse, handleMovement, onHitBlock, openInventorypublic FindTreeStep(Tutorial tutorial)
public void update()
update in interface ITutorialSteppublic void onStop()
onStop in interface ITutorialSteppublic void onMouseHover(WorldClient worldIn, RayTraceResult result)
onMouseHover in interface ITutorialStepworldIn - The world on the client side, can be nullresult - The result of the ray tracepublic void handleSetSlot(ItemStack stack)
handleSetSlot in interface ITutorialStepstack - The ItemStackpublic static boolean hasPunchedTreesPreviously(EntityPlayerSP p_194070_0_)