Class ExprWorldBorderCenter

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

@Name("Center of World Border") @Description("The center of a world border.") @Example("set world border center of {_worldborder} to location(10, 0, 20)") @Since("2.11") public class ExprWorldBorderCenter extends ch.njol.skript.expressions.base.SimplePropertyExpression<org.bukkit.WorldBorder, org.bukkit.Location>
  • Constructor Details

    • ExprWorldBorderCenter

      public ExprWorldBorderCenter()
  • Method Details