LeviLamina
Loading...
Searching...
No Matches
TeleportDescription.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
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36 // vIndex: 0
37 virtual char const* getJsonName() const /*override*/;
38
39 // vIndex: 2
40 virtual void deserializeData(::DeserializeDataParams deserializeDataParams) /*override*/;
41
42 // vIndex: 1
43 virtual ~TeleportDescription() /*override*/;
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCFOLD void $dtor();
50 // NOLINTEND
51
52public:
53 // virtual function thunks
54 // NOLINTBEGIN
55 MCAPI char const* $getJsonName() const;
56
57 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
58 // NOLINTEND
59
60public:
61 // vftables
62 // NOLINTBEGIN
63 MCAPI static void** $vftable();
64 // NOLINTEND
65};
Definition ActorComponentDescription.h:8
Definition DeserializeDataParams.h:15
Definition TeleportDescription.h:13
Definition Alias.h:14