Uses of Enum Class
net.minecraft.command.CommandSource.class_7078
Packages that use CommandSource.class_7078
-
Uses of CommandSource.class_7078 in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type CommandSource.class_7078Modifier and TypeMethodDescriptionCompletableFuture<com.mojang.brigadier.suggestion.Suggestions>ClientCommandSource.method_41213(RegistryKey<? extends Registry<?>> registryKey, CommandSource.class_7078 class_7078, com.mojang.brigadier.suggestion.SuggestionsBuilder suggestionsBuilder, com.mojang.brigadier.context.CommandContext<?> commandContext) -
Uses of CommandSource.class_7078 in net.minecraft.command
Methods in net.minecraft.command that return CommandSource.class_7078Modifier and TypeMethodDescriptionstatic CommandSource.class_7078Returns the enum constant of this class with the specified name.static CommandSource.class_7078[]CommandSource.class_7078.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.command with parameters of type CommandSource.class_7078Modifier and TypeMethodDescriptionCompletableFuture<com.mojang.brigadier.suggestion.Suggestions>CommandSource.method_41213(RegistryKey<? extends Registry<?>> registryKey, CommandSource.class_7078 class_7078, com.mojang.brigadier.suggestion.SuggestionsBuilder suggestionsBuilder, com.mojang.brigadier.context.CommandContext<?> commandContext) default voidCommandSource.method_41214(Registry<?> registry, CommandSource.class_7078 class_7078, com.mojang.brigadier.suggestion.SuggestionsBuilder suggestionsBuilder) -
Uses of CommandSource.class_7078 in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type CommandSource.class_7078Modifier and TypeMethodDescriptionCompletableFuture<com.mojang.brigadier.suggestion.Suggestions>ServerCommandSource.method_41213(RegistryKey<? extends Registry<?>> registryKey, CommandSource.class_7078 class_7078, com.mojang.brigadier.suggestion.SuggestionsBuilder suggestionsBuilder, com.mojang.brigadier.context.CommandContext<?> commandContext)