Class MixinSetItemDamageFunction

java.lang.Object
net.darkhax.datamancy.common.mixin.loot.MixinSetItemDamageFunction

public class MixinSetItemDamageFunction extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(net.minecraft.world.item.ItemStack stack, net.minecraft.world.level.storage.loot.LootContext ctx, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.world.item.ItemStack> cbi)
     

    Methods inherited from class java.lang.Object

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

    • MixinSetItemDamageFunction

      public MixinSetItemDamageFunction()
  • Method Details

    • run

      public void run(net.minecraft.world.item.ItemStack stack, net.minecraft.world.level.storage.loot.LootContext ctx, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.world.item.ItemStack> cbi)