LeviLamina
Loading...
Searching...
No Matches
StopMovementResponse.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 // member variables
20 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 3
35 virtual void buildSchema(
37 schema,
39 ) const /*override*/;
40
41 // vIndex: 1
42 virtual ::std::string const& getName() const /*override*/;
43
44 // vIndex: 2
45 virtual void executeAction(::RenderParams& params) const /*override*/;
46
47 // vIndex: 0
48 virtual ~StopMovementResponse() /*override*/ = default;
49 // NOLINTEND
50
51public:
52 // static variables
53 // NOLINTBEGIN
54 MCNAPI static ::std::string const& NameID();
55 // NOLINTEND
56
57public:
58 // virtual function thunks
59 // NOLINTBEGIN
60 MCNAPI void $buildSchema(
62 schema,
64 ) const;
65
66 MCNAPI ::std::string const& $getName() const;
67
68 MCNAPI void $executeAction(::RenderParams& params) const;
69 // NOLINTEND
70
71public:
72 // vftables
73 // NOLINTBEGIN
74 MCNAPI static void** $vftable();
75 // NOLINTEND
76};
Definition ActorEventResponse.h:16
Definition Factory.h:6
Definition JsonSchemaObjectNode.h:8
Definition RenderParams.h:30
Definition StopMovementResponse.h:17
static MCAPI void ** $vftable()
MCAPI void $buildSchema(::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::ActorEventResponseCollection > > &schema, ::Factory<::ActorEventResponse > const &factory) const
static MCAPI ::std::string const & NameID()
MCAPI::std::string const & $getName() const
MCAPI void $executeAction(::RenderParams &params) const
Definition ActorEventResponseCollection.h:10
Definition Alias.h:14