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
public class ScoreboardCommand extends AbstractCommand
- Mappings:
Namespace Name official bcintermediary net/minecraft/class_883named net/minecraft/server/command/ScoreboardCommand
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.command.AbstractCommand
AbstractCommand.Coordinate -
Constructor Summary
Constructors Constructor Description ScoreboardCommand() -
Method Summary
Modifier and Type Method Description voidexecute(CommandSource source, String[] args)List<String>getAutoCompleteHints(CommandSource source, String[] args, BlockPos pos)StringgetCommandName()intgetPermissionLevel()StringgetUsageTranslationKey(CommandSource source)booleanisUsernameAtIndex(String[] args, int index)protected ScoreboardObjectivemethod_3068(String string, boolean bool)protected List<String>method_3069(boolean bool)private booleanmethod_3070(CommandSource commandSource, String[] string)protected voidmethod_3071(CommandSource commandSource, String[] string, int int2)protected voidmethod_3072(CommandSource commandSource, String[] string, int int2)protected Scoreboardmethod_3073()protected voidmethod_3074(CommandSource commandSource)protected voidmethod_3075(CommandSource commandSource, String[] string, int int2)protected List<String>method_3076()protected Teammethod_3077(String string)protected voidmethod_3078(CommandSource commandSource, String[] string, int int2)protected voidmethod_3079(CommandSource commandSource, String[] string, int int2)protected voidmethod_3080(CommandSource commandSource, String[] string, int int2)protected voidmethod_3081(CommandSource commandSource, String string)protected voidmethod_3082(CommandSource commandSource, String[] string, int int2)protected voidmethod_3083(CommandSource commandSource, String[] string, int int2)protected voidmethod_3084(CommandSource commandSource, String[] string, int int2)protected voidmethod_3085(CommandSource commandSource, String[] string, int int2)protected voidmethod_3086(CommandSource commandSource, String[] string, int int2)protected voidmethod_3087(CommandSource commandSource, String[] string, int int2)protected voidmethod_3088(CommandSource commandSource, String[] string, int int2)protected voidmethod_3089(CommandSource commandSource, String[] string, int int2)protected voidmethod_3090(CommandSource commandSource, String[] string, int int2)Methods inherited from class net.minecraft.command.AbstractCommand
compareTo, concat, concat, concat, getAliases, getAsPlayer, getBlock, getBlockPos, getCoordinate, getCoordinate, getEntities, getEntity, getEntity, getItem, getPlayer, isAccessible, method_5667, method_5675, method_5678, method_5679, method_5680, method_5681, method_5687, method_5688, method_5692, method_5693, 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 cLk;c()Ljava/lang/String;intermediary method_5889Lnet/minecraft/class_1606;method_5889()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 aLi;a()Iintermediary method_5657Lnet/minecraft/class_1545;method_5657()Inamed getPermissionLevelLnet/minecraft/command/AbstractCommand;getPermissionLevel()I
-
getUsageTranslationKey
- Mappings:
Namespace Name Mixin selector official cLk;c(Lm;)Ljava/lang/String;intermediary method_5890Lnet/minecraft/class_1606;method_5890(Lnet/minecraft/class_1659;)Ljava/lang/String;named getUsageTranslationKeyLnet/minecraft/command/Command;getUsageTranslationKey(Lnet/minecraft/command/CommandSource;)Ljava/lang/String;
-
execute
- Throws:
CommandException- Mappings:
Namespace Name Mixin selector official aLk;a(Lm;[Ljava/lang/String;)Vintermediary method_5885Lnet/minecraft/class_1606;method_5885(Lnet/minecraft/class_1659;[Ljava/lang/String;)Vnamed executeLnet/minecraft/command/Command;execute(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;)V
-
method_3070
- Throws:
CommandException- Mappings:
Namespace Name Mixin selector official bLbc;b(Lm;[Ljava/lang/String;)Zintermediary method_3070Lnet/minecraft/class_883;method_3070(Lnet/minecraft/class_1659;[Ljava/lang/String;)Znamed method_3070Lnet/minecraft/server/command/ScoreboardCommand;method_3070(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;)Z
-
method_3073
- Mappings:
Namespace Name Mixin selector official dLbc;d()Lauo;intermediary method_3073Lnet/minecraft/class_883;method_3073()Lnet/minecraft/class_653;named method_3073Lnet/minecraft/server/command/ScoreboardCommand;method_3073()Lnet/minecraft/scoreboard/Scoreboard;
-
method_3068
- Throws:
CommandException- Mappings:
Namespace Name Mixin selector official aLbc;a(Ljava/lang/String;Z)Lauk;intermediary method_3068Lnet/minecraft/class_883;method_3068(Ljava/lang/String;Z)Lnet/minecraft/class_650;named method_3068Lnet/minecraft/server/command/ScoreboardCommand;method_3068(Ljava/lang/String;Z)Lnet/minecraft/scoreboard/ScoreboardObjective;
-
method_3077
- Throws:
CommandException- Mappings:
Namespace Name Mixin selector official eLbc;e(Ljava/lang/String;)Laul;intermediary method_3077Lnet/minecraft/class_883;method_3077(Ljava/lang/String;)Lnet/minecraft/class_651;named method_3077Lnet/minecraft/server/command/ScoreboardCommand;method_3077(Ljava/lang/String;)Lnet/minecraft/scoreboard/Team;
-
method_3071
protected void method_3071(CommandSource commandSource, String[] string, int int2) throws CommandException- Throws:
CommandException- Mappings:
Namespace Name Mixin selector official bLbc;b(Lm;[Ljava/lang/String;I)Vintermediary method_3071Lnet/minecraft/class_883;method_3071(Lnet/minecraft/class_1659;[Ljava/lang/String;I)Vnamed method_3071Lnet/minecraft/server/command/ScoreboardCommand;method_3071(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;I)V
-
method_3072
protected void method_3072(CommandSource commandSource, String[] string, int int2) throws CommandException- Throws:
CommandException- Mappings:
Namespace Name Mixin selector official cLbc;c(Lm;[Ljava/lang/String;I)Vintermediary method_3072Lnet/minecraft/class_883;method_3072(Lnet/minecraft/class_1659;[Ljava/lang/String;I)Vnamed method_3072Lnet/minecraft/server/command/ScoreboardCommand;method_3072(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;I)V
-
method_3075
protected void method_3075(CommandSource commandSource, String[] string, int int2) throws CommandException- Throws:
CommandException- Mappings:
Namespace Name Mixin selector official dLbc;d(Lm;[Ljava/lang/String;I)Vintermediary method_3075Lnet/minecraft/class_883;method_3075(Lnet/minecraft/class_1659;[Ljava/lang/String;I)Vnamed method_3075Lnet/minecraft/server/command/ScoreboardCommand;method_3075(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;I)V
-
method_3078
protected void method_3078(CommandSource commandSource, String[] string, int int2) throws CommandException- Throws:
CommandException- Mappings:
Namespace Name Mixin selector official eLbc;e(Lm;[Ljava/lang/String;I)Vintermediary method_3078Lnet/minecraft/class_883;method_3078(Lnet/minecraft/class_1659;[Ljava/lang/String;I)Vnamed method_3078Lnet/minecraft/server/command/ScoreboardCommand;method_3078(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;I)V
-
method_3079
protected void method_3079(CommandSource commandSource, String[] string, int int2) throws CommandException- Throws:
CommandException- Mappings:
Namespace Name Mixin selector official fLbc;f(Lm;[Ljava/lang/String;I)Vintermediary method_3079Lnet/minecraft/class_883;method_3079(Lnet/minecraft/class_1659;[Ljava/lang/String;I)Vnamed method_3079Lnet/minecraft/server/command/ScoreboardCommand;method_3079(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;I)V
-
method_3080
protected void method_3080(CommandSource commandSource, String[] string, int int2) throws CommandException- Throws:
CommandException- Mappings:
Namespace Name Mixin selector official gLbc;g(Lm;[Ljava/lang/String;I)Vintermediary method_3080Lnet/minecraft/class_883;method_3080(Lnet/minecraft/class_1659;[Ljava/lang/String;I)Vnamed method_3080Lnet/minecraft/server/command/ScoreboardCommand;method_3080(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;I)V
-
method_3082
protected void method_3082(CommandSource commandSource, String[] string, int int2) throws CommandException- Throws:
CommandException- Mappings:
Namespace Name Mixin selector official hLbc;h(Lm;[Ljava/lang/String;I)Vintermediary method_3082Lnet/minecraft/class_883;method_3082(Lnet/minecraft/class_1659;[Ljava/lang/String;I)Vnamed method_3082Lnet/minecraft/server/command/ScoreboardCommand;method_3082(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;I)V
-
method_3083
protected void method_3083(CommandSource commandSource, String[] string, int int2) throws CommandException- Throws:
CommandException- Mappings:
Namespace Name Mixin selector official iLbc;i(Lm;[Ljava/lang/String;I)Vintermediary method_3083Lnet/minecraft/class_883;method_3083(Lnet/minecraft/class_1659;[Ljava/lang/String;I)Vnamed method_3083Lnet/minecraft/server/command/ScoreboardCommand;method_3083(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;I)V
-
method_3081
- Throws:
CommandException- Mappings:
Namespace Name Mixin selector official hLbc;h(Lm;Ljava/lang/String;)Vintermediary method_3081Lnet/minecraft/class_883;method_3081(Lnet/minecraft/class_1659;Ljava/lang/String;)Vnamed method_3081Lnet/minecraft/server/command/ScoreboardCommand;method_3081(Lnet/minecraft/command/CommandSource;Ljava/lang/String;)V
-
method_3074
- Throws:
CommandException- Mappings:
Namespace Name Mixin selector official dLbc;d(Lm;)Vintermediary method_3074Lnet/minecraft/class_883;method_3074(Lnet/minecraft/class_1659;)Vnamed method_3074Lnet/minecraft/server/command/ScoreboardCommand;method_3074(Lnet/minecraft/command/CommandSource;)V
-
method_3084
protected void method_3084(CommandSource commandSource, String[] string, int int2) throws CommandException- Throws:
CommandException- Mappings:
Namespace Name Mixin selector official jLbc;j(Lm;[Ljava/lang/String;I)Vintermediary method_3084Lnet/minecraft/class_883;method_3084(Lnet/minecraft/class_1659;[Ljava/lang/String;I)Vnamed method_3084Lnet/minecraft/server/command/ScoreboardCommand;method_3084(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;I)V
-
method_3085
protected void method_3085(CommandSource commandSource, String[] string, int int2) throws CommandException- Throws:
CommandException- Mappings:
Namespace Name Mixin selector official kLbc;k(Lm;[Ljava/lang/String;I)Vintermediary method_3085Lnet/minecraft/class_883;method_3085(Lnet/minecraft/class_1659;[Ljava/lang/String;I)Vnamed method_3085Lnet/minecraft/server/command/ScoreboardCommand;method_3085(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;I)V
-
method_3086
protected void method_3086(CommandSource commandSource, String[] string, int int2) throws CommandException- Throws:
CommandException- Mappings:
Namespace Name Mixin selector official lLbc;l(Lm;[Ljava/lang/String;I)Vintermediary method_3086Lnet/minecraft/class_883;method_3086(Lnet/minecraft/class_1659;[Ljava/lang/String;I)Vnamed method_3086Lnet/minecraft/server/command/ScoreboardCommand;method_3086(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;I)V
-
method_3087
protected void method_3087(CommandSource commandSource, String[] string, int int2) throws CommandException- Throws:
CommandException- Mappings:
Namespace Name Mixin selector official mLbc;m(Lm;[Ljava/lang/String;I)Vintermediary method_3087Lnet/minecraft/class_883;method_3087(Lnet/minecraft/class_1659;[Ljava/lang/String;I)Vnamed method_3087Lnet/minecraft/server/command/ScoreboardCommand;method_3087(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;I)V
-
method_3088
protected void method_3088(CommandSource commandSource, String[] string, int int2) throws CommandException- Throws:
CommandException- Mappings:
Namespace Name Mixin selector official nLbc;n(Lm;[Ljava/lang/String;I)Vintermediary method_3088Lnet/minecraft/class_883;method_3088(Lnet/minecraft/class_1659;[Ljava/lang/String;I)Vnamed method_3088Lnet/minecraft/server/command/ScoreboardCommand;method_3088(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;I)V
-
method_3089
protected void method_3089(CommandSource commandSource, String[] string, int int2) throws CommandException- Throws:
CommandException- Mappings:
Namespace Name Mixin selector official oLbc;o(Lm;[Ljava/lang/String;I)Vintermediary method_3089Lnet/minecraft/class_883;method_3089(Lnet/minecraft/class_1659;[Ljava/lang/String;I)Vnamed method_3089Lnet/minecraft/server/command/ScoreboardCommand;method_3089(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;I)V
-
method_3090
protected void method_3090(CommandSource commandSource, String[] string, int int2) throws CommandException- Throws:
CommandException- Mappings:
Namespace Name Mixin selector official pLbc;p(Lm;[Ljava/lang/String;I)Vintermediary method_3090Lnet/minecraft/class_883;method_3090(Lnet/minecraft/class_1659;[Ljava/lang/String;I)Vnamed method_3090Lnet/minecraft/server/command/ScoreboardCommand;method_3090(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;I)V
-
getAutoCompleteHints
- Specified by:
getAutoCompleteHintsin interfaceCommand- Overrides:
getAutoCompleteHintsin classAbstractCommand- Mappings:
Namespace Name Mixin selector official aLk;a(Lm;[Ljava/lang/String;Lcj;)Ljava/util/List;intermediary method_5886Lnet/minecraft/class_1606;method_5886(Lnet/minecraft/class_1659;[Ljava/lang/String;Lnet/minecraft/class_1372;)Ljava/util/List;named getAutoCompleteHintsLnet/minecraft/command/Command;getAutoCompleteHints(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;)Ljava/util/List;
-
method_3069
- Mappings:
Namespace Name Mixin selector official aLbc;a(Z)Ljava/util/List;intermediary method_3069Lnet/minecraft/class_883;method_3069(Z)Ljava/util/List;named method_3069Lnet/minecraft/server/command/ScoreboardCommand;method_3069(Z)Ljava/util/List;
-
method_3076
- Mappings:
Namespace Name Mixin selector official eLbc;e()Ljava/util/List;intermediary method_3076Lnet/minecraft/class_883;method_3076()Ljava/util/List;named method_3076Lnet/minecraft/server/command/ScoreboardCommand;method_3076()Ljava/util/List;
-
isUsernameAtIndex
- Specified by:
isUsernameAtIndexin interfaceCommand- Overrides:
isUsernameAtIndexin classAbstractCommand- Mappings:
Namespace Name Mixin selector official bLk;b([Ljava/lang/String;I)Zintermediary method_5888Lnet/minecraft/class_1606;method_5888([Ljava/lang/String;I)Znamed isUsernameAtIndexLnet/minecraft/command/Command;isUsernameAtIndex([Ljava/lang/String;I)Z
-