LeviLamina
Loading...
Searching...
No Matches
SetHomePositionResponse.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 virtual void buildSchema(
23 schema,
25 ) const /*override*/;
26
27 virtual ::std::string const& getName() const /*override*/;
28
29 virtual void executeAction(::RenderParams& params) const /*override*/;
30
31 virtual ~SetHomePositionResponse() /*override*/ = default;
32 // NOLINTEND
33
34public:
35 // static variables
36 // NOLINTBEGIN
37 MCNAPI static ::std::string const& NameID();
38 // NOLINTEND
39
40public:
41 // virtual function thunks
42 // NOLINTBEGIN
43 MCNAPI void $buildSchema(
45 schema,
47 ) const;
48
49 MCNAPI ::std::string const& $getName() const;
50
51 MCNAPI void $executeAction(::RenderParams& params) const;
52
53
54 // NOLINTEND
55
56public:
57 // vftables
58 // NOLINTBEGIN
59 MCNAPI static void** $vftable();
60 // NOLINTEND
61};
Definition ActorEventResponse.h:16
Definition Factory.h:6
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition RenderParams.h:30
Definition SetHomePositionResponse.h:17
static MCAPI ::std::string const & NameID()
static MCAPI void ** $vftable()
MCAPI::std::string const & $getName() const
MCAPI void $executeAction(::RenderParams &params) const
MCAPI void $buildSchema(::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::ActorEventResponseCollection > > &schema, ::Factory<::ActorEventResponse > const &factory) const
Definition ActorEventResponseCollection.h:10