LeviLamina
Loading...
Searching...
No Matches
SetBlockState.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/util/Factory.h"
7
#include "mc/util/json_util/JsonSchemaObjectNode.h"
8
#include "mc/world/response/EventResponse.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
ExpressionNode
;
13
class
RenderParams
;
14
struct
EventResponseCollection
;
15
namespace
JsonUtil {
class
EmptyClass; }
16
// clang-format on
17
18
class
SetBlockState
:
public
::EventResponse
{
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::TypedStorage<8, 24, ::std::vector<::std::pair<::std::string, ::ExpressionNode>>> mPropertyExpressions;
23
// NOLINTEND
24
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
// vIndex: 1
29
virtual ::std::string
const
& getName()
const
/*override*/
;
30
31
// vIndex: 2
32
virtual
void
executeAction(
::RenderParams
& params)
const
/*override*/
;
33
34
// vIndex: 3
35
virtual
void
buildSchema(
36
::std::shared_ptr<
::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::EventResponseCollection>
>& schema,
37
::Factory<::EventResponse>
const
& factory
38
)
const
/*override*/
;
39
40
// vIndex: 0
41
virtual
~SetBlockState
()
/*override*/
=
default
;
42
// NOLINTEND
43
44
public
:
45
// static variables
46
// NOLINTBEGIN
47
MCAPI static ::std::string
const
& NameID();
48
// NOLINTEND
49
50
public
:
51
// virtual function thunks
52
// NOLINTBEGIN
53
MCAPI ::std::string
const
& $getName()
const
;
54
55
MCAPI
void
$executeAction(
::RenderParams
& params)
const
;
56
57
MCAPI
void
$buildSchema(
58
::std::shared_ptr<
::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::EventResponseCollection>
>& schema,
59
::Factory<::EventResponse>
const
& factory
60
)
const
;
61
// NOLINTEND
62
63
public
:
64
// vftables
65
// NOLINTBEGIN
66
MCNAPI
static
void
**
$vftable
();
67
// NOLINTEND
68
};
EventResponse
Definition
EventResponse.h:16
ExpressionNode
Definition
ExpressionNode.h:28
Factory
Definition
Factory.h:6
JsonUtil::JsonSchemaObjectNode
Definition
JsonSchemaObjectNode.h:8
RenderParams
Definition
RenderParams.h:30
SetBlockState
Definition
SetBlockState.h:18
SetBlockState::$vftable
static MCAPI void ** $vftable()
EventResponseCollection
Definition
EventResponseCollection.h:10
src-server
mc
world
level
block
events
responses
SetBlockState.h
Generated on Sun Oct 12 2025 06:32:28 for LeviLamina by
1.12.0