Skip to content

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

IACondition


interface IACondition

Inheritors

Types

Companion


object Companion

IContext


interface IContext

Properties

codec


abstract val codec: MapCodec<out IACondition>

identifier


abstract 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


abstract fun test(context: IACondition.IContext): Boolean

times


xnor


xor