LeviLamina
Loading...
Searching...
No Matches
DieEventResponse.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/FilterSubject.h"
7#include "mc/util/Factory.h"
8#include "mc/util/json_util/JsonSchemaObjectNode.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
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<2, 2, ::SharedTypes::Legacy::FilterSubject> mTarget;
23 // NOLINTEND
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 // vIndex: 1
29 virtual ::std::string const& getName() const /*override*/;
30
31 // vIndex: 2
32 virtual void executeAction(::RenderParams& params) const /*override*/;
33
34 // vIndex: 3
35 virtual void buildSchema(
37 ::Factory<::EventResponse> const& factory
38 ) const /*override*/;
39
40 // vIndex: 0
41 virtual ~DieEventResponse() /*override*/ = default;
42 // NOLINTEND
43
44public:
45 // static variables
46 // NOLINTBEGIN
47 MCNAPI static ::std::string const& NameID();
48 // NOLINTEND
49
50public:
51 // virtual function thunks
52 // NOLINTBEGIN
53 MCNAPI ::std::string const& $getName() const;
54
55 MCNAPI void $executeAction(::RenderParams& params) const;
56
57 MCNAPI void $buildSchema(
59 ::Factory<::EventResponse> const& factory
60 ) const;
61 // NOLINTEND
62
63public:
64 // vftables
65 // NOLINTBEGIN
66 MCNAPI static void** $vftable();
67 // NOLINTEND
68};
Definition DieEventResponse.h:18
static MCAPI void ** $vftable()
MCAPI void $buildSchema(::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::EventResponseCollection > > &schema, ::Factory<::EventResponse > const &factory) const
MCAPI void $executeAction(::RenderParams &params) const
MCAPI::std::string const & $getName() const
static MCAPI ::std::string const & NameID()
Definition EventResponse.h:16
Definition Factory.h:6
Definition JsonSchemaObjectNode.h:8
Definition RenderParams.h:30
Definition EventResponseCollection.h:10