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/util/WeightedChoices.h"
7#include "mc/world/actor/ActorComponentDescription.h"
8
9// auto generated forward declare list
10// clang-format off
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 24, ::WeightedChoices<::ActorDefinitionTrigger>> mReactionChoices;
20 ::ll::TypedStorage<4, 4, float> mKnockbackStrength;
21 // NOLINTEND
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual char const* getJsonName() const /*override*/;
27
28 virtual void deserializeData(::DeserializeDataParams deserializeDataParams) /*override*/;
29
30 virtual ~IllagerBeastBlockedDescription() /*override*/;
31 // NOLINTEND
32
33public:
34 // destructor thunk
35 // NOLINTBEGIN
36 MCAPI void $dtor();
37 // NOLINTEND
38
39public:
40 // virtual function thunks
41 // NOLINTBEGIN
42 MCAPI char const* $getJsonName() const;
43
44 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
45
46
47 // NOLINTEND
48
49public:
50 // vftables
51 // NOLINTBEGIN
52 MCNAPI static void** $vftable();
53 // NOLINTEND
54};
Definition ActorDefinitionTrigger.h:9
Definition ActorComponentDescription.h:8
Definition DeserializeDataParams.h:16
Definition IllagerBeastBlockedDescription.h:15
static MCAPI void ** $vftable()