ConditionBuilder

fun interface ConditionBuilder

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open infix fun and(other: ConditionBuilder): ConditionBuilder
Link copied to clipboard
abstract infix fun build(updateEvent: UpdateEvent): (HudPlayer) -> Boolean
Link copied to clipboard
open infix fun or(other: ConditionBuilder): ConditionBuilder