BetterHud
Toggle table of contents
1.12.2-SNAPSHOT-402
bukkit
Platform filter
bukkit
Switch theme
Search in API
BetterHud
BetterHud/bootstrap/bukkit
/
kr.toxicity.hud.bootstrap.bukkit.util
/
MinecraftVersion
Minecraft
Version
data
class
MinecraftVersion
(
val
first
:
Int
,
val
second
:
Int
,
val
third
:
Int
)
:
Comparable
<
MinecraftVersion
>
Members
Constructors
Minecraft
Version
Link copied to clipboard
constructor
(
string
:
String
)
constructor
(
string
:
List
<
String
>
)
constructor
(
first
:
Int
,
second
:
Int
,
third
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
first
Link copied to clipboard
val
first
:
Int
second
Link copied to clipboard
val
second
:
Int
third
Link copied to clipboard
val
third
:
Int
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
MinecraftVersion
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String