Package net.minecraft.item
Interface FluidModificationItem
- All Known Implementing Classes:
BucketItem
,EntityBucketItem
,PowderSnowBucketItem
public interface FluidModificationItem
- Mappings:
Namespace Name official bmq
intermediary net/minecraft/class_5633
named net/minecraft/item/FluidModificationItem
-
Method Summary
Modifier and Type Method Description default void
onEmptied(PlayerEntity playerEntity, World world, ItemStack itemStack, BlockPos blockPos)
boolean
placeFluid(PlayerEntity player, World world, BlockPos pos, BlockHitResult hitResult)
-
Method Details
-
onEmptied
default void onEmptied(@Nullable PlayerEntity playerEntity, World world, ItemStack itemStack, BlockPos blockPos)- Mappings:
Namespace Name Mixin selector official a
Lbmq;a(Lbhl;Lbtv;Lbnv;Lfx;)V
intermediary method_7728
Lnet/minecraft/class_5633;method_7728(Lnet/minecraft/class_1657;Lnet/minecraft/class_1937;Lnet/minecraft/class_1799;Lnet/minecraft/class_2338;)V
named onEmptied
Lnet/minecraft/item/FluidModificationItem;onEmptied(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/math/BlockPos;)V
-
placeFluid
boolean placeFluid(@Nullable PlayerEntity player, World world, BlockPos pos, @Nullable BlockHitResult hitResult)- Mappings:
Namespace Name Mixin selector official a
Lbmq;a(Lbhl;Lbtv;Lfx;Ldiq;)Z
intermediary method_7731
Lnet/minecraft/class_5633;method_7731(Lnet/minecraft/class_1657;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_3965;)Z
named placeFluid
Lnet/minecraft/item/FluidModificationItem;placeFluid(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/hit/BlockHitResult;)Z
-