Class BucketItemMixin

java.lang.Object
de.z0rdak.yawp.mixin.flag.player.BucketItemMixin

public abstract class BucketItemMixin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEmptyBucket(net.minecraft.world.level.Level world, net.minecraft.world.entity.player.Player user, net.minecraft.world.InteractionHand hand, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.world.InteractionResult> cir, net.minecraft.world.item.ItemStack itemStack, net.minecraft.world.phys.BlockHitResult blockHitResult, net.minecraft.core.BlockPos blockPos, net.minecraft.core.Direction direction, net.minecraft.core.BlockPos blockPos2, net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.core.BlockPos blockPos3)
     
    void
    onFillBucket(net.minecraft.world.level.Level world, net.minecraft.world.entity.player.Player user, net.minecraft.world.InteractionHand hand, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.world.InteractionResult> cir, net.minecraft.world.item.ItemStack itemStack, net.minecraft.world.phys.BlockHitResult blockHitResult, net.minecraft.core.BlockPos blockPos, net.minecraft.core.Direction direction, net.minecraft.core.BlockPos blockPos2)
     

    Methods inherited from class java.lang.Object

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

    • BucketItemMixin

      public BucketItemMixin()
  • Method Details

    • onFillBucket

      public void onFillBucket(net.minecraft.world.level.Level world, net.minecraft.world.entity.player.Player user, net.minecraft.world.InteractionHand hand, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.world.InteractionResult> cir, net.minecraft.world.item.ItemStack itemStack, net.minecraft.world.phys.BlockHitResult blockHitResult, net.minecraft.core.BlockPos blockPos, net.minecraft.core.Direction direction, net.minecraft.core.BlockPos blockPos2)
    • onEmptyBucket

      public void onEmptyBucket(net.minecraft.world.level.Level world, net.minecraft.world.entity.player.Player user, net.minecraft.world.InteractionHand hand, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.world.InteractionResult> cir, net.minecraft.world.item.ItemStack itemStack, net.minecraft.world.phys.BlockHitResult blockHitResult, net.minecraft.core.BlockPos blockPos, net.minecraft.core.Direction direction, net.minecraft.core.BlockPos blockPos2, net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.core.BlockPos blockPos3)