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.

@FunctionalInterface public static interface ScoreboardCommand.NumberFormatCommandExecutor
Mappings:
Namespace Name
named net/minecraft/server/command/ScoreboardCommand$NumberFormatCommandExecutor
intermediary net/minecraft/class_3115$class_9008
official anw$a
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    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
      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 Lanw$a;run(Lcom/mojang/brigadier/context/CommandContext;Lyk;)I