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>