59 MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboardObjective>
60 _getOrCreateScoreboardObjective(
::Objective const& objective);
62 MCAPI ::Scripting::Result_deprecated<
64 addObjective(::std::string
const& objectiveId, ::std::optional<::std::string>
const& displayName);
66 MCAPI ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboardObjective>>
67 clearObjectiveAtDisplaySlot(::ScriptModuleMinecraft::ScriptDisplayObjectiveSlotId displaySlotId);
69 MCAPI ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboardObjective>>
70 getObjective(::std::string
const& objectiveId);
72 MCAPI ::std::optional<::ScriptModuleMinecraft::ScriptScoreboardObjectiveDisplayOptions>
73 getObjectiveAtDisplaySlot(::ScriptModuleMinecraft::ScriptDisplayObjectiveSlotId displaySlotId);
75 MCAPI ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboardObjective>>
78 MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboardIdentity>
81 MCAPI ::ScoreboardIdentityRef* getOrCreateScoreboardIdentityRef(
85 ::std::string>
const& participant
88 MCAPI ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboardIdentity>>
93 MCAPI ::Scripting::Result_deprecated<bool>
94 removeObjective(::std::variant<
96 ::std::string>
const& objectiveId);
98 MCAPI ::Scripting::Result_deprecated<
99 ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboardObjective>>>
100 setObjectiveAtDisplaySlot(
101 ::ScriptModuleMinecraft::ScriptDisplayObjectiveSlotId displaySlotId,
105 MCAPI ::ScoreboardIdentityRef* tryGetScoreboardParticipantIdentityRef(
109 ::std::string>
const& participant
112 MCAPI ::std::optional<::ScoreboardId> tryGetScoreboardParticipantScoreboardId(
116 ::std::string>
const& participant
123 MCAPI static ::Scripting::ClassBindingBuilder<::ScriptModuleMinecraft::ScriptScoreboard> bind();
141 MCAPI
static void** $vftable();