LeviLamina
Loading...
Searching...
No Matches
DecrementStackEventResponse.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
12class RenderParams;
14namespace JsonUtil { class EmptyClass; }
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<1, 1, bool> mIgnoreGameMode;
22 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 // vIndex: 1
28 virtual ::std::string const& getName() const /*override*/;
29
30 // vIndex: 2
31 virtual void executeAction(::RenderParams& params) const /*override*/;
32
33 // vIndex: 3
34 virtual void buildSchema(
36 ::Factory<::EventResponse> const& factory
37 ) const /*override*/;
38
39 // vIndex: 0
40 virtual ~DecrementStackEventResponse() /*override*/ = default;
41 // NOLINTEND
42
43public:
44 // static variables
45 // NOLINTBEGIN
46 MCNAPI static ::std::string const& NameID();
47 // NOLINTEND
48
49public:
50 // virtual function thunks
51 // NOLINTBEGIN
52 MCNAPI ::std::string const& $getName() const;
53
54 MCNAPI void $executeAction(::RenderParams& params) const;
55
56 MCNAPI void $buildSchema(
58 ::Factory<::EventResponse> const& factory
59 ) const;
60 // NOLINTEND
61
62public:
63 // vftables
64 // NOLINTBEGIN
65 MCNAPI static void** $vftable();
66 // NOLINTEND
67};
Definition DecrementStackEventResponse.h:17
MCAPI void $executeAction(::RenderParams &params) const
MCAPI void $buildSchema(::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::EventResponseCollection > > &schema, ::Factory<::EventResponse > const &factory) const
static MCAPI ::std::string const & NameID()
MCAPI::std::string const & $getName() const
static MCAPI void ** $vftable()
Definition EventResponse.h:16
Definition Factory.h:6
Definition JsonSchemaObjectNode.h:8
Definition RenderParams.h:30
Definition EventResponseCollection.h:10