LeviLamina
Loading...
Searching...
No Matches
ResetTargetResponse.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/ActorEventResponse.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 // virtual functions
20 // NOLINTBEGIN
21 // vIndex: 3
22 virtual void buildSchema(
24 schema,
26 ) const /*override*/;
27
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: 0
35 virtual ~ResetTargetResponse() /*override*/ = default;
36 // NOLINTEND
37
38public:
39 // static variables
40 // NOLINTBEGIN
41 MCNAPI static ::std::string const& NameID();
42 // NOLINTEND
43
44public:
45 // virtual function thunks
46 // NOLINTBEGIN
47 MCNAPI void $buildSchema(
49 schema,
51 ) const;
52
53 MCNAPI ::std::string const& $getName() const;
54
55 MCNAPI void $executeAction(::RenderParams& params) const;
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCNAPI static void** $vftable();
62 // NOLINTEND
63};
Definition ActorEventResponse.h:16
Definition Factory.h:6
Definition JsonSchemaObjectNode.h:8
Definition RenderParams.h:30
Definition ResetTargetResponse.h:17
static MCAPI void ** $vftable()
MCAPI void $buildSchema(::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::ActorEventResponseCollection > > &schema, ::Factory<::ActorEventResponse > const &factory) const
MCAPI void $executeAction(::RenderParams &params) const
static MCAPI ::std::string const & NameID()
MCAPI::std::string const & $getName() const
Definition ActorEventResponseCollection.h:10