Package net.minecraft.server.command
Interface ScoreboardCommand.NumberFormatCommandExecutor
- Enclosing class:
- ScoreboardCommand
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Mappings:
- Namespace - Name - named - net/minecraft/server/command/ScoreboardCommand$NumberFormatCommandExecutor- intermediary - net/minecraft/class_3115$class_9008- official - aol$a
- 
Method SummaryModifier and TypeMethodDescriptionintrun(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, @Nullable NumberFormat numberFormat) 
- 
Method Details- 
runint run(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, @Nullable @Nullable NumberFormat numberFormat) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - named - run- Lnet/minecraft/server/command/ScoreboardCommand$NumberFormatCommandExecutor;run(Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/scoreboard/number/NumberFormat;)I- intermediary - run- Lnet/minecraft/class_3115$class_9008;run(Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/class_9022;)I- official - run- Laol$a;run(Lcom/mojang/brigadier/context/CommandContext;Lyf;)I
 
 
-