Class AxeItemMixin

java.lang.Object
net.frozenblock.lib.item.mixin.axe.AxeItemMixin

public class AxeItemMixin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional<net.minecraft.world.level.block.state.BlockState>
    frozenlib$runAxeBehavior(net.minecraft.world.item.AxeItem instance, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player player, net.minecraft.world.level.block.state.BlockState state, com.llamalad7.mixinextras.injector.wrapoperation.Operation<Optional<net.minecraft.world.level.block.state.BlockState>> original, net.minecraft.world.item.context.UseOnContext context)
     

    Methods inherited from class java.lang.Object

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

    • AxeItemMixin

      public AxeItemMixin()
  • Method Details

    • frozenlib$runAxeBehavior

      public Optional<net.minecraft.world.level.block.state.BlockState> frozenlib$runAxeBehavior(net.minecraft.world.item.AxeItem instance, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player player, net.minecraft.world.level.block.state.BlockState state, com.llamalad7.mixinextras.injector.wrapoperation.Operation<Optional<net.minecraft.world.level.block.state.BlockState>> original, net.minecraft.world.item.context.UseOnContext context)