MinecraftVersion

data class MinecraftVersion(val first: Int, val second: Int, val third: Int) : Comparable<MinecraftVersion>

Constructors

Link copied to clipboard
constructor(string: String)
constructor(string: List<String>)
constructor(first: Int, second: Int, third: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val first: Int
Link copied to clipboard
val second: Int
Link copied to clipboard
val third: Int

Functions

Link copied to clipboard
open operator override fun compareTo(other: MinecraftVersion): Int
Link copied to clipboard
open override fun toString(): String