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