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
13class RenderParams;
15namespace JsonUtil { class EmptyClass; }
16// clang-format on
17
18class SetBlock : public ::EventResponse {
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 176, ::BlockDescriptor> mBlockType;
23 // NOLINTEND
24
25public:
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(
34 ::Factory<::EventResponse> const& factory
35 ) const /*override*/;
36 // NOLINTEND
37
38public:
39 // static variables
40 // NOLINTBEGIN
41 MCAPI static ::std::string const& NameID();
42 // NOLINTEND
43
44public:
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(
53 ::Factory<::EventResponse> const& factory
54 ) const;
55
56
57 // NOLINTEND
58
59public:
60 // vftables
61 // NOLINTBEGIN
62 MCNAPI static void** $vftable();
63 // NOLINTEND
64};
Definition EventResponse.h:17
Definition Factory.h:6
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition RenderParams.h:30
Definition SetBlock.h:18
static MCAPI void ** $vftable()
Definition EventResponseCollection.h:16