LeviLamina
Loading...
Searching...
No Matches
ShootEventResponse.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/FilterSubject.h"
7#include "mc/util/Factory.h"
8#include "mc/util/json_util/JsonSchemaObjectNode.h"
9#include "mc/util/molang/ExpressionNode.h"
10#include "mc/world/actor/ActorDefinitionIdentifier.h"
11#include "mc/world/response/EventResponse.h"
12
13// auto generated forward declare list
14// clang-format off
15class RenderParams;
17namespace JsonUtil { class EmptyClass; }
18// clang-format on
19
21public:
22 // member variables
23 // NOLINTBEGIN
24 ::ll::TypedStorage<8, 176, ::ActorDefinitionIdentifier> mProjectile;
25 ::ll::TypedStorage<2, 2, ::SharedTypes::Legacy::FilterSubject> mTarget;
26 ::ll::TypedStorage<8, 16, ::ExpressionNode> mLaunchPower;
27 ::ll::TypedStorage<8, 16, ::ExpressionNode> mAngleOffset;
28 // NOLINTEND
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 // vIndex: 1
34 virtual ::std::string const& getName() const /*override*/;
35
36 // vIndex: 2
37 virtual void executeAction(::RenderParams& params) const /*override*/;
38
39 // vIndex: 3
40 virtual void buildSchema(
42 ::Factory<::EventResponse> const& factory
43 ) const /*override*/;
44
45 // vIndex: 0
46 virtual ~ShootEventResponse() /*override*/ = default;
47 // NOLINTEND
48
49public:
50 // static variables
51 // NOLINTBEGIN
52 MCNAPI static ::std::string const& NameID();
53 // NOLINTEND
54
55public:
56 // virtual function thunks
57 // NOLINTBEGIN
58 MCNAPI ::std::string const& $getName() const;
59
60 MCNAPI void $executeAction(::RenderParams& params) const;
61
62 MCNAPI void $buildSchema(
64 ::Factory<::EventResponse> const& factory
65 ) const;
66 // NOLINTEND
67
68public:
69 // vftables
70 // NOLINTBEGIN
71 MCNAPI static void** $vftable();
72 // NOLINTEND
73};
Definition EventResponse.h:16
Definition Factory.h:6
Definition JsonSchemaObjectNode.h:8
Definition RenderParams.h:30
Definition ShootEventResponse.h:20
MCAPI void $buildSchema(::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::EventResponseCollection > > &root, ::Factory<::EventResponse > const &factory) const
static MCAPI void ** $vftable()
MCAPI void $executeAction(::RenderParams &params) const
static MCAPI ::std::string const & NameID()
MCAPI::std::string const & $getName() const
Definition EventResponseCollection.h:10