LeviLamina
Loading...
Searching...
No Matches
SetDisplayObjectivePacketPayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/scores/ObjectiveSortOrder.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 32, ::std::string> mDisplaySlotName;
13 ::ll::TypedStorage<8, 32, ::std::string> mObjectiveName;
14 ::ll::TypedStorage<8, 32, ::std::string> mObjectiveDisplayName;
15 ::ll::TypedStorage<8, 32, ::std::string> mCriteriaName;
16 ::ll::TypedStorage<1, 1, ::ObjectiveSortOrder> mSortOrder;
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI ::SetDisplayObjectivePacketPayload& operator=(::SetDisplayObjectivePacketPayload&&);
28
29 MCAPI ::SetDisplayObjectivePacketPayload& operator=(::SetDisplayObjectivePacketPayload const&);
30
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCFOLD void $dtor();
38 // NOLINTEND
39};
Definition SetDisplayObjectivePacketPayload.h:8