Interface BucketLikeAccess

All Superinterfaces:
BucketsAccess
All Known Implementing Classes:
BeehiveBlockMixin, HoneyBlockMixin, HoneyBottleMixin

public interface BucketLikeAccess extends BucketsAccess
  • Method Details

    • getPlaceSound

      default net.minecraft.sounds.SoundEvent getPlaceSound()
      Specified by:
      getPlaceSound in interface BucketsAccess
    • 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

      default Optional<net.minecraft.sounds.SoundEvent> uniquePlaceSound()
    • getFilledInstance

      net.minecraft.world.item.Item getFilledInstance()