OriginValues

sealed class OriginValues : WithPlugin<MinixPlugin>

Types

Link copied to clipboard
data class AbilityData
Link copied to clipboard
data class AbilityGenerator<A : Ability>
Link copied to clipboard
data class FoodData
Link copied to clipboard
class ImmutableStateMap<V> : ImmutableMap<State, V>
Link copied to clipboard
data class StateData

Functions

Link copied to clipboard
open fun async(block: suspend CoroutineScope.() -> Unit): Job
Link copied to clipboard
open fun <R> completableAsync(block: suspend () -> R): CompletableFuture<R>
Link copied to clipboard
open fun <R> completableSync(block: suspend () -> R): CompletableFuture<R>
Link copied to clipboard
open fun <R> deferredAsync(block: suspend () -> R): Deferred<R>
Link copied to clipboard
open fun <R> deferredSync(block: suspend () -> R): Deferred<R>
Link copied to clipboard
open fun deleteProperty(key: String)
Link copied to clipboard
open fun getKoin(): Koin
Link copied to clipboard
open fun <T : Any> getProperty(key: String): T?
open fun <T : Any> getProperty(key: String, default: T): T
Link copied to clipboard
open fun launch(dispatcher: CoroutineContext, block: suspend CoroutineScope.() -> Unit): Job
Link copied to clipboard
open fun registerEvents(vararg listeners: Listener)
Link copied to clipboard
open fun <T : Any> setProperty(key: String, value: T): T
Link copied to clipboard
open fun sync(block: suspend CoroutineScope.() -> Unit): Job

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val colour: TextColor
Link copied to clipboard
var damageActions: PersistentMap<EntityDamageEvent.DamageCause, suspend EntityDamageEvent.() -> Unit>
Link copied to clipboard
val displayName: Component
Link copied to clipboard
val eventListener: KListener<MinixPlugin>
Link copied to clipboard
open var fireImmunity: Boolean = false
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val logger: MinixLogger
Link copied to clipboard
open val name: String
Link copied to clipboard
abstract val plugin: MinixPlugin
Link copied to clipboard
open val requirements: PersistentList<Pair<Component, (Player) -> Boolean>>
Link copied to clipboard
Link copied to clipboard
open var waterBreathing: Boolean = false

Inheritors

Link copied to clipboard