Uses of Class
net.minecraft.scoreboard.ScoreObjective
-
-
Uses of ScoreObjective in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type ScoreObjective Modifier and Type Method Description protected void
IngameGui. displayScoreboardSidebar(MatrixStack p_238447_1_, ScoreObjective p_238447_2_)
-
Uses of ScoreObjective in net.minecraft.client.gui.overlay
Methods in net.minecraft.client.gui.overlay with parameters of type ScoreObjective Modifier and Type Method Description void
PlayerTabOverlayGui. render(MatrixStack p_238523_1_, int p_238523_2_, Scoreboard p_238523_3_, ScoreObjective p_238523_4_)
private void
PlayerTabOverlayGui. renderTablistScore(ScoreObjective p_175247_1_, int p_175247_2_, java.lang.String p_175247_3_, int p_175247_4_, int p_175247_5_, NetworkPlayerInfo p_175247_6_, MatrixStack p_175247_7_)
-
Uses of ScoreObjective in net.minecraft.command.arguments
Methods in net.minecraft.command.arguments that return ScoreObjective Modifier and Type Method Description static ScoreObjective
ObjectiveArgument. getObjective(com.mojang.brigadier.context.CommandContext<CommandSource> p_197158_0_, java.lang.String p_197158_1_)
static ScoreObjective
ObjectiveArgument. getWritableObjective(com.mojang.brigadier.context.CommandContext<CommandSource> p_197156_0_, java.lang.String p_197156_1_)
-
Uses of ScoreObjective in net.minecraft.command.impl
Methods in net.minecraft.command.impl with parameters of type ScoreObjective Modifier and Type Method Description private static int
ScoreboardCommand. addScore(CommandSource p_198633_0_, java.util.Collection<java.lang.String> p_198633_1_, ScoreObjective p_198633_2_, int p_198633_3_)
private static int
ScoreboardCommand. enableTrigger(CommandSource p_198644_0_, java.util.Collection<java.lang.String> p_198644_1_, ScoreObjective p_198644_2_)
private static int
ScoreboardCommand. getScore(CommandSource p_198634_0_, java.lang.String p_198634_1_, ScoreObjective p_198634_2_)
private static Score
TriggerCommand. getScore(ServerPlayerEntity p_198848_0_, ScoreObjective p_198848_1_)
private static int
ScoreboardCommand. performOperation(CommandSource p_198658_0_, java.util.Collection<java.lang.String> p_198658_1_, ScoreObjective p_198658_2_, OperationArgument.IOperation p_198658_3_, java.util.Collection<java.lang.String> p_198658_4_, ScoreObjective p_198658_5_)
private static int
ScoreboardCommand. removeObjective(CommandSource p_198637_0_, ScoreObjective p_198637_1_)
private static int
ScoreboardCommand. removeScore(CommandSource p_198651_0_, java.util.Collection<java.lang.String> p_198651_1_, ScoreObjective p_198651_2_, int p_198651_3_)
private static int
ScoreboardCommand. resetScore(CommandSource p_198656_0_, java.util.Collection<java.lang.String> p_198656_1_, ScoreObjective p_198656_2_)
private static int
ScoreboardCommand. setDisplayName(CommandSource p_211749_0_, ScoreObjective p_211749_1_, ITextComponent p_211749_2_)
private static int
ScoreboardCommand. setDisplaySlot(CommandSource p_198659_0_, int p_198659_1_, ScoreObjective p_198659_2_)
private static int
ScoreboardCommand. setRenderType(CommandSource p_211910_0_, ScoreObjective p_211910_1_, ScoreCriteria.RenderType p_211910_2_)
private static int
ScoreboardCommand. setScore(CommandSource p_198653_0_, java.util.Collection<java.lang.String> p_198653_1_, ScoreObjective p_198653_2_, int p_198653_3_)
private static CommandSource
ExecuteCommand. storeValue(CommandSource p_209930_0_, java.util.Collection<java.lang.String> p_209930_1_, ScoreObjective p_209930_2_, boolean p_209930_3_)
-
Uses of ScoreObjective in net.minecraft.network.play.server
Constructors in net.minecraft.network.play.server with parameters of type ScoreObjective Constructor Description SDisplayObjectivePacket(int p_i46918_1_, ScoreObjective p_i46918_2_)
SScoreboardObjectivePacket(ScoreObjective p_i46910_1_, int p_i46910_2_)
-
Uses of ScoreObjective in net.minecraft.scoreboard
Fields in net.minecraft.scoreboard declared as ScoreObjective Modifier and Type Field Description private ScoreObjective[]
Scoreboard. displayObjectives
private ScoreObjective
Score. objective
Fields in net.minecraft.scoreboard with type parameters of type ScoreObjective Modifier and Type Field Description private java.util.Map<ScoreCriteria,java.util.List<ScoreObjective>>
Scoreboard. objectivesByCriteria
private java.util.Map<java.lang.String,ScoreObjective>
Scoreboard. objectivesByName
private java.util.Map<java.lang.String,java.util.Map<ScoreObjective,Score>>
Scoreboard. playerScores
private java.util.Set<ScoreObjective>
ServerScoreboard. trackedObjectives
Methods in net.minecraft.scoreboard that return ScoreObjective 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_)
ScoreObjective
Scoreboard. getDisplayObjective(int p_96539_1_)
ScoreObjective
Score. getObjective()
ScoreObjective
Scoreboard. getObjective(java.lang.String p_96518_1_)
ScoreObjective
Scoreboard. getOrCreateObjective(java.lang.String p_197899_1_)
Methods in net.minecraft.scoreboard that return types with arguments of type ScoreObjective Modifier and Type Method Description java.util.Collection<ScoreObjective>
Scoreboard. getObjectives()
java.util.Map<ScoreObjective,Score>
Scoreboard. getPlayerScores(java.lang.String p_96510_1_)
Methods in net.minecraft.scoreboard with parameters of type ScoreObjective Modifier and Type Method Description int
ServerScoreboard. getObjectiveDisplaySlotCount(ScoreObjective p_96552_1_)
Score
Scoreboard. getOrCreatePlayerScore(java.lang.String p_96529_1_, ScoreObjective p_96529_2_)
java.util.Collection<Score>
Scoreboard. getPlayerScores(ScoreObjective p_96534_1_)
java.util.List<IPacket<?>>
ServerScoreboard. getStartTrackingPackets(ScoreObjective p_96550_1_)
java.util.List<IPacket<?>>
ServerScoreboard. getStopTrackingPackets(ScoreObjective p_96548_1_)
boolean
Scoreboard. hasPlayerScore(java.lang.String p_178819_1_, ScoreObjective p_178819_2_)
void
Scoreboard. onObjectiveAdded(ScoreObjective p_96522_1_)
void
ServerScoreboard. onObjectiveAdded(ScoreObjective p_96522_1_)
void
Scoreboard. onObjectiveChanged(ScoreObjective p_199869_1_)
void
ServerScoreboard. onObjectiveChanged(ScoreObjective p_199869_1_)
void
Scoreboard. onObjectiveRemoved(ScoreObjective p_96533_1_)
void
ServerScoreboard. onObjectiveRemoved(ScoreObjective p_96533_1_)
void
Scoreboard. onPlayerScoreRemoved(java.lang.String p_178820_1_, ScoreObjective p_178820_2_)
void
ServerScoreboard. onPlayerScoreRemoved(java.lang.String p_178820_1_, ScoreObjective p_178820_2_)
void
Scoreboard. removeObjective(ScoreObjective p_96519_1_)
void
Scoreboard. resetPlayerScore(java.lang.String p_178822_1_, ScoreObjective p_178822_2_)
void
Scoreboard. setDisplayObjective(int p_96530_1_, ScoreObjective p_96530_2_)
void
ServerScoreboard. setDisplayObjective(int p_96530_1_, ScoreObjective p_96530_2_)
void
ServerScoreboard. startTrackingObjective(ScoreObjective p_96549_1_)
void
ServerScoreboard. stopTrackingObjective(ScoreObjective p_96546_1_)
Constructors in net.minecraft.scoreboard with parameters of type ScoreObjective Constructor Description Score(Scoreboard p_i2309_1_, ScoreObjective p_i2309_2_, java.lang.String p_i2309_3_)
-