Class VelocityContextKeys


  • public final class VelocityContextKeys
    extends java.lang.Object
    Velocity related CommandContext keys
    Since:
    1.4.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static cloud.commandframework.keys.CloudKey<com.velocitypowered.api.proxy.ProxyServer> PROXY_SERVER_KEY
      The ProxyServer instance is stored in the CommandContext in VelocityCommandPreprocessor
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PROXY_SERVER_KEY

        public static final cloud.commandframework.keys.CloudKey<com.velocitypowered.api.proxy.ProxyServer> PROXY_SERVER_KEY
        The ProxyServer instance is stored in the CommandContext in VelocityCommandPreprocessor