java.lang.Object
ch.njol.skript.lang.TriggerItem
ch.njol.skript.lang.Statement
ch.njol.skript.lang.Condition
nl.mtvehicles.core.infrastructure.dependencies.skript.conditions.CondIsBrakingBlocked
All Implemented Interfaces:
ch.njol.skript.lang.Debuggable, ch.njol.skript.lang.SyntaxElement, org.skriptlang.skript.lang.condition.Conditional<org.bukkit.event.Event>

@Name("Condition - Is vehicle braking blocked") @Description("Check if the vehicle braking of an MTV Vehicle is blocked") @Examples({"if mtv vehicle breaking of vehicle {_car} is blocked:","if vehicle breaking of license plate \"MT-12-34\" is not blocked:"}) @Since("2.5.6") public class CondIsBrakingBlocked extends ch.njol.skript.lang.Condition
  • Nested Class Summary

    Nested classes/interfaces inherited from class ch.njol.skript.lang.Condition

    ch.njol.skript.lang.Condition.ConditionType

    Nested classes/interfaces inherited from interface org.skriptlang.skript.lang.condition.Conditional

    org.skriptlang.skript.lang.condition.Conditional.Operator
  • Field Summary

    Fields inherited from class ch.njol.skript.lang.TriggerItem

    parent
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    check(org.bukkit.event.Event event)
     
    boolean
    init(ch.njol.skript.lang.Expression<?>[] exprs, int matchedPattern, ch.njol.util.Kleenean isDelayed, ch.njol.skript.lang.SkriptParser.ParseResult parseResult)
     
    toString(@Nullable org.bukkit.event.Event e, boolean d)
     

    Methods inherited from class ch.njol.skript.lang.Condition

    evaluate, getSyntaxTypeName, isNegated, parse, run, setNegated

    Methods inherited from class ch.njol.skript.lang.Statement

    parse, parse

    Methods inherited from class ch.njol.skript.lang.TriggerItem

    debug, executionIntent, getActualNext, getIndentation, getNext, getParent, getTrigger, setNext, setParent, toString, walk, walk

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.skriptlang.skript.lang.condition.Conditional

    evaluate, evaluateAnd, evaluateAnd, evaluateAnd, evaluateAnd, evaluateNot, evaluateNot, evaluateOr, evaluateOr, evaluateOr, evaluateOr

    Methods inherited from interface ch.njol.skript.lang.Debuggable

    toString

    Methods inherited from interface ch.njol.skript.lang.SyntaxElement

    getParser
  • Constructor Details

    • CondIsBrakingBlocked

      public CondIsBrakingBlocked()
  • Method Details

    • init

      public boolean init(ch.njol.skript.lang.Expression<?>[] exprs, int matchedPattern, ch.njol.util.Kleenean isDelayed, ch.njol.skript.lang.SkriptParser.ParseResult parseResult)
    • check

      public boolean check(org.bukkit.event.Event event)
      Specified by:
      check in class ch.njol.skript.lang.Condition
    • toString

      public String toString(@Nullable @Nullable org.bukkit.event.Event e, boolean d)