Package cloud.commandframework.velocity
Class VelocityContextKeys
java.lang.Object
cloud.commandframework.velocity.VelocityContextKeys
Velocity related
CommandContext keys- Since:
- 1.4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final cloud.commandframework.keys.CloudKey<com.velocitypowered.api.proxy.ProxyServer>TheProxyServerinstance is stored in theCommandContextinVelocityCommandPreprocessor -
Method Summary
-
Field Details
-
PROXY_SERVER_KEY
public static final cloud.commandframework.keys.CloudKey<com.velocitypowered.api.proxy.ProxyServer> PROXY_SERVER_KEYTheProxyServerinstance is stored in theCommandContextinVelocityCommandPreprocessor
-