3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/scores/ObjectiveSortOrder.h"
20 ::ll::TypedStorage<8, 8, ::Objective const*> mObjective;
21 ::ll::TypedStorage<1, 1, ::ObjectiveSortOrder> mSortOrder;
34 MCNAPI
bool isValid()
const;
Definition CompoundTag.h:23
Definition DisplayObjective.h:16
static MCAPI ::DisplayObjective deserialize(::CompoundTag const &dataTag, ::Scoreboard const &owner)
MCAPI::ObjectiveSortOrder getSortOrder() const
MCAPI::std::string const getBelowNameStringForId(::ScoreboardId const &scoreboardId) const
static MCAPI ::std::unique_ptr<::CompoundTag > serialize(::DisplayObjective const &toSave)
MCAPI::Objective const & getObjective() const
Definition Objective.h:17
Definition Scoreboard.h:35
Definition ScoreboardId.h:11