Package net.minecraft.item
Interface FluidModificationItem
- All Known Implementing Classes:
 BucketItem,EntityBucketItem,PowderSnowBucketItem
public interface FluidModificationItem
- Mappings:
 Namespace Name named net/minecraft/item/FluidModificationItemintermediary net/minecraft/class_5633official ctg
- 
Method Summary
Modifier and TypeMethodDescriptiondefault voidbooleanplaceFluid(@Nullable PlayerEntity player, World world, BlockPos pos, @Nullable BlockHitResult hitResult)  
- 
Method Details
- 
onEmptied
default void onEmptied(@Nullable @Nullable PlayerEntity player, World world, ItemStack stack, BlockPos pos) - Mappings:
 Namespace Name Mixin selector named onEmptiedLnet/minecraft/item/FluidModificationItem;onEmptied(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/math/BlockPos;)Vintermediary method_7728Lnet/minecraft/class_5633;method_7728(Lnet/minecraft/class_1657;Lnet/minecraft/class_1937;Lnet/minecraft/class_1799;Lnet/minecraft/class_2338;)Vofficial aLctg;a(Lcmx;Ldcw;Lcuq;Ljd;)V
 - 
placeFluid
boolean placeFluid(@Nullable @Nullable PlayerEntity player, World world, BlockPos pos, @Nullable @Nullable BlockHitResult hitResult) - Mappings:
 Namespace Name Mixin selector named placeFluidLnet/minecraft/item/FluidModificationItem;placeFluid(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/hit/BlockHitResult;)Zintermediary method_7731Lnet/minecraft/class_5633;method_7731(Lnet/minecraft/class_1657;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_3965;)Zofficial aLctg;a(Lcmx;Ldcw;Ljd;Lewy;)Z
 
 -