LeviLamina
Loading...
Searching...
No Matches
DecrementStackEventResponse.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
DecrementStackEventResponse
:
public
::EventResponse
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<1, 1, bool> mIgnoreGameMode;
22
// NOLINTEND
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
// vIndex: 1
28
virtual ::std::string
const
& getName()
const
/*override*/
;
29
30
// vIndex: 2
31
virtual
void
executeAction(
::RenderParams
& params)
const
/*override*/
;
32
33
// vIndex: 3
34
virtual
void
buildSchema(
35
::std::shared_ptr<
::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::EventResponseCollection>
>& schema,
36
::Factory<::EventResponse>
const
& factory
37
)
const
/*override*/
;
38
39
// vIndex: 0
40
virtual
~DecrementStackEventResponse
()
/*override*/
=
default
;
41
// NOLINTEND
42
43
public
:
44
// static variables
45
// NOLINTBEGIN
46
MCAPI static ::std::string
const
& NameID();
47
// NOLINTEND
48
49
public
:
50
// destructor thunk
51
// NOLINTBEGIN
52
53
// NOLINTEND
54
55
public
:
56
// virtual function thunks
57
// NOLINTBEGIN
58
MCAPI ::std::string
const
& $getName()
const
;
59
60
MCAPI
void
$executeAction(
::RenderParams
& params)
const
;
61
62
MCAPI
void
$buildSchema(
63
::std::shared_ptr<
::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::EventResponseCollection>
>& schema,
64
::Factory<::EventResponse>
const
& factory
65
)
const
;
66
// NOLINTEND
67
68
public
:
69
// vftables
70
// NOLINTBEGIN
71
MCAPI
static
void
** $vftable();
72
// NOLINTEND
73
};
DecrementStackEventResponse
Definition
DecrementStackEventResponse.h:17
EventResponse
Definition
EventResponse.h:16
Factory
Definition
Factory.h:6
JsonUtil::JsonSchemaObjectNode
Definition
JsonSchemaObjectNode.h:8
RenderParams
Definition
RenderParams.h:30
EventResponseCollection
Definition
EventResponseCollection.h:10
src
mc
world
response
DecrementStackEventResponse.h
Generated on Sat Apr 26 2025 05:56:33 for LeviLamina by
1.12.0