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