Interface OminousBottleAmplifier
Holds the ominous bottle amplifier.
- See Also:
-
Method Summary
Modifier and TypeMethodDescription@org.checkerframework.common.value.qual.IntRange(from=0L, to=4L) int
Gets the bottle amplifier.static OminousBottleAmplifier
amplifier
(@org.checkerframework.common.value.qual.IntRange(from=0L, to=4L) int amplifier)
-
Method Details
-
amplifier
@Contract(value="_ -> new", pure=true) static OminousBottleAmplifier amplifier(@org.checkerframework.common.value.qual.IntRange(from=0L, to=4L) int amplifier) -
amplifier
@Contract(pure=true) @org.checkerframework.common.value.qual.IntRange(from=0L, to=4L) int amplifier()Gets the bottle amplifier.- Returns:
- the amplifier
-