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$NumberFormatCommandExecutorintermediary net/minecraft/class_3115$class_9008official aqd$a
- 
Method Summary
Modifier and TypeMethodDescriptionintrun(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, @Nullable NumberFormat numberFormat)  
- 
Method Details
- 
run
int 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 runLnet/minecraft/server/command/ScoreboardCommand$NumberFormatCommandExecutor;run(Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/scoreboard/number/NumberFormat;)Iintermediary runLnet/minecraft/class_3115$class_9008;run(Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/class_9022;)Iofficial runLaqd$a;run(Lcom/mojang/brigadier/context/CommandContext;Lzw;)I
 
 -