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 official aks$a
intermediary net/minecraft/class_3115$class_9008
named net/minecraft/server/command/ScoreboardCommand$NumberFormatCommandExecutor
-
Method Summary
Modifier and TypeMethodDescriptionint
run
(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 official run
Laks$a;run(Lcom/mojang/brigadier/context/CommandContext;Lwv;)I
intermediary run
Lnet/minecraft/class_3115$class_9008;run(Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/class_9022;)I
named run
Lnet/minecraft/server/command/ScoreboardCommand$NumberFormatCommandExecutor;run(Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/scoreboard/number/NumberFormat;)I
-