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
11
class
IConstBlockSource
;
12
// clang-format on
13
14
class
LlamaSpit
:
public
::PredictableProjectile
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 8, ::ActorUniqueID> ownerId;
19
// NOLINTEND
20
21
public
:
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
37
public
:
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
47
public
:
48
// vftables
49
// NOLINTBEGIN
50
MCNAPI
static
void
**
$vftable
();
51
// NOLINTEND
52
};
IConstBlockSource
Definition
IConstBlockSource.h:24
LlamaSpit
Definition
LlamaSpit.h:14
LlamaSpit::$vftable
static MCAPI void ** $vftable()
PredictableProjectile
Definition
PredictableProjectile.h:8
src
mc
world
actor
projectile
LlamaSpit.h
Generated on Wed Jul 23 2025 08:34:38 for LeviLamina by
1.12.0