Package de.z0rdak.yawp.mixin.flag.player
Class BucketItemMixin
java.lang.Object
de.z0rdak.yawp.mixin.flag.player.BucketItemMixin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonEmptyBucket(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) voidonFillBucket(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)
-
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)
-