Files
KSpigot/docs/-k-spigot/net.axay.kspigot.game/-game-phase/index.md
bluefireoly 69b2e6cd17 Updated docs
2020-10-16 02:13:42 +02:00

3.3 KiB

title
title
GamePhase -

//KSpigot/net.axay.kspigot.game/GamePhase

GamePhase

[jvm] class GamePhase(length: Long, start: () -> Unit?, end: () -> Unit?, counterMessage: (Long) -> String?)

Functions

Name Summary
equals [jvm]
Content
open operator override fun equals(other: Any?): Boolean


hashCode [jvm]
Content
open override fun hashCode(): Int


startIt [jvm]
Content
fun startIt(phaseQueue: MutableList<GamePhase>)


toString [jvm]
Content
open override fun toString(): String


Properties

Name Summary
counterMessage [jvm] val counterMessage: (Long) -> String?
end [jvm] val end: () -> Unit?
length [jvm] val length: Long
start [jvm] val start: () -> Unit?