Class MixinBucketItem

java.lang.Object
dev.architectury.mixin.fabric.MixinBucketItem

public class MixinBucketItem extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fillBucket(net.minecraft.world.level.Level level, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.world.InteractionResultHolder<net.minecraft.world.item.ItemStack>> cir, net.minecraft.world.item.ItemStack stack, net.minecraft.world.phys.BlockHitResult target)
     

    Methods inherited from class java.lang.Object

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

    • MixinBucketItem

      public MixinBucketItem()
  • Method Details

    • fillBucket

      public void fillBucket(net.minecraft.world.level.Level level, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.world.InteractionResultHolder<net.minecraft.world.item.ItemStack>> cir, net.minecraft.world.item.ItemStack stack, net.minecraft.world.phys.BlockHitResult target)