Class ModdedCommandContextKeys
java.lang.Object
org.incendo.cloud.minecraft.modded.ModdedCommandContextKeys
Keys used in
CommandContexts available within a modded Minecraft context.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CloudKey<net.minecraft.commands.SharedSuggestionProvider> Key used to store the nativeSharedSuggestionProviderin the command context. -
Method Summary
-
Field Details
-
SHARED_SUGGESTION_PROVIDER
public static final CloudKey<net.minecraft.commands.SharedSuggestionProvider> SHARED_SUGGESTION_PROVIDERKey used to store the nativeSharedSuggestionProviderin the command context.
-