Class ExprEventBlockType
java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<BlockData.BlockType>
dev.cwhead.GravesX.event.integration.skript.expressions.ExprEventBlockType
- All Implemented Interfaces:
ch.njol.skript.lang.Debuggable,ch.njol.skript.lang.Expression<BlockData.BlockType>,ch.njol.skript.lang.Loopable<BlockData.BlockType>,ch.njol.skript.lang.simplification.Simplifiable<ch.njol.skript.lang.Expression<? extends BlockData.BlockType>>,ch.njol.skript.lang.SyntaxElement,org.skriptlang.skript.log.runtime.RuntimeErrorProducer,org.skriptlang.skript.log.runtime.SyntaxRuntimeErrorProducer
public class ExprEventBlockType
extends ch.njol.skript.lang.util.SimpleExpression<BlockData.BlockType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BlockData.BlockType[]get(org.bukkit.event.Event e) Class<? extends BlockData.BlockType> booleaninit(ch.njol.skript.lang.Expression<?>[] exprs, int matchedPattern, ch.njol.util.Kleenean isDelayed, ch.njol.skript.lang.SkriptParser.ParseResult parseResult) booleanisSingle()toString(@Nullable org.bukkit.event.Event e, boolean debug) Methods inherited from class ch.njol.skript.lang.util.SimpleExpression
acceptChange, change, check, check, check, getAll, getAnd, getArray, getConvertedExpr, getConvertedExpression, getNode, getSingle, getSource, getTime, isDefault, isLoopOf, iterator, preInit, setTime, setTime, setTime, setTime, setTime, simplify, supportsLoopPeeking, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.njol.skript.lang.Expression
beforeChange, canBeSingle, canReturn, changeInPlace, changeInPlace, getAcceptedChangeModes, getOptionalSingle, getSyntaxTypeName, possibleReturnTypes, stream, streamAllMethods inherited from interface org.skriptlang.skript.log.runtime.RuntimeErrorProducer
error, error, getRuntimeErrorManager, warning, warningMethods inherited from interface ch.njol.skript.lang.SyntaxElement
getParserMethods inherited from interface org.skriptlang.skript.log.runtime.SyntaxRuntimeErrorProducer
getErrorSource
-
Constructor Details
-
ExprEventBlockType
public ExprEventBlockType()
-
-
Method Details
-
get
- Specified by:
getin classch.njol.skript.lang.util.SimpleExpression<BlockData.BlockType>
-
init
public boolean init(ch.njol.skript.lang.Expression<?>[] exprs, int matchedPattern, ch.njol.util.Kleenean isDelayed, ch.njol.skript.lang.SkriptParser.ParseResult parseResult) -
getReturnType
-
isSingle
public boolean isSingle() -
toString
-