LeviLamina
Loading...
Searching...
No Matches
DisplayObjective.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/scores/ObjectiveSortOrder.h"
7
8// auto generated forward declare list
9// clang-format off
10class Objective;
11struct ScoreboardId;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 8, ::Objective const*> mObjective;
19 ::ll::TypedStorage<1, 1, ::ObjectiveSortOrder> mSortOrder;
20 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCAPI ::std::string const getBelowNameStringForId(::ScoreboardId const& scoreboardId) const;
26 // NOLINTEND
27};
Definition DisplayObjective.h:14
Definition Objective.h:17
Definition ScoreboardId.h:10