Package ch.njol.skript.conditions.base


@NonNullByDefault({PARAMETER,RETURN_TYPE,FIELD}) package ch.njol.skript.conditions.base
  • Class
    Description
    This class can be used for an easier writing of conditions that contain only one type in the pattern, and are in one of the following forms: something is something something can something something has something The plural and negated forms are also supported.
    See PropertyCondition for more info