Class ExprRespawnLocation

java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<org.bukkit.Location>
org.skriptlang.skript.bukkit.entity.player.elements.expressions.ExprRespawnLocation
All Implemented Interfaces:
Debuggable, EventRestrictedSyntax, Expression<org.bukkit.Location>, Loopable<org.bukkit.Location>, Simplifiable<Expression<? extends org.bukkit.Location>>, SyntaxElement, RuntimeErrorProducer, SyntaxRuntimeErrorProducer

@Name("Respawn Location") @Description("The location that a player should respawn at. This is used within the respawn event.\n") @Example("on respawn:\n\tset respawn location to {example::spawn}\n") @Since("2.2-dev35") @Events("respawn") public class ExprRespawnLocation extends SimpleExpression<org.bukkit.Location> implements EventRestrictedSyntax