Package de.z0rdak.yawp.handler
Class MarkerStickHandler
java.lang.Object
de.z0rdak.yawp.handler.MarkerStickHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidonCreateStick(net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack input, net.minecraft.world.item.ItemStack output) static voidonCycleMode(net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack involvedItem, net.minecraft.world.phys.BlockHitResult target) static voidonMarkBlock(net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack involvedItem, net.minecraft.core.BlockPos target)
-
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)
-