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