net.minecraft.server.command

public class ScoreboardCommand

extends AbstractCommand

All mapped superinterfaces:

Command

bc
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(m arg0)
method_3275(class_1061 arg0)
getUsage(CommandSource arg0)
getCommandUsage(ICommandSender arg0)
public void
a(m arg0, String[] arg1)
method_3279(class_1061 arg0, String[] arg1)
run(CommandSource arg0, String[] arg1)
processCommand(ICommandSender arg0, String[] arg1)
private boolean
b(m arg0, String[] arg1)
method_9646(class_1061 arg0, String[] arg1)
runWildcard(CommandSource source, String[] args)
func_175780_b(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)
getObjective(String name, boolean edit)
protected Team
e(String arg0)
method_5304(String arg0)
getTeam(String name)
getTeam(String name)
protected void
b(m 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
c(m arg0, String[] arg1, int arg2)
method_5308(class_1061 arg0, String[] arg1, int arg2)
addTeam(CommandSource source, String[] args, int index)
addTeam(ICommandSender sender, String[] args, int index)
protected void
d(m arg0, String[] arg1, int arg2)
method_5311(class_1061 arg0, String[] arg1, int arg2)
updateTeam(CommandSource source, String[] args, int index)
setTeamOption(ICommandSender sender, String[] args, int index)
protected void
e(m 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
f(m 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
g(m 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
h(m 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
i(m 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(m arg0, String arg1)
method_5312(class_1061 arg0, String arg1)
removeObjective(CommandSource source, String name)
removeObjective(ICommandSender arg0, String arg1)
protected void
d(m arg0)
method_5310(class_1061 arg0)
listObjectives(CommandSource source)
listObjectives(ICommandSender arg0)
protected void
j(m 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
k(m 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
l(m 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
m(m 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)
protected void
n(m arg0, String[] arg1, int arg2)
method_9648(class_1061 arg0, String[] arg1, int arg2)
enableTrigger(CommandSource source, String[] args, int index)
func_175779_n(ICommandSender arg0, String[] arg1, int arg2)
protected void
o(m arg0, String[] arg1, int arg2)
method_9649(class_1061 arg0, String[] arg1, int arg2)
testScore(CommandSource source, String[] args, int index)
func_175781_o(ICommandSender arg0, String[] arg1, int arg2)
protected void
p(m arg0, String[] arg1, int arg2)
method_9650(class_1061 arg0, String[] arg1, int arg2)
modifyScore(CommandSource source, String[] args, int index)
func_175778_p(ICommandSender arg0, String[] arg1, int arg2)
public List<String>
a(m arg0, String[] arg1, cj arg2)
method_10738(class_1061 arg0, String[] arg1, class_2552 arg2)
getSuggestions(CommandSource arg0, String[] arg1, BlockPos arg2)
addTabCompletionOptions(ICommandSender arg0, String[] arg1, BlockPos arg2)
protected List<String>
a(boolean arg0)
method_5306(boolean arg0)
getObjectives(boolean write)
func_147184_a(boolean arg0)
protected List<String>
e()
method_9647()
getTriggers()
func_175782_e()
public boolean
b(String[] arg0, int arg1)
method_4674(String[] arg0, int arg1)
hasTargetSelectorAt(String[] arg0, int arg1)
isUsernameIndex(String[] arg0, int arg1)