Package cloud.commandframework.fabric
Class FabricCommandContextKeys
java.lang.Object
cloud.commandframework.fabric.FabricCommandContextKeys
Keys used in
CommandContexts available within a FabricCommandManager- Since:
- 1.5.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final cloud.commandframework.keys.CloudKey<net.minecraft.commands.SharedSuggestionProvider>Key used to store the nativeSharedSuggestionProviderin the command context. -
Method Summary
-
Field Details
-
NATIVE_COMMAND_SOURCE
public static final cloud.commandframework.keys.CloudKey<net.minecraft.commands.SharedSuggestionProvider> NATIVE_COMMAND_SOURCEKey used to store the nativeSharedSuggestionProviderin the command context.- Since:
- 1.5.0
-