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

@Name("Looted Entity of Loot Context") @Description("Returns the looted entity of a loot context.") @Example("set {_entity} to looted entity 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 ExprLootContextEntity extends ch.njol.skript.expressions.base.SimplePropertyExpression<org.bukkit.loot.LootContext,org.bukkit.entity.Entity>
  • Constructor Details

    • ExprLootContextEntity

      public ExprLootContextEntity()
  • Method Details