Package net.minecraft.world.item
Interface DispensibleContainerItem
- All Superinterfaces:
IDispensibleContainerItemExtension
- All Known Implementing Classes:
BucketItem
,MobBucketItem
,SolidBucketItem
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
checkExtraContent
(LivingEntity pEntity, Level pLevel, ItemStack pStack, BlockPos pPos) boolean
emptyContents
(LivingEntity pEntity, Level pLevel, BlockPos pPos, BlockHitResult pHitResult) Deprecated.Methods inherited from interface net.neoforged.neoforge.common.extensions.IDispensibleContainerItemExtension
emptyContents
-
Method Details
-
checkExtraContent
default void checkExtraContent(@Nullable LivingEntity pEntity, Level pLevel, ItemStack pStack, BlockPos pPos) -
emptyContents
@Deprecated boolean emptyContents(@Nullable LivingEntity pEntity, Level pLevel, BlockPos pPos, @Nullable BlockHitResult pHitResult) Deprecated.
-