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
17class StopMovementResponse : public ::ActorEventResponse {
18public:
19 // member variables
20 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 StopMovementResponse& operator=(StopMovementResponse const&);
28 StopMovementResponse(StopMovementResponse const&);
29 StopMovementResponse();
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 virtual void buildSchema(
36 schema,
38 ) const /*override*/;
39
40 virtual ::std::string const& getName() const /*override*/;
41
42 virtual void executeAction(::RenderParams& params) const /*override*/;
43 // NOLINTEND
44
45public:
46 // static variables
47 // NOLINTBEGIN
48 MCNAPI static ::std::string const& NameID();
49 // NOLINTEND
50
51public:
52 // virtual function thunks
53 // NOLINTBEGIN
54 MCNAPI void $buildSchema(
56 schema,
58 ) const;
59
60 MCNAPI ::std::string const& $getName() const;
61
62 MCNAPI void $executeAction(::RenderParams& params) const;
63
64
65 // NOLINTEND
66
67public:
68 // vftables
69 // NOLINTBEGIN
70 MCNAPI static void** $vftable();
71 // NOLINTEND
72};
Definition ActorEventResponse.h:16
Definition Factory.h:6
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition RenderParams.h:30
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:16
Definition Alias.h:14