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 virtual void normalTick() /*override*/;
25
26 virtual float getBrightness(float a, ::IConstBlockSource const& region) const /*override*/;
27
28 virtual ::ActorUniqueID getSourceUniqueID() const /*override*/;
29
30 virtual ~LlamaSpit() /*override*/ = default;
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36 MCAPI void $normalTick();
37
38 MCFOLD float $getBrightness(float a, ::IConstBlockSource const& region) const;
39
40 MCFOLD ::ActorUniqueID $getSourceUniqueID() const;
41
42
43 // NOLINTEND
44
45public:
46 // vftables
47 // NOLINTBEGIN
48 MCAPI static void** $vftable();
49 // NOLINTEND
50};
Definition IConstBlockSource.h:25
Definition LlamaSpit.h:14
Definition PredictableProjectile.h:8