Package | Description |
---|---|
net.minecraft.command.arguments | |
net.minecraft.command.impl | |
net.minecraft.scoreboard |
Modifier and Type | Method and Description |
---|---|
default void |
OperationArgument.IIntOperation.apply(Score p_apply_1_,
Score p_apply_2_) |
void |
OperationArgument.IOperation.apply(Score p_apply_1_,
Score p_apply_2_) |
Modifier and Type | Method and Description |
---|---|
private static Score |
TriggerCommand.checkValidTrigger(ServerPlayerEntity player,
ScoreObjective objective) |
Modifier and Type | Method and Description |
---|---|
private static int |
TriggerCommand.addToTrigger(CommandSource source,
Score objective,
int amount) |
private static int |
TriggerCommand.incrementTrigger(CommandSource source,
Score objectives) |
private static int |
TriggerCommand.setTrigger(CommandSource source,
Score objective,
int value) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,java.util.Map<ScoreObjective,Score>> |
Scoreboard.entitiesScoreObjectives |
static java.util.Comparator<Score> |
Score.SCORE_COMPARATOR |
Modifier and Type | Method and Description |
---|---|
Score |
Scoreboard.getOrCreateScore(java.lang.String username,
ScoreObjective objective) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<ScoreObjective,Score> |
Scoreboard.getObjectivesForEntity(java.lang.String name) |
java.util.Collection<Score> |
Scoreboard.getSortedScores(ScoreObjective objective) |
Modifier and Type | Method and Description |
---|---|
void |
ServerScoreboard.onScoreChanged(Score scoreIn) |
void |
Scoreboard.onScoreChanged(Score scoreIn) |
Modifier and Type | Method and Description |
---|---|
void |
Scoreboard.forAllObjectives(ScoreCriteria p_197893_1_,
java.lang.String p_197893_2_,
java.util.function.Consumer<Score> p_197893_3_) |