Skip to content

common • net.kernelpanicsoft.archie.data.common.conditions • ANotCondition

ANotCondition


data class ANotCondition(val child: IACondition) : IACondition

Constructors

ANotCondition

constructor(child: IACondition)

Types

Companion


object Companion

Properties

child


codec


open override val codec: MapCodec<out IACondition>

identifier


open override val identifier: ResourceLocation

Functions

and


eql


minus


nand


neql


nor


not


operator fun IACondition.not(): IACondition

or


plus


operator fun IACondition.plus(other: IACondition): IACondition

rem


operator fun IACondition.rem(other: IACondition): IACondition

test


open override fun test(context: IACondition.IContext): Boolean

times


toString


open override fun toString(): String

xnor


xor