ModUIData

class ModUIData(name: String, description: String, ruleset: Ruleset?, repo: Github.Repo?, y: Float, height: Float, button: Button)

Helper class holds combined mod info for ModManagementScreen, used for both installed and online lists

Constructors

ModUIData
Link copied to clipboard
fun ModUIData(ruleset: Ruleset)
ModUIData
Link copied to clipboard
fun ModUIData(repo: Github.Repo, isUpdated: Boolean)
ModUIData
Link copied to clipboard
fun ModUIData(name: String, description: String, ruleset: Ruleset?, repo: Github.Repo?, y: Float, height: Float, button: Button)

Functions

author
Link copied to clipboard
fun author(): String
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
lastUpdated
Link copied to clipboard
fun lastUpdated(): String
matchesFilter
Link copied to clipboard
fun matchesFilter(filterText: String): Boolean
stargazers
Link copied to clipboard
fun stargazers(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

button
Link copied to clipboard
var button: Button
description
Link copied to clipboard
val description: String
height
Link copied to clipboard
var height: Float
name
Link copied to clipboard
val name: String
repo
Link copied to clipboard
val repo: Github.Repo?
ruleset
Link copied to clipboard
val ruleset: Ruleset?
state
Link copied to clipboard
var state: ModStateImages
y
Link copied to clipboard
var y: Float

Sources

jvm source
Link copied to clipboard