Package com.beansgalaxy.backpacks.access
Interface BucketLikeAccess
- All Superinterfaces:
BucketsAccess
- All Known Implementing Classes:
BeehiveBlockMixin,HoneyBlockMixin,HoneyBottleMixin
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.Itemdefault net.minecraft.sounds.SoundEventbooleanonPickup(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos blockPos, net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.world.entity.player.Player player) default Optional<net.minecraft.sounds.SoundEvent>Methods inherited from interface com.beansgalaxy.backpacks.access.BucketsAccess
defaultPlaceSound, fullScale, getBlockState, getEmptyInstance, getPickupSound, scale
-
Method Details
-
getPlaceSound
default net.minecraft.sounds.SoundEvent getPlaceSound()- Specified by:
getPlaceSoundin interfaceBucketsAccess
-
onPickup
boolean onPickup(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos blockPos, net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.world.entity.player.Player player) -
uniquePlaceSound
-
getFilledInstance
net.minecraft.world.item.Item getFilledInstance()
-