LeviLamina
Loading...
Searching...
No Matches
ScoreboardIdentityRef.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/scores/PlayerScoreSetFunction.h"
7#include "mc/world/scores/ScoreboardId.h"
8#include "mc/world/scores/ScoreboardOperationResult.h"
9
10// auto generated forward declare list
11// clang-format off
12class Objective;
13class Scoreboard;
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, uint> mObjectiveReferences;
21 ::ll::TypedStorage<8, 16, ::ScoreboardId> mScoreboardId;
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI ::ScoreboardOperationResult
28 modifyScoreInObjective(int& result, ::Objective& objective, int score, ::PlayerScoreSetFunction fn);
29
30 MCAPI bool removeFromObjective(::Scoreboard& scoreboard, ::Objective& objective);
31 // NOLINTEND
32
33public:
34 // static variables
35 // NOLINTBEGIN
36 MCAPI static ::ScoreboardIdentityRef const& Undefined();
37 // NOLINTEND
38};
Definition Objective.h:15
Definition ScoreboardIdentityRef.h:16
Definition Scoreboard.h:32