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>, Simplifiable<Expression<? extends 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.") @Example("set {_luck} to loot luck value of {_context}") @Example("set {_context} to a loot context at player:\n\tset loot luck value to 10\n\tset looter to player\n\tset looted entity to last spawned pig\n") @Since("2.10") public class ExprLootContextLuck extends ch.njol.skript.expressions.base.SimplePropertyExpression<org.bukkit.loot.LootContext,Float>