Package net.minecraft.server.command
Class ScoreboardCommand
java.lang.Object
net.minecraft.command.AbstractCommand
net.minecraft.server.command.ScoreboardCommand
- All Implemented Interfaces:
Comparable<Command>,Command
- Mappings:
Namespace Name official bcintermediary net/minecraft/class_1546named net/minecraft/server/command/ScoreboardCommand
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.command.AbstractCommand
AbstractCommand.Coordinate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetUsageTranslationKey(CommandSource source) booleanisUsernameAtIndex(String[] args, int index) method_10738(MinecraftServer server, CommandSource source, String[] string, BlockPos pos) protected Scoreboardmethod_12133(MinecraftServer minecraftServer) protected voidmethod_12134(MinecraftServer minecraftServer, CommandSource commandSource, String[] string, int int2) method_12135(boolean bool, MinecraftServer minecraftServer) method_12136(MinecraftServer minecraftServer) voidmethod_3279(MinecraftServer minecraftServer, CommandSource commandSource, String[] string) protected Teammethod_5304(String string, MinecraftServer minecraftServer) protected ScoreboardObjectivemethod_5305(String string, boolean bool, MinecraftServer minecraftServer) protected voidmethod_5307(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) protected voidmethod_5308(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) protected voidmethod_5310(CommandSource commandSource, MinecraftServer minecraftServer) protected voidmethod_5311(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) protected voidmethod_5312(CommandSource commandSource, String string, MinecraftServer minecraftServer) protected voidmethod_5313(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) protected voidmethod_5314(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) protected voidmethod_5315(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) protected voidmethod_5316(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) protected voidmethod_5317(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) protected voidmethod_5318(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) protected voidmethod_5319(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) protected voidmethod_5320(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) protected voidmethod_5321(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) private booleanmethod_9646(MinecraftServer minecraftServer, CommandSource commandSource, String[] string) protected voidmethod_9648(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) protected voidmethod_9649(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) protected voidmethod_9650(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) Methods inherited from class net.minecraft.command.AbstractCommand
compareTo, concat, concat, concat, getAliases, getAsPlayer, getBlock, getBlockPos, getCoordinate, getCoordinate, getEntityNbt, getItem, method_10706, method_10707, method_10708, method_10711, method_10712, method_12701, method_12702, method_12704, method_12705, method_12706, method_13901, method_13904, method_2883, method_2894, method_3278, method_4635, method_4639, method_8406, parseBoolean, parseClampedDouble, parseClampedDouble, parseClampedInt, parseClampedInt, parseClampedLong, parseDouble, parseDouble, parseDouble, parseInt, parseLong, run, run, setCommandProvider
-
Constructor Details
-
ScoreboardCommand
public ScoreboardCommand()
-
-
Method Details
-
getCommandName
- Mappings:
Namespace Name Mixin selector official cLl;c()Ljava/lang/String;intermediary method_3277Lnet/minecraft/class_1007;method_3277()Ljava/lang/String;named getCommandNameLnet/minecraft/command/Command;getCommandName()Ljava/lang/String;
-
getPermissionLevel
public int getPermissionLevel()- Overrides:
getPermissionLevelin classAbstractCommand- Mappings:
Namespace Name Mixin selector official aLj;a()Iintermediary method_4634Lnet/minecraft/class_955;method_4634()Inamed getPermissionLevelLnet/minecraft/command/AbstractCommand;getPermissionLevel()I
-
getUsageTranslationKey
- Mappings:
Namespace Name Mixin selector official bLl;b(Ln;)Ljava/lang/String;intermediary method_3275Lnet/minecraft/class_1007;method_3275(Lnet/minecraft/class_1061;)Ljava/lang/String;named getUsageTranslationKeyLnet/minecraft/command/Command;getUsageTranslationKey(Lnet/minecraft/command/CommandSource;)Ljava/lang/String;
-
method_3279
public void method_3279(MinecraftServer minecraftServer, CommandSource commandSource, String[] string) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official aLl;a(Lnet/minecraft/server/MinecraftServer;Ln;[Ljava/lang/String;)Vintermediary method_3279Lnet/minecraft/class_1007;method_3279(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1061;[Ljava/lang/String;)Vnamed method_3279Lnet/minecraft/command/Command;method_3279(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/command/CommandSource;[Ljava/lang/String;)V
-
method_9646
private boolean method_9646(MinecraftServer minecraftServer, CommandSource commandSource, String[] string) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official bLbc;b(Lnet/minecraft/server/MinecraftServer;Ln;[Ljava/lang/String;)Zintermediary method_9646Lnet/minecraft/class_1546;method_9646(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1061;[Ljava/lang/String;)Znamed method_9646Lnet/minecraft/server/command/ScoreboardCommand;method_9646(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/command/CommandSource;[Ljava/lang/String;)Z
-
method_12133
- Mappings:
Namespace Name Mixin selector official aLbc;a(Lnet/minecraft/server/MinecraftServer;)Lbec;intermediary method_12133Lnet/minecraft/class_1546;method_12133(Lnet/minecraft/server/MinecraftServer;)Lnet/minecraft/class_1471;named method_12133Lnet/minecraft/server/command/ScoreboardCommand;method_12133(Lnet/minecraft/server/MinecraftServer;)Lnet/minecraft/scoreboard/Scoreboard;
-
method_5305
protected ScoreboardObjective method_5305(String string, boolean bool, MinecraftServer minecraftServer) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official aLbc;a(Ljava/lang/String;ZLnet/minecraft/server/MinecraftServer;)Lbdy;intermediary method_5305Lnet/minecraft/class_1546;method_5305(Ljava/lang/String;ZLnet/minecraft/server/MinecraftServer;)Lnet/minecraft/class_1467;named method_5305Lnet/minecraft/server/command/ScoreboardCommand;method_5305(Ljava/lang/String;ZLnet/minecraft/server/MinecraftServer;)Lnet/minecraft/scoreboard/ScoreboardObjective;
-
method_5304
- Throws:
CommandException- Mappings:
Namespace Name Mixin selector official aLbc;a(Ljava/lang/String;Lnet/minecraft/server/MinecraftServer;)Lbdz;intermediary method_5304Lnet/minecraft/class_1546;method_5304(Ljava/lang/String;Lnet/minecraft/server/MinecraftServer;)Lnet/minecraft/class_1468;named method_5304Lnet/minecraft/server/command/ScoreboardCommand;method_5304(Ljava/lang/String;Lnet/minecraft/server/MinecraftServer;)Lnet/minecraft/scoreboard/Team;
-
method_5307
protected void method_5307(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official aLbc;a(Ln;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vintermediary method_5307Lnet/minecraft/class_1546;method_5307(Lnet/minecraft/class_1061;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vnamed method_5307Lnet/minecraft/server/command/ScoreboardCommand;method_5307(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)V
-
method_5308
protected void method_5308(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official bLbc;b(Ln;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vintermediary method_5308Lnet/minecraft/class_1546;method_5308(Lnet/minecraft/class_1061;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vnamed method_5308Lnet/minecraft/server/command/ScoreboardCommand;method_5308(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)V
-
method_5311
protected void method_5311(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official cLbc;c(Ln;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vintermediary method_5311Lnet/minecraft/class_1546;method_5311(Lnet/minecraft/class_1061;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vnamed method_5311Lnet/minecraft/server/command/ScoreboardCommand;method_5311(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)V
-
method_5313
protected void method_5313(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official dLbc;d(Ln;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vintermediary method_5313Lnet/minecraft/class_1546;method_5313(Lnet/minecraft/class_1061;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vnamed method_5313Lnet/minecraft/server/command/ScoreboardCommand;method_5313(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)V
-
method_5314
protected void method_5314(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official eLbc;e(Ln;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vintermediary method_5314Lnet/minecraft/class_1546;method_5314(Lnet/minecraft/class_1061;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vnamed method_5314Lnet/minecraft/server/command/ScoreboardCommand;method_5314(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)V
-
method_5315
protected void method_5315(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official fLbc;f(Ln;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vintermediary method_5315Lnet/minecraft/class_1546;method_5315(Lnet/minecraft/class_1061;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vnamed method_5315Lnet/minecraft/server/command/ScoreboardCommand;method_5315(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)V
-
method_5316
protected void method_5316(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official gLbc;g(Ln;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vintermediary method_5316Lnet/minecraft/class_1546;method_5316(Lnet/minecraft/class_1061;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vnamed method_5316Lnet/minecraft/server/command/ScoreboardCommand;method_5316(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)V
-
method_5317
protected void method_5317(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official hLbc;h(Ln;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vintermediary method_5317Lnet/minecraft/class_1546;method_5317(Lnet/minecraft/class_1061;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vnamed method_5317Lnet/minecraft/server/command/ScoreboardCommand;method_5317(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)V
-
method_5312
protected void method_5312(CommandSource commandSource, String string, MinecraftServer minecraftServer) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official aLbc;a(Ln;Ljava/lang/String;Lnet/minecraft/server/MinecraftServer;)Vintermediary method_5312Lnet/minecraft/class_1546;method_5312(Lnet/minecraft/class_1061;Ljava/lang/String;Lnet/minecraft/server/MinecraftServer;)Vnamed method_5312Lnet/minecraft/server/command/ScoreboardCommand;method_5312(Lnet/minecraft/command/CommandSource;Ljava/lang/String;Lnet/minecraft/server/MinecraftServer;)V
-
method_5310
protected void method_5310(CommandSource commandSource, MinecraftServer minecraftServer) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official aLbc;a(Ln;Lnet/minecraft/server/MinecraftServer;)Vintermediary method_5310Lnet/minecraft/class_1546;method_5310(Lnet/minecraft/class_1061;Lnet/minecraft/server/MinecraftServer;)Vnamed method_5310Lnet/minecraft/server/command/ScoreboardCommand;method_5310(Lnet/minecraft/command/CommandSource;Lnet/minecraft/server/MinecraftServer;)V
-
method_5318
protected void method_5318(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official iLbc;i(Ln;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vintermediary method_5318Lnet/minecraft/class_1546;method_5318(Lnet/minecraft/class_1061;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vnamed method_5318Lnet/minecraft/server/command/ScoreboardCommand;method_5318(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)V
-
method_5319
protected void method_5319(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official jLbc;j(Ln;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vintermediary method_5319Lnet/minecraft/class_1546;method_5319(Lnet/minecraft/class_1061;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vnamed method_5319Lnet/minecraft/server/command/ScoreboardCommand;method_5319(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)V
-
method_5320
protected void method_5320(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official kLbc;k(Ln;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vintermediary method_5320Lnet/minecraft/class_1546;method_5320(Lnet/minecraft/class_1061;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vnamed method_5320Lnet/minecraft/server/command/ScoreboardCommand;method_5320(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)V
-
method_5321
protected void method_5321(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official lLbc;l(Ln;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vintermediary method_5321Lnet/minecraft/class_1546;method_5321(Lnet/minecraft/class_1061;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vnamed method_5321Lnet/minecraft/server/command/ScoreboardCommand;method_5321(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)V
-
method_9648
protected void method_9648(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official mLbc;m(Ln;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vintermediary method_9648Lnet/minecraft/class_1546;method_9648(Lnet/minecraft/class_1061;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vnamed method_9648Lnet/minecraft/server/command/ScoreboardCommand;method_9648(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)V
-
method_9649
protected void method_9649(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official nLbc;n(Ln;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vintermediary method_9649Lnet/minecraft/class_1546;method_9649(Lnet/minecraft/class_1061;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vnamed method_9649Lnet/minecraft/server/command/ScoreboardCommand;method_9649(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)V
-
method_9650
protected void method_9650(CommandSource commandSource, String[] string, int int2, MinecraftServer minecraftServer) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official oLbc;o(Ln;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vintermediary method_9650Lnet/minecraft/class_1546;method_9650(Lnet/minecraft/class_1061;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)Vnamed method_9650Lnet/minecraft/server/command/ScoreboardCommand;method_9650(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;ILnet/minecraft/server/MinecraftServer;)V
-
method_12134
protected void method_12134(MinecraftServer minecraftServer, CommandSource commandSource, String[] string, int int2) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official aLbc;a(Lnet/minecraft/server/MinecraftServer;Ln;[Ljava/lang/String;I)Vintermediary method_12134Lnet/minecraft/class_1546;method_12134(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1061;[Ljava/lang/String;I)Vnamed method_12134Lnet/minecraft/server/command/ScoreboardCommand;method_12134(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/command/CommandSource;[Ljava/lang/String;I)V
-
method_10738
public List<String> method_10738(MinecraftServer server, CommandSource source, String[] string, @Nullable BlockPos pos) - Specified by:
method_10738in interfaceCommand- Overrides:
method_10738in classAbstractCommand- Mappings:
Namespace Name Mixin selector official aLl;a(Lnet/minecraft/server/MinecraftServer;Ln;[Ljava/lang/String;Lco;)Ljava/util/List;intermediary method_10738Lnet/minecraft/class_1007;method_10738(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1061;[Ljava/lang/String;Lnet/minecraft/class_2552;)Ljava/util/List;named method_10738Lnet/minecraft/command/Command;method_10738(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/command/CommandSource;[Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;)Ljava/util/List;
-
method_12135
- Mappings:
Namespace Name Mixin selector official aLbc;a(ZLnet/minecraft/server/MinecraftServer;)Ljava/util/List;intermediary method_12135Lnet/minecraft/class_1546;method_12135(ZLnet/minecraft/server/MinecraftServer;)Ljava/util/List;named method_12135Lnet/minecraft/server/command/ScoreboardCommand;method_12135(ZLnet/minecraft/server/MinecraftServer;)Ljava/util/List;
-
method_12136
- Mappings:
Namespace Name Mixin selector official bLbc;b(Lnet/minecraft/server/MinecraftServer;)Ljava/util/List;intermediary method_12136Lnet/minecraft/class_1546;method_12136(Lnet/minecraft/server/MinecraftServer;)Ljava/util/List;named method_12136Lnet/minecraft/server/command/ScoreboardCommand;method_12136(Lnet/minecraft/server/MinecraftServer;)Ljava/util/List;
-
isUsernameAtIndex
- Specified by:
isUsernameAtIndexin interfaceCommand- Overrides:
isUsernameAtIndexin classAbstractCommand- Mappings:
Namespace Name Mixin selector official bLl;b([Ljava/lang/String;I)Zintermediary method_4674Lnet/minecraft/class_1007;method_4674([Ljava/lang/String;I)Znamed isUsernameAtIndexLnet/minecraft/command/Command;isUsernameAtIndex([Ljava/lang/String;I)Z
-