Uses of Class
net.minecraft.scoreboard.ScoreCriteria
-
Packages that use ScoreCriteria Package Description net.minecraft.command.arguments net.minecraft.command.impl net.minecraft.entity.player net.minecraft.scoreboard net.minecraft.stats -
-
Uses of ScoreCriteria in net.minecraft.command.arguments
Methods in net.minecraft.command.arguments that return ScoreCriteria Modifier and Type Method Description static ScoreCriteria
ObjectiveCriteriaArgument. getCriteria(com.mojang.brigadier.context.CommandContext<CommandSource> p_197161_0_, java.lang.String p_197161_1_)
ScoreCriteria
ObjectiveCriteriaArgument. parse(com.mojang.brigadier.StringReader p_parse_1_)
-
Uses of ScoreCriteria in net.minecraft.command.impl
Methods in net.minecraft.command.impl with parameters of type ScoreCriteria Modifier and Type Method Description private static int
ScoreboardCommand. addObjective(CommandSource p_198629_0_, java.lang.String p_198629_1_, ScoreCriteria p_198629_2_, ITextComponent p_198629_3_)
-
Uses of ScoreCriteria in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type ScoreCriteria Modifier and Type Method Description private void
ServerPlayerEntity. handleTeamKill(java.lang.String p_195398_1_, java.lang.String p_195398_2_, ScoreCriteria[] p_195398_3_)
private void
ServerPlayerEntity. updateScoreForCriteria(ScoreCriteria p_184849_1_, int p_184849_2_)
-
Uses of ScoreCriteria in net.minecraft.scoreboard
Fields in net.minecraft.scoreboard declared as ScoreCriteria Modifier and Type Field Description static ScoreCriteria
ScoreCriteria. AIR
static ScoreCriteria
ScoreCriteria. ARMOR
private ScoreCriteria
ScoreObjective. criteria
static ScoreCriteria
ScoreCriteria. DEATH_COUNT
static ScoreCriteria
ScoreCriteria. DUMMY
static ScoreCriteria
ScoreCriteria. EXPERIENCE
static ScoreCriteria
ScoreCriteria. FOOD
static ScoreCriteria
ScoreCriteria. HEALTH
static ScoreCriteria
ScoreCriteria. KILL_COUNT_ALL
static ScoreCriteria
ScoreCriteria. KILL_COUNT_PLAYERS
static ScoreCriteria[]
ScoreCriteria. KILLED_BY_TEAM
static ScoreCriteria
ScoreCriteria. LEVEL
static ScoreCriteria[]
ScoreCriteria. TEAM_KILL
static ScoreCriteria
ScoreCriteria. TRIGGER
Fields in net.minecraft.scoreboard with type parameters of type ScoreCriteria Modifier and Type Field Description static java.util.Map<java.lang.String,ScoreCriteria>
ScoreCriteria. CRITERIA_BY_NAME
private java.util.Map<ScoreCriteria,java.util.List<ScoreObjective>>
Scoreboard. objectivesByCriteria
Methods in net.minecraft.scoreboard that return ScoreCriteria Modifier and Type Method Description ScoreCriteria
ScoreObjective. getCriteria()
Methods in net.minecraft.scoreboard that return types with arguments of type ScoreCriteria Modifier and Type Method Description static java.util.Optional<ScoreCriteria>
ScoreCriteria. byName(java.lang.String p_216390_0_)
private static <T> java.util.Optional<ScoreCriteria>
ScoreCriteria. getStat(StatType<T> p_216391_0_, ResourceLocation p_216391_1_)
Methods in net.minecraft.scoreboard with parameters of type ScoreCriteria Modifier and Type Method Description ScoreObjective
Scoreboard. addObjective(java.lang.String p_199868_1_, ScoreCriteria p_199868_2_, ITextComponent p_199868_3_, ScoreCriteria.RenderType p_199868_4_)
void
Scoreboard. forAllObjectives(ScoreCriteria p_197893_1_, java.lang.String p_197893_2_, java.util.function.Consumer<Score> p_197893_3_)
Constructors in net.minecraft.scoreboard with parameters of type ScoreCriteria Constructor Description ScoreObjective(Scoreboard p_i49788_1_, java.lang.String p_i49788_2_, ScoreCriteria p_i49788_3_, ITextComponent p_i49788_4_, ScoreCriteria.RenderType p_i49788_5_)
-
Uses of ScoreCriteria in net.minecraft.stats
Subclasses of ScoreCriteria in net.minecraft.stats Modifier and Type Class Description class
Stat<T>
-