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>, 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.") @Examples({"set {_player} to player","set {_context} to a loot context at player:","\tif {_player} is in \"world_nether\":","\t\tset loot location to location of last spawned pig","send loot location of {_context} to player"}) @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