LeviLamina
Loading...
Searching...
No Matches
SetBlock.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/level/block/BlockDescriptor.h"
9
#include "mc/world/response/EventResponse.h"
10
11
// auto generated forward declare list
12
// clang-format off
13
class
RenderParams
;
14
struct
EventResponseCollection
;
15
namespace
JsonUtil {
class
EmptyClass
; }
16
// clang-format on
17
18
class
SetBlock
:
public
::EventResponse
{
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::TypedStorage<8, 176, ::BlockDescriptor> mBlockType;
23
// NOLINTEND
24
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
virtual ::std::string
const
& getName()
const
/*override*/
;
29
30
virtual
void
executeAction(
::RenderParams
& params)
const
/*override*/
;
31
32
virtual
void
buildSchema(
33
::std::shared_ptr<
::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::EventResponseCollection>
>& root,
34
::Factory<::EventResponse>
const
& factory
35
)
const
/*override*/
;
36
// NOLINTEND
37
38
public
:
39
// static variables
40
// NOLINTBEGIN
41
MCAPI static ::std::string
const
& NameID();
42
// NOLINTEND
43
44
public
:
45
// virtual function thunks
46
// NOLINTBEGIN
47
MCAPI ::std::string
const
& $getName()
const
;
48
49
MCAPI
void
$executeAction(
::RenderParams
& params)
const
;
50
51
MCAPI
void
$buildSchema(
52
::std::shared_ptr<
::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::EventResponseCollection>
>& root,
53
::Factory<::EventResponse>
const
& factory
54
)
const
;
55
56
57
// NOLINTEND
58
59
public
:
60
// vftables
61
// NOLINTBEGIN
62
MCNAPI
static
void
**
$vftable
();
63
// NOLINTEND
64
};
EventResponse
Definition
EventResponse.h:17
Factory
Definition
Factory.h:6
JsonUtil::EmptyClass
Definition
EmptyClass.h:7
JsonUtil::JsonSchemaObjectNode
Definition
JsonSchemaObjectNode.h:8
RenderParams
Definition
RenderParams.h:30
SetBlock
Definition
SetBlock.h:18
SetBlock::$vftable
static MCAPI void ** $vftable()
EventResponseCollection
Definition
EventResponseCollection.h:16
src
mc
world
level
block
events
responses
SetBlock.h
Generated on
for LeviLamina by
1.16.1