Interface OminousBottleAmplifier


@NullMarked @Experimental @NonExtendable public interface OminousBottleAmplifier
Holds the ominous bottle amplifier.
Since:
1.21.3
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    @IntRange(from=0L,to=4L) int
    Gets the bottle amplifier.
    amplifier(@IntRange(from=0L,to=4L) int amplifier)
     
  • Method Details

    • amplifier

      @Contract(value="_ -> new", pure=true) static OminousBottleAmplifier amplifier(@IntRange(from=0L,to=4L) int amplifier)
      Since:
      1.21.3
    • amplifier

      @Contract(pure=true) @IntRange(from=0L,to=4L) int amplifier()
      Gets the bottle amplifier.
      Returns:
      the amplifier
      Since:
      1.21.3