LeviLamina
Loading...
Searching...
No Matches
RemoveMobEffectResponse.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/utility/json_utils/JsonSchemaObjectNode.h"
7
#include "mc/util/Factory.h"
8
#include "mc/world/response/EventResponse.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
RenderParams
;
13
struct
EventResponseCollection
;
14
namespace
JsonUtil {
class
EmptyClass; }
15
// clang-format on
16
17
class
RemoveMobEffectResponse
:
public
::EventResponse
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::UntypedStorage<8, 32>
mUnk4f6204;
22
::ll::UntypedStorage<2, 2>
mUnk32dc0f;
23
// NOLINTEND
24
25
public
:
26
// prevent constructor by default
27
RemoveMobEffectResponse
& operator=(
RemoveMobEffectResponse
const
&);
28
RemoveMobEffectResponse
(
RemoveMobEffectResponse
const
&);
29
RemoveMobEffectResponse
();
30
31
public
:
32
// virtual functions
33
// NOLINTBEGIN
34
// vIndex: 1
35
virtual ::std::string
const
& getName()
const
/*override*/
;
36
37
// vIndex: 2
38
virtual
void
executeAction(
::RenderParams
& params)
const
/*override*/
;
39
40
// vIndex: 3
41
virtual
void
buildSchema(
42
::std::shared_ptr<
::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::EventResponseCollection>
>& schema,
43
::Factory<::EventResponse>
const
& factory
44
)
const
/*override*/
;
45
46
// vIndex: 0
47
virtual
~RemoveMobEffectResponse
()
/*override*/
=
default
;
48
// NOLINTEND
49
50
public
:
51
// static variables
52
// NOLINTBEGIN
53
MCAPI static ::std::string
const
& NameID();
54
// NOLINTEND
55
56
public
:
57
// destructor thunk
58
// NOLINTBEGIN
59
60
// NOLINTEND
61
62
public
:
63
// virtual function thunks
64
// NOLINTBEGIN
65
MCAPI ::std::string
const
& $getName()
const
;
66
67
MCAPI
void
$executeAction(
::RenderParams
& params)
const
;
68
69
MCAPI
void
$buildSchema(
70
::std::shared_ptr<
::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::EventResponseCollection>
>& schema,
71
::Factory<::EventResponse>
const
& factory
72
)
const
;
73
// NOLINTEND
74
75
public
:
76
// vftables
77
// NOLINTBEGIN
78
MCAPI
static
void
** $vftable();
79
// NOLINTEND
80
};
EventResponse
Definition
EventResponse.h:16
Factory
Definition
Factory.h:6
JsonUtil::JsonSchemaObjectNode
Definition
JsonSchemaObjectNode.h:8
RemoveMobEffectResponse
Definition
RemoveMobEffectResponse.h:17
RenderParams
Definition
RenderParams.h:30
EventResponseCollection
Definition
EventResponseCollection.h:10
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
response
RemoveMobEffectResponse.h
Generated on Sat Apr 26 2025 05:56:33 for LeviLamina by
1.12.0