LeviLamina
Loading...
Searching...
No Matches
ContainerDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/ActorComponentDescription.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 0
35 virtual char const* getJsonName() const /*override*/;
36
37 // vIndex: 2
38 virtual void deserializeData(::DeserializeDataParams deserializeDataParams) /*override*/;
39
40 // vIndex: 1
41 virtual ~ContainerDescription() /*override*/;
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCFOLD void $dtor();
48 // NOLINTEND
49
50public:
51 // virtual function thunks
52 // NOLINTBEGIN
53 MCAPI char const* $getJsonName() const;
54
55 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCAPI static void** $vftable();
62 // NOLINTEND
63};
Definition ActorComponentDescription.h:8
Definition ContainerDescription.h:13
Definition DeserializeDataParams.h:15
Definition Alias.h:14