Class ExprLootContextLocation

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

@Name("Loot Location of Loot Context") @Description("Returns the loot location of a loot context.") @Example("set {_player} to player\nset {_context} to a loot context at player:\n\tif {_player} is in \"world_nether\":\n\t\tset loot location to location of last spawned pig\nsend loot location of {_context} to player\n") @Since("2.10") public class ExprLootContextLocation extends ch.njol.skript.expressions.base.SimplePropertyExpression<org.bukkit.loot.LootContext,org.bukkit.Location>
  • Constructor Details

    • ExprLootContextLocation

      public ExprLootContextLocation()
  • Method Details