UnsupportedMinecraftVersion

annotation class UnsupportedMinecraftVersion(version: Int)

非対応のマインクラフトバージョンを羅列する。非対応の場合に使用しても NoSuchMethodError 等の例外が投げられてしまう。

Since

2.2.0

Constructors

UnsupportedMinecraftVersion
Link copied to clipboard
fun UnsupportedMinecraftVersion(vararg version: Int)

Properties

version
Link copied to clipboard
val version: IntArray