19 ::ll::TypedStorage<8, 64, ::std::unordered_map<::ScoreboardId, int>> mScores;
20 ::ll::TypedStorage<8, 32, ::std::string const> mName;
21 ::ll::TypedStorage<8, 32, ::std::string> mDisplayName;
22 ::ll::TypedStorage<8, 8, ::ObjectiveCriteria const&> mCriteria;
27 auto it = mScores->find(
id);
28 if (it == mScores->end()) {
36 Objective& operator=(Objective
const&);
37 Objective(Objective
const&);
46 MCAPI ::std::vector<::ScoreboardId> getPlayers()
const;