LeviLamina
Loading...
Searching...
No Matches
ScorePacketInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/legacy/ActorUniqueID.h"
7#include "mc/world/scores/IdentityDefinition.h"
8#include "mc/world/scores/PlayerScoreboardId.h"
9#include "mc/world/scores/ScoreboardId.h"
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 16, ::ScoreboardId> mScoreboardId;
16 ::ll::TypedStorage<8, 32, ::std::string> mObjectiveName;
17 ::ll::TypedStorage<4, 4, int> mScoreValue;
18 ::ll::TypedStorage<1, 1, ::IdentityDefinition::Type> mIdentityType;
19 ::ll::TypedStorage<8, 8, ::PlayerScoreboardId> mPlayerId;
20 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mEntityId;
21 ::ll::TypedStorage<8, 32, ::std::string> mFakePlayerName;
22 // NOLINTEND
23
24public:
25 ScorePacketInfo& operator=(ScorePacketInfo const&) = default;
26 ScorePacketInfo(ScorePacketInfo const&) = default;
27 ScorePacketInfo() = default;
28
29public:
30 // member functions
31 // NOLINTBEGIN
33
34 MCAPI ~ScorePacketInfo();
35 // NOLINTEND
36
37public:
38 // constructor thunks
39 // NOLINTBEGIN
40 MCAPI void* $ctor(::ScorePacketInfo&&);
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCFOLD void $dtor();
47 // NOLINTEND
48};
Definition ScorePacketInfo.h:11