net.minecraft.server.command

public class ScoreboardCommand

extends AbstractCommand

All mapped superinterfaces:

Command

bk
net.minecraft.class_1546
net.minecraft.server.command.ScoreboardCommand
net.minecraft.command.server.CommandScoreboard

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public String
c()
method_3277()
getName()
getCommandName()
public int
a()
method_4634()
getRequiredPermissionLevel()
getRequiredPermissionLevel()
public String
c(ac arg0)
method_3275(class_1061 arg0)
getUsage(CommandSource arg0)
getCommandUsage(ICommandSender arg0)
public void
b(ac arg0, String[] arg1)
method_3279(class_1061 arg0, String[] arg1)
run(CommandSource arg0, String[] arg1)
processCommand(ICommandSender arg0, String[] arg1)
protected Scoreboard
d()
method_5309()
getScoreboard()
getScoreboard()
protected ScoreboardObjective
a(String arg0, boolean arg1)
method_5305(String arg0, boolean arg1)
getObjective(String name, boolean write)
func_147189_a(String name, boolean edit)
protected Team
a(String arg0)
method_5304(String arg0)
getTeam(String name)
func_147183_a(String name)
protected void
c(ac arg0, String[] arg1, int arg2)
method_5307(class_1061 arg0, String[] arg1, int arg2)
addObjective(CommandSource source, String[] args, int index)
addObjective(ICommandSender sender, String[] args, int index)
protected void
d(ac arg0, String[] arg1, int arg2)
method_5308(class_1061 arg0, String[] arg1, int arg2)
addTeam(CommandSource source, String[] args, int index)
addTeam(ICommandSender arg0, String[] arg1, int arg2)
protected void
e(ac arg0, String[] arg1, int arg2)
method_5311(class_1061 arg0, String[] arg1, int arg2)
updateTeam(CommandSource source, String[] args, int index)
setTeamOption(ICommandSender arg0, String[] arg1, int arg2)
protected void
f(ac arg0, String[] arg1, int arg2)
method_5313(class_1061 arg0, String[] arg1, int arg2)
removeTeam(CommandSource source, String[] args, int index)
removeTeam(ICommandSender arg0, String[] arg1, int arg2)
protected void
g(ac arg0, String[] arg1, int arg2)
method_5314(class_1061 arg0, String[] arg1, int arg2)
listTeams(CommandSource source, String[] args, int index)
listTeams(ICommandSender arg0, String[] arg1, int arg2)
protected void
h(ac arg0, String[] arg1, int arg2)
method_5315(class_1061 arg0, String[] arg1, int arg2)
joinTeam(CommandSource source, String[] args, int index)
joinTeam(ICommandSender arg0, String[] arg1, int arg2)
protected void
i(ac arg0, String[] arg1, int arg2)
method_5316(class_1061 arg0, String[] arg1, int arg2)
leaveTeam(CommandSource source, String[] args, int index)
leaveTeam(ICommandSender arg0, String[] arg1, int arg2)
protected void
j(ac arg0, String[] arg1, int arg2)
method_5317(class_1061 arg0, String[] arg1, int arg2)
emptyTeam(CommandSource source, String[] args, int index)
emptyTeam(ICommandSender arg0, String[] arg1, int arg2)
protected void
h(ac arg0, String arg1)
method_5312(class_1061 arg0, String arg1)
removeObjective(CommandSource source, String name)
removeObjective(ICommandSender arg0, String arg1)
protected void
d(ac arg0)
method_5310(class_1061 arg0)
listObjectives(CommandSource source)
listObjectives(ICommandSender arg0)
protected void
k(ac arg0, String[] arg1, int arg2)
method_5318(class_1061 arg0, String[] arg1, int arg2)
setDisplayObjective(CommandSource source, String[] args, int index)
setObjectiveDisplay(ICommandSender arg0, String[] arg1, int arg2)
protected void
l(ac arg0, String[] arg1, int arg2)
method_5319(class_1061 arg0, String[] arg1, int arg2)
listPlayers(CommandSource source, String[] args, int index)
listPlayers(ICommandSender arg0, String[] arg1, int arg2)
protected void
m(ac arg0, String[] arg1, int arg2)
method_5320(class_1061 arg0, String[] arg1, int arg2)
setScore(CommandSource source, String[] args, int index)
setPlayer(ICommandSender arg0, String[] arg1, int arg2)
protected void
n(ac arg0, String[] arg1, int arg2)
method_5321(class_1061 arg0, String[] arg1, int arg2)
resetScore(CommandSource source, String[] args, int index)
resetPlayers(ICommandSender arg0, String[] arg1, int arg2)
public List
a(ac arg0, String[] arg1)
method_3276(class_1061 arg0, String[] arg1)
getSuggestions(CommandSource arg0, String[] arg1)
addTabCompletionOptions(ICommandSender arg0, String[] arg1)
protected List
a(boolean arg0)
method_5306(boolean arg0)
getObjectives(boolean write)
func_147184_a(boolean arg0)
public boolean
a(String[] arg0, int arg1)
method_4674(String[] arg0, int arg1)
hasTargetSelectorAt(String[] arg0, int arg1)
isUsernameIndex(String[] arg0, int arg1)