Package net.minecraft.item
Interface FluidModificationItem
- All Known Implementing Classes:
BucketItem
,FishBucketItem
,PowderSnowBucketItem
public interface FluidModificationItem
-
Method Summary
Modifier and Type Method Description default void
onEmptied(World world, ItemStack stack, BlockPos pos)
boolean
placeFluid(PlayerEntity player, World world, BlockPos pos, BlockHitResult hitResult)
-
Method Details
-
onEmptied
-
placeFluid
boolean placeFluid(@Nullable PlayerEntity player, World world, BlockPos pos, @Nullable BlockHitResult hitResult)
-