LeviLamina
Loading...
Searching...
No Matches
Salmon.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/animal/Fish.h"
7
8
class
Salmon
:
public
::Fish {
9
public
:
10
// virtual functions
11
// NOLINTBEGIN
12
virtual
bool
createAIGoals()
/*override*/
;
13
14
virtual
~Salmon
()
/*override*/
=
default
;
15
// NOLINTEND
16
17
public
:
18
// virtual function thunks
19
// NOLINTBEGIN
20
MCAPI
bool
$createAIGoals();
21
22
23
// NOLINTEND
24
25
public
:
26
// vftables
27
// NOLINTBEGIN
28
MCNAPI
static
void
**
$vftable
();
29
// NOLINTEND
30
};
Salmon
Definition
Salmon.h:8
Salmon::$vftable
static MCAPI void ** $vftable()
src
mc
world
actor
animal
Salmon.h
Generated on
for LeviLamina by
1.16.1