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>
,SyntaxElement
@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
-
Method Summary
Methods inherited from class ch.njol.skript.expressions.base.EventValueExpression
acceptChange, change, get, getReturnType, init, init, isDefault, isSingle, register, register, setTime, toString
Methods inherited from class ch.njol.skript.lang.util.SimpleExpression
check, check, check, getAll, getAnd, getArray, getConvertedExpr, getConvertedExpression, getSingle, getSource, getTime, isLoopOf, iterator, setTime, setTime, setTime, setTime, simplify, supportsLoopPeeking
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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
Methods inherited from interface ch.njol.skript.lang.Loopable
isLoopOf, iterator, supportsLoopPeeking
Methods inherited from interface ch.njol.skript.lang.SyntaxElement
getParser
-
Constructor Details
-
ExprLootContext
public ExprLootContext()
-
-
Method Details
-
toString
Description copied from interface:Debuggable
Should returntoString
(null, false)- Specified by:
toString
in interfaceDebuggable
- Overrides:
toString
in classSimpleExpression<org.bukkit.loot.LootContext>
-