Class MarkerStickHandler

java.lang.Object
de.z0rdak.yawp.handler.MarkerStickHandler

public class MarkerStickHandler extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    onCreateStick(net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack input, net.minecraft.world.item.ItemStack output)
     
    static void
    onCycleMode(net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack involvedItem, net.minecraft.world.phys.BlockHitResult target)
     
    static void
    onMarkBlock(net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack involvedItem, net.minecraft.core.BlockPos target)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MarkerStickHandler

      public MarkerStickHandler()
  • Method Details

    • onCreateStick

      public static void onCreateStick(net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack input, net.minecraft.world.item.ItemStack output)
    • onMarkBlock

      public static void onMarkBlock(net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack involvedItem, net.minecraft.core.BlockPos target)
    • onCycleMode

      public static void onCycleMode(net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack involvedItem, net.minecraft.world.phys.BlockHitResult target)