Skip to content

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

AFalseCondition


Properties

CODEC


val CODEC: MapCodec<AFalseCondition>

codec


open override val codec: MapCodec<out IACondition>

ID


val ID: ResourceLocation

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