Class ExprPlayerProtocolVersion

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

@Name("Player Protocol Version") @Description("Player\'s protocol version. For more information and list of protocol versions <a href=\'https://wiki.vg/Protocol_version_numbers\'>visit wiki.vg</a>.") @Examples({"command /protocolversion &ltplayer&gt:","\ttrigger:","\t\tsend \"Protocol version of %arg-1%: %protocol version of arg-1%\""}) @Since("2.6.2") @RequiredPlugins("Paper 1.12.2 or newer") public class ExprPlayerProtocolVersion extends SimplePropertyExpression<org.bukkit.entity.Player,Integer>