Companion

object Companion

Functions

Link copied to clipboard
fun endLongMessage(id: UUID, debugType: DebugType, lmEntity: LivingEntityWrapper?)
Link copied to clipboard
fun log(debugType: DebugType, msg: Supplier<String?>)

Sends a debug message to console if enabled in settings

fun log(debugType: DebugType, lmEntity: LivingEntityWrapper?, msg: Supplier<String?>)
fun log(debugType: DebugType, entity: Entity?, msg: Supplier<String?>)
fun log(debugType: DebugType, ruleInfo: RuleInfo, lmEntity: LivingEntityWrapper?, msg: Supplier<String?>)
fun log(debugType: DebugType, lmEntity: LivingEntityWrapper?, result: Boolean, msg: Supplier<String?>)
fun log(debugType: DebugType, entity: Entity?, result: Boolean, msg: Supplier<String?>)
fun log(debugType: DebugType, ruleInfo: RuleInfo, lmInterface: LivingEntityInterface?, ruleResult: Boolean, msg: Supplier<String?>)
Link copied to clipboard
fun logLongMessage(id: UUID, message: Supplier<String>)
Link copied to clipboard