Uses of Class
net.minecraft.client.network.ClientCommandSource
Packages that use ClientCommandSource
-
Uses of ClientCommandSource in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen with type parameters of type ClientCommandSourceModifier and TypeFieldDescriptionprivate @Nullable com.mojang.brigadier.ParseResults
<ClientCommandSource> ChatInputSuggestor.parse
Method parameters in net.minecraft.client.gui.screen with type arguments of type ClientCommandSourceModifier and TypeMethodDescriptionprivate static OrderedText
ChatInputSuggestor.highlight
(com.mojang.brigadier.ParseResults<ClientCommandSource> parse, String original, int firstCharacterIndex) -
Uses of ClientCommandSource in net.minecraft.client.network
Fields in net.minecraft.client.network declared as ClientCommandSourceModifier and TypeFieldDescriptionprivate final ClientCommandSource
ClientPlayNetworkHandler.commandSource
private final ClientCommandSource
ClientPlayNetworkHandler.restrictedCommandSource
Ainvalid reference
CommandSource
Fields in net.minecraft.client.network with type parameters of type ClientCommandSourceModifier and TypeFieldDescriptionprivate static final CommandTreeS2CPacket.NodeFactory
<ClientCommandSource> ClientPlayNetworkHandler.COMMAND_NODE_FACTORY
private com.mojang.brigadier.CommandDispatcher
<ClientCommandSource> ClientPlayNetworkHandler.commandDispatcher
Methods in net.minecraft.client.network that return ClientCommandSourceMethods in net.minecraft.client.network that return types with arguments of type ClientCommandSourceModifier and TypeMethodDescriptioncom.mojang.brigadier.CommandDispatcher
<ClientCommandSource> ClientPlayNetworkHandler.getCommandDispatcher()