Class ExprClientViewDistance

All Implemented Interfaces:
Converter<org.bukkit.entity.Player,​Long>, Debuggable, Expression<Long>, SyntaxElement

@Name("View Distance of Client") @Description("The view distance of the client. Can not be changed. This differs from the server side view distance of player as this will retrieve the view distance the player has set on their client.") @Examples({"set {_clientView} to the client view distance of player","set view distance of player to client view distance of player"}) @RequiredPlugins("1.13.2+") @Since("2.5") public class ExprClientViewDistance extends SimplePropertyExpression<org.bukkit.entity.Player,​Long>
  • Constructor Details

    • ExprClientViewDistance

      public ExprClientViewDistance()
  • Method Details