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>, 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.") @Examples({"set {_entity} to looted entity 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 ExprLootContextEntity extends ch.njol.skript.expressions.base.SimplePropertyExpression<org.bukkit.loot.LootContext,org.bukkit.entity.Entity>
  • Constructor Details

    • ExprLootContextEntity

      public ExprLootContextEntity()
  • Method Details