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, 184, ::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
37
virtual
~SetBlock
()
/*override*/
=
default
;
38
// NOLINTEND
39
40
public
:
41
// static variables
42
// NOLINTBEGIN
43
MCAPI static ::std::string
const
& NameID();
44
// NOLINTEND
45
46
public
:
47
// virtual function thunks
48
// NOLINTBEGIN
49
MCAPI ::std::string
const
&
$getName
()
const
;
50
51
MCAPI
void
$executeAction(
::RenderParams
& params)
const
;
52
53
MCAPI
void
$buildSchema(
54
::std::shared_ptr<
::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::EventResponseCollection>
>& root,
55
::Factory<::EventResponse>
const
& factory
56
)
const
;
57
58
59
// NOLINTEND
60
61
public
:
62
// vftables
63
// NOLINTBEGIN
64
MCNAPI
static
void
**
$vftable
();
65
// NOLINTEND
66
};
EventResponse
Definition
EventResponse.h:16
EventResponse::$getName
MCAPI::std::string const & $getName() const
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:10
src
mc
world
level
block
events
responses
SetBlock.h
Generated on
for LeviLamina by
1.16.1