java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<Float>
ch.njol.skript.expressions.base.PropertyExpression<org.bukkit.loot.LootContext,Float>
ch.njol.skript.expressions.base.SimplePropertyExpression<org.bukkit.loot.LootContext,Float>
org.skriptlang.skript.bukkit.loottables.elements.expressions.ExprLootContextLuck
All Implemented Interfaces:
Debuggable, Expression<Float>, Loopable<Float>, SyntaxElement, Converter<org.bukkit.loot.LootContext,Float>, RuntimeErrorProducer, SyntaxRuntimeErrorProducer

@Name("Luck of Loot Context") @Description("Returns the luck of a loot context as a float. This represents the luck potion effect that an entity can have.") @Examples({"set {_luck} to loot luck value of {_context}","","set {_context} to a loot context at player:","\tset loot luck value to 10","\tset looter to player","\tset looted entity to last spawned pig"}) @Since("2.10") public class ExprLootContextLuck extends ch.njol.skript.expressions.base.SimplePropertyExpression<org.bukkit.loot.LootContext,Float>