15 ::ll::TypedStorage<8, 8, int64> mRawID;
16 ::ll::TypedStorage<8, 8, ::IdentityDefinition*> mIdentityDef;
20 bool operator==(
ScoreboardId const& other)
const {
return mRawID == other.mRawID; }
25 MCAPI static ::ScoreboardId& INVALID();
33 MCFOLD
void* $ctor(int64 bytes);