Interface BucketsAccess

All Known Subinterfaces:
BucketItemAccess, BucketLikeAccess
All Known Implementing Classes:
BeehiveBlockMixin, BucketItemMixin, BucketSolidsMixin, HoneyBlockMixin, HoneyBottleMixin

public interface BucketsAccess
  • Method Details

    • getBlockState

      Optional<net.minecraft.world.level.block.state.BlockState> getBlockState()
    • getPickupSound

      Optional<net.minecraft.sounds.SoundEvent> getPickupSound()
    • getPlaceSound

      default net.minecraft.sounds.SoundEvent getPlaceSound()
    • defaultPlaceSound

      net.minecraft.sounds.SoundEvent defaultPlaceSound()
    • scale

      int scale()
    • getEmptyInstance

      @NotNull @NotNull net.minecraft.world.item.Item getEmptyInstance()
    • fullScale

      default int fullScale()