LeviLamina
Loading...
Searching...
No Matches
LlamaSpit.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/legacy/ActorUniqueID.h"
7#include "mc/world/actor/projectile/PredictableProjectile.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 8, ::ActorUniqueID> ownerId;
19 // NOLINTEND
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 // vIndex: 24
25 virtual void normalTick() /*override*/;
26
27 // vIndex: 38
28 virtual float getBrightness(float a, ::IConstBlockSource const& region) const /*override*/;
29
30 // vIndex: 84
31 virtual ::ActorUniqueID getSourceUniqueID() const /*override*/;
32
33 // vIndex: 8
34 virtual ~LlamaSpit() /*override*/ = default;
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40 MCAPI void $normalTick();
41
42 MCFOLD float $getBrightness(float a, ::IConstBlockSource const& region) const;
43
44 MCFOLD ::ActorUniqueID $getSourceUniqueID() const;
45 // NOLINTEND
46
47public:
48 // vftables
49 // NOLINTBEGIN
50 MCNAPI static void** $vftable();
51 // NOLINTEND
52};
Definition IConstBlockSource.h:24
Definition LlamaSpit.h:14
static MCAPI void ** $vftable()
Definition PredictableProjectile.h:8