Uses of Interface
net.minecraft.scoreboard.ScoreAccess
Packages that use ScoreAccess
Package
Description
-
Uses of ScoreAccess in net.minecraft.command.argument
Methods in net.minecraft.command.argument with parameters of type ScoreAccessModifier and TypeMethodDescriptiondefault void
OperationArgumentType.IntOperator.apply
(ScoreAccess a, ScoreAccess b) void
OperationArgumentType.Operation.apply
(ScoreAccess a, ScoreAccess b) -
Uses of ScoreAccess in net.minecraft.scoreboard
Methods in net.minecraft.scoreboard that return ScoreAccessModifier and TypeMethodDescriptionScoreboard.getOrCreateScore
(ScoreHolder scoreHolder, ScoreboardObjective objective) Scoreboard.getOrCreateScore
(ScoreHolder scoreHolder, ScoreboardObjective objective, boolean forceWritable) Method parameters in net.minecraft.scoreboard with type arguments of type ScoreAccessModifier and TypeMethodDescriptionfinal void
Scoreboard.forEachScore
(ScoreboardCriterion criterion, ScoreHolder scoreHolder, Consumer<ScoreAccess> action) -
Uses of ScoreAccess in net.minecraft.server.command
Methods in net.minecraft.server.command that return ScoreAccessModifier and TypeMethodDescriptionprivate static ScoreAccess
TriggerCommand.getScore
(Scoreboard scoreboard, ScoreHolder scoreHolder, ScoreboardObjective objective)