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 ScoreCriteriaObjectiveCriteriaArgument. getCriteria(com.mojang.brigadier.context.CommandContext<CommandSource> p_197161_0_, java.lang.String p_197161_1_)ScoreCriteriaObjectiveCriteriaArgument. 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 intScoreboardCommand. 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 voidServerPlayerEntity. handleTeamKill(java.lang.String p_195398_1_, java.lang.String p_195398_2_, ScoreCriteria[] p_195398_3_)private voidServerPlayerEntity. 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 ScoreCriteriaScoreCriteria. AIRstatic ScoreCriteriaScoreCriteria. ARMORprivate ScoreCriteriaScoreObjective. criteriastatic ScoreCriteriaScoreCriteria. DEATH_COUNTstatic ScoreCriteriaScoreCriteria. DUMMYstatic ScoreCriteriaScoreCriteria. EXPERIENCEstatic ScoreCriteriaScoreCriteria. FOODstatic ScoreCriteriaScoreCriteria. HEALTHstatic ScoreCriteriaScoreCriteria. KILL_COUNT_ALLstatic ScoreCriteriaScoreCriteria. KILL_COUNT_PLAYERSstatic ScoreCriteria[]ScoreCriteria. KILLED_BY_TEAMstatic ScoreCriteriaScoreCriteria. LEVELstatic ScoreCriteria[]ScoreCriteria. TEAM_KILLstatic ScoreCriteriaScoreCriteria. TRIGGERFields 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_NAMEprivate java.util.Map<ScoreCriteria,java.util.List<ScoreObjective>>Scoreboard. objectivesByCriteriaMethods in net.minecraft.scoreboard that return ScoreCriteria Modifier and Type Method Description ScoreCriteriaScoreObjective. 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 ScoreObjectiveScoreboard. addObjective(java.lang.String p_199868_1_, ScoreCriteria p_199868_2_, ITextComponent p_199868_3_, ScoreCriteria.RenderType p_199868_4_)voidScoreboard. 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 classStat<T>
-