Package net.minecraft.client.network
Class ClientCommandSource
java.lang.Object
net.minecraft.client.network.ClientCommandSource
- All Implemented Interfaces:
 CommandSource
- Mappings:
 Namespace Name official fezintermediary net/minecraft/class_637named net/minecraft/client/network/ClientCommandSource
- 
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.command.CommandSource
CommandSource.RelativePosition, CommandSource.SuggestedIdType - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MinecraftClientprivate intprivate final ClientPlayNetworkHandlerprivate @Nullable CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> - 
Constructor Summary
ConstructorsConstructorDescriptionClientCommandSource(ClientPlayNetworkHandler networkHandler, MinecraftClient client)  - 
Method Summary
Modifier and TypeMethodDescriptionprivate static Stringformat(double d) private static Stringformat(int i) CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>getCompletions(com.mojang.brigadier.context.CommandContext<?> context) booleanhasPermissionLevel(int level) CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>listIdSuggestions(RegistryKey<? extends Registry<?>> registryRef, CommandSource.SuggestedIdType suggestedIdType, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, com.mojang.brigadier.context.CommandContext<?> context) voidonChatSuggestions(ChatSuggestionsS2CPacket.Action action, List<String> suggestions) voidonCommandSuggestions(int completionId, com.mojang.brigadier.suggestion.Suggestions suggestions) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.command.CommandSource
suggestIdentifiers 
- 
Field Details
- 
networkHandler
- Mappings:
 Namespace Name Mixin selector official aLfez;a:Lfex;intermediary field_3722Lnet/minecraft/class_637;field_3722:Lnet/minecraft/class_634;named networkHandlerLnet/minecraft/client/network/ClientCommandSource;networkHandler:Lnet/minecraft/client/network/ClientPlayNetworkHandler;
 - 
client
- Mappings:
 Namespace Name Mixin selector official bLfez;b:Lenn;intermediary field_3725Lnet/minecraft/class_637;field_3725:Lnet/minecraft/class_310;named clientLnet/minecraft/client/network/ClientCommandSource;client:Lnet/minecraft/client/MinecraftClient;
 - 
completionId
private int completionId- Mappings:
 Namespace Name Mixin selector official cLfez;c:Iintermediary field_3724Lnet/minecraft/class_637;field_3724:Inamed completionIdLnet/minecraft/client/network/ClientCommandSource;completionId:I
 - 
pendingCommandCompletion
@Nullable private @Nullable CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> pendingCommandCompletion- Mappings:
 Namespace Name Mixin selector official dLfez;d:Ljava/util/concurrent/CompletableFuture;intermediary field_3723Lnet/minecraft/class_637;field_3723:Ljava/util/concurrent/CompletableFuture;named pendingCommandCompletionLnet/minecraft/client/network/ClientCommandSource;pendingCommandCompletion:Ljava/util/concurrent/CompletableFuture;
 - 
chatSuggestions
- Mappings:
 Namespace Name Mixin selector official eLfez;e:Ljava/util/Set;intermediary field_39794Lnet/minecraft/class_637;field_39794:Ljava/util/Set;named chatSuggestionsLnet/minecraft/client/network/ClientCommandSource;chatSuggestions:Ljava/util/Set;
 
 - 
 - 
Constructor Details
- 
ClientCommandSource
- Mappings:
 Namespace Name Mixin selector official <init>Lfez;<init>(Lfex;Lenn;)Vintermediary <init>Lnet/minecraft/class_637;<init>(Lnet/minecraft/class_634;Lnet/minecraft/class_310;)Vnamed <init>Lnet/minecraft/client/network/ClientCommandSource;<init>(Lnet/minecraft/client/network/ClientPlayNetworkHandler;Lnet/minecraft/client/MinecraftClient;)V
 
 - 
 - 
Method Details
- 
getPlayerNames
- Specified by:
 getPlayerNamesin interfaceCommandSource- Mappings:
 Namespace Name Mixin selector official qLdu;q()Ljava/util/Collection;intermediary method_9262Lnet/minecraft/class_2172;method_9262()Ljava/util/Collection;named getPlayerNamesLnet/minecraft/command/CommandSource;getPlayerNames()Ljava/util/Collection;
 - 
getChatSuggestions
- Specified by:
 getChatSuggestionsin interfaceCommandSource- Mappings:
 Namespace Name Mixin selector official xLdu;x()Ljava/util/Collection;intermediary method_44750Lnet/minecraft/class_2172;method_44750()Ljava/util/Collection;named getChatSuggestionsLnet/minecraft/command/CommandSource;getChatSuggestions()Ljava/util/Collection;
 - 
getEntitySuggestions
- Specified by:
 getEntitySuggestionsin interfaceCommandSource- Mappings:
 Namespace Name Mixin selector official yLdu;y()Ljava/util/Collection;intermediary method_9269Lnet/minecraft/class_2172;method_9269()Ljava/util/Collection;named getEntitySuggestionsLnet/minecraft/command/CommandSource;getEntitySuggestions()Ljava/util/Collection;
 - 
getTeamNames
- Specified by:
 getTeamNamesin interfaceCommandSource- Mappings:
 Namespace Name Mixin selector official rLdu;r()Ljava/util/Collection;intermediary method_9267Lnet/minecraft/class_2172;method_9267()Ljava/util/Collection;named getTeamNamesLnet/minecraft/command/CommandSource;getTeamNames()Ljava/util/Collection;
 - 
getSoundIds
- Specified by:
 getSoundIdsin interfaceCommandSource- Mappings:
 Namespace Name Mixin selector official sLdu;s()Ljava/util/stream/Stream;intermediary method_9254Lnet/minecraft/class_2172;method_9254()Ljava/util/stream/Stream;named getSoundIdsLnet/minecraft/command/CommandSource;getSoundIds()Ljava/util/stream/Stream;
 - 
getRecipeIds
- Specified by:
 getRecipeIdsin interfaceCommandSource- Mappings:
 Namespace Name Mixin selector official tLdu;t()Ljava/util/stream/Stream;intermediary method_9273Lnet/minecraft/class_2172;method_9273()Ljava/util/stream/Stream;named getRecipeIdsLnet/minecraft/command/CommandSource;getRecipeIds()Ljava/util/stream/Stream;
 - 
hasPermissionLevel
public boolean hasPermissionLevel(int level) - Specified by:
 hasPermissionLevelin interfaceCommandSource- Mappings:
 Namespace Name Mixin selector official cLdu;c(I)Zintermediary method_9259Lnet/minecraft/class_2172;method_9259(I)Znamed hasPermissionLevelLnet/minecraft/command/CommandSource;hasPermissionLevel(I)Z
 - 
listIdSuggestions
public CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listIdSuggestions(RegistryKey<? extends Registry<?>> registryRef, CommandSource.SuggestedIdType suggestedIdType, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, com.mojang.brigadier.context.CommandContext<?> context) - Specified by:
 listIdSuggestionsin interfaceCommandSource- Mappings:
 Namespace Name Mixin selector official aLdu;a(Lacp;Ldu$a;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Lcom/mojang/brigadier/context/CommandContext;)Ljava/util/concurrent/CompletableFuture;intermediary method_41213Lnet/minecraft/class_2172;method_41213(Lnet/minecraft/class_5321;Lnet/minecraft/class_2172$class_7078;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Lcom/mojang/brigadier/context/CommandContext;)Ljava/util/concurrent/CompletableFuture;named listIdSuggestionsLnet/minecraft/command/CommandSource;listIdSuggestions(Lnet/minecraft/registry/RegistryKey;Lnet/minecraft/command/CommandSource$SuggestedIdType;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;Lcom/mojang/brigadier/context/CommandContext;)Ljava/util/concurrent/CompletableFuture;
 - 
getCompletions
public CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> getCompletions(com.mojang.brigadier.context.CommandContext<?> context) - Specified by:
 getCompletionsin interfaceCommandSource- Mappings:
 Namespace Name Mixin selector official aLdu;a(Lcom/mojang/brigadier/context/CommandContext;)Ljava/util/concurrent/CompletableFuture;intermediary method_9261Lnet/minecraft/class_2172;method_9261(Lcom/mojang/brigadier/context/CommandContext;)Ljava/util/concurrent/CompletableFuture;named getCompletionsLnet/minecraft/command/CommandSource;getCompletions(Lcom/mojang/brigadier/context/CommandContext;)Ljava/util/concurrent/CompletableFuture;
 - 
format
- Mappings:
 Namespace Name Mixin selector official aLfez;a(D)Ljava/lang/String;intermediary method_2929Lnet/minecraft/class_637;method_2929(D)Ljava/lang/String;named formatLnet/minecraft/client/network/ClientCommandSource;format(D)Ljava/lang/String;
 - 
format
- Mappings:
 Namespace Name Mixin selector official aLfez;a(I)Ljava/lang/String;intermediary method_2930Lnet/minecraft/class_637;method_2930(I)Ljava/lang/String;named formatLnet/minecraft/client/network/ClientCommandSource;format(I)Ljava/lang/String;
 - 
getBlockPositionSuggestions
- Specified by:
 getBlockPositionSuggestionsin interfaceCommandSource- Mappings:
 Namespace Name Mixin selector official zLdu;z()Ljava/util/Collection;intermediary method_17771Lnet/minecraft/class_2172;method_17771()Ljava/util/Collection;named getBlockPositionSuggestionsLnet/minecraft/command/CommandSource;getBlockPositionSuggestions()Ljava/util/Collection;
 - 
getPositionSuggestions
- Specified by:
 getPositionSuggestionsin interfaceCommandSource- Mappings:
 Namespace Name Mixin selector official ALdu;A()Ljava/util/Collection;intermediary method_17772Lnet/minecraft/class_2172;method_17772()Ljava/util/Collection;named getPositionSuggestionsLnet/minecraft/command/CommandSource;getPositionSuggestions()Ljava/util/Collection;
 - 
getWorldKeys
- Specified by:
 getWorldKeysin interfaceCommandSource- Mappings:
 Namespace Name Mixin selector official uLdu;u()Ljava/util/Set;intermediary method_29310Lnet/minecraft/class_2172;method_29310()Ljava/util/Set;named getWorldKeysLnet/minecraft/command/CommandSource;getWorldKeys()Ljava/util/Set;
 - 
getRegistryManager
- Specified by:
 getRegistryManagerin interfaceCommandSource- Mappings:
 Namespace Name Mixin selector official vLdu;v()Lhs;intermediary method_30497Lnet/minecraft/class_2172;method_30497()Lnet/minecraft/class_5455;named getRegistryManagerLnet/minecraft/command/CommandSource;getRegistryManager()Lnet/minecraft/registry/DynamicRegistryManager;
 - 
getEnabledFeatures
- Specified by:
 getEnabledFeaturesin interfaceCommandSource- Mappings:
 Namespace Name Mixin selector official wLdu;w()Lcaw;intermediary method_45549Lnet/minecraft/class_2172;method_45549()Lnet/minecraft/class_7699;named getEnabledFeaturesLnet/minecraft/command/CommandSource;getEnabledFeatures()Lnet/minecraft/resource/featuretoggle/FeatureSet;
 - 
onCommandSuggestions
public void onCommandSuggestions(int completionId, com.mojang.brigadier.suggestion.Suggestions suggestions) - Mappings:
 Namespace Name Mixin selector official aLfez;a(ILcom/mojang/brigadier/suggestion/Suggestions;)Vintermediary method_2931Lnet/minecraft/class_637;method_2931(ILcom/mojang/brigadier/suggestion/Suggestions;)Vnamed onCommandSuggestionsLnet/minecraft/client/network/ClientCommandSource;onCommandSuggestions(ILcom/mojang/brigadier/suggestion/Suggestions;)V
 - 
onChatSuggestions
- Mappings:
 Namespace Name Mixin selector official aLfez;a(Lvo$a;Ljava/util/List;)Vintermediary method_44764Lnet/minecraft/class_637;method_44764(Lnet/minecraft/class_7597$class_7598;Ljava/util/List;)Vnamed onChatSuggestionsLnet/minecraft/client/network/ClientCommandSource;onChatSuggestions(Lnet/minecraft/network/packet/s2c/play/ChatSuggestionsS2CPacket$Action;Ljava/util/List;)V
 
 -