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