Uses of Interface
org.bukkit.scoreboard.Objective
Packages that use Objective
Package
Description
Interfaces used to manage the client side score display system.
-
Uses of Objective in moe.caramel.daydream.brigadier
Fields in moe.caramel.daydream.brigadier with type parameters of type ObjectiveModifier and TypeFieldDescriptionstatic final SimpleArgument<Objective> Arguments.OBJECTIVEDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of Objective in moe.caramel.daydream.packet
Methods in moe.caramel.daydream.packet with parameters of type ObjectiveModifier and TypeMethodDescriptiondefault SetDisplayObjectivePacketSetDisplayObjectivePacket.create(DisplaySlot slot, Objective objective) 패킷을 생성합니다. -
Uses of Objective in org.bukkit.scoreboard
Methods in org.bukkit.scoreboard that return ObjectiveModifier and TypeMethodDescriptionScore.getObjective()Gets the Objective being tracked by this ScoreScoreboard.getObjective(@NotNull String name) Gets an Objective on this Scoreboard by nameScoreboard.getObjective(@NotNull DisplaySlot slot) Gets the Objective currently displayed in a DisplaySlot on this ScoreboardScoreboard.registerNewObjective(@NotNull String name, @NotNull String criteria) Deprecated.a displayName should be explicitly specifiedScoreboard.registerNewObjective(@NotNull String name, @NotNull String criteria, @NotNull String displayName) Scoreboard.registerNewObjective(@NotNull String name, @NotNull String criteria, @NotNull String displayName, @NotNull RenderType renderType) Scoreboard.registerNewObjective(@NotNull String name, @NotNull String criteria, @Nullable Component displayName) Scoreboard.registerNewObjective(@NotNull String name, @NotNull String criteria, @Nullable Component displayName, @NotNull RenderType renderType) Scoreboard.registerNewObjective(@NotNull String name, @NotNull Criteria criteria, @NotNull String displayName) Deprecated.Scoreboard.registerNewObjective(@NotNull String name, @NotNull Criteria criteria, @NotNull String displayName, @NotNull RenderType renderType) Deprecated.Scoreboard.registerNewObjective(@NotNull String name, @NotNull Criteria criteria, @Nullable Component displayName) Registers an Objective on this ScoreboardScoreboard.registerNewObjective(@NotNull String name, @NotNull Criteria criteria, @Nullable Component displayName, @NotNull RenderType renderType) Registers an Objective on this ScoreboardMethods in org.bukkit.scoreboard that return types with arguments of type ObjectiveModifier and TypeMethodDescriptionScoreboard.getObjectives()Gets all Objectives on this ScoreboardScoreboard.getObjectivesByCriteria(@NotNull String criteria) Deprecated.Scoreboard.getObjectivesByCriteria(@NotNull Criteria criteria) Gets all Objectives of a Criteria on the Scoreboard