LeviLamina
Loading...
Searching...
No Matches
LegacyActorArmorChangedListener.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/ContainerContentChangeListener.h"
7
8// auto generated forward declare list
9// clang-format off
10class Actor;
11class EntityContext;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 0
31 virtual void containerContentChanged(int) /*override*/;
32
33 // vIndex: 1
34 virtual ~LegacyActorArmorChangedListener() /*override*/ = default;
35 // NOLINTEND
36
37public:
38 // member functions
39 // NOLINTBEGIN
40 MCNAPI void containerContentChanged(::Actor& actor);
41
42 MCNAPI void validateFlyEnabledItem(::Actor& actor);
43 // NOLINTEND
44
45public:
46 // static functions
47 // NOLINTBEGIN
48 MCNAPI static void initializeEntity(::EntityContext& entity);
49 // NOLINTEND
50
51public:
52 // virtual function thunks
53 // NOLINTBEGIN
54 MCNAPI void $containerContentChanged(int);
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCNAPI static void** $vftable();
61 // NOLINTEND
62};
Definition Actor.h:103
Definition ContainerContentChangeListener.h:5
Definition EntityContext.h:16
Definition LegacyActorArmorChangedListener.h:14
MCAPI void containerContentChanged(::Actor &actor)
MCAPI void validateFlyEnabledItem(::Actor &actor)
MCAPI void $containerContentChanged(int)
static MCAPI void ** $vftable()
static MCAPI void initializeEntity(::EntityContext &entity)
Definition Alias.h:14