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
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
33
public
:
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
45
public
:
46
// vftables
47
// NOLINTBEGIN
48
MCAPI
static
void
** $vftable();
49
// NOLINTEND
50
};
IConstBlockSource
Definition
IConstBlockSource.h:25
LlamaSpit
Definition
LlamaSpit.h:14
PredictableProjectile
Definition
PredictableProjectile.h:8
src
mc
world
actor
projectile
LlamaSpit.h
Generated on
for LeviLamina by
1.16.1