Class ExprLootContext
java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<org.bukkit.loot.LootContext>
ch.njol.skript.expressions.base.EventValueExpression<org.bukkit.loot.LootContext>
org.skriptlang.skript.bukkit.loottables.elements.expressions.ExprLootContext
- All Implemented Interfaces:
Debuggable,DefaultExpression<org.bukkit.loot.LootContext>,Expression<org.bukkit.loot.LootContext>,Loopable<org.bukkit.loot.LootContext>,Simplifiable<Expression<? extends org.bukkit.loot.LootContext>>,SyntaxElement,RuntimeErrorProducer,SyntaxRuntimeErrorProducer
@Name("Loot Context")
@Description("The loot context involved in the context create section.")
@Examples({"set {_context} to a new loot context at {_location}:","\tbroadcast loot context"})
@Since("2.10")
public class ExprLootContext
extends ch.njol.skript.expressions.base.EventValueExpression<org.bukkit.loot.LootContext>
-
Field Summary
Fields inherited from class ch.njol.skript.expressions.base.EventValueExpression
DEFAULT_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.njol.skript.expressions.base.EventValueExpression
acceptChange, change, get, getReturnType, infoBuilder, init, init, isDefault, isSingle, register, register, register, register, setTime, toStringMethods inherited from class ch.njol.skript.lang.util.SimpleExpression
check, check, check, getAll, getAnd, getArray, getConvertedExpr, getConvertedExpression, getNode, getSingle, getSource, getTime, isLoopOf, iterator, preInit, setTime, setTime, setTime, setTime, simplify, supportsLoopPeekingMethods 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, check, check, getAcceptedChangeModes, getAll, getAnd, getArray, getConvertedExpression, getOptionalSingle, getSingle, getSource, getSyntaxTypeName, getTime, possibleReturnTypes, simplify, stream, streamAllMethods inherited from interface ch.njol.skript.lang.Loopable
isLoopOf, iterator, supportsLoopPeekingMethods inherited from interface org.skriptlang.skript.log.runtime.RuntimeErrorProducer
error, error, getRuntimeErrorManager, warning, warningMethods inherited from interface ch.njol.skript.lang.SyntaxElement
getParser, preInitMethods inherited from interface org.skriptlang.skript.log.runtime.SyntaxRuntimeErrorProducer
getErrorSource
-
Constructor Details
-
ExprLootContext
public ExprLootContext()
-
-
Method Details
-
toString
Description copied from interface:DebuggableShould returntoString(null, false)- Specified by:
toStringin interfaceDebuggable- Overrides:
toStringin classSimpleExpression<org.bukkit.loot.LootContext>
-