LeviLamina
Loading...
Searching...
No Matches
CarrotBlock.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/block/CropBlock.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
AABB
;
11
class
Block
;
12
class
BlockPos
;
13
class
IConstBlockSource
;
14
class
ItemInstance
;
15
// clang-format on
16
17
class
CarrotBlock :
public
::CropBlock {
18
public
:
19
// prevent constructor by default
20
CarrotBlock();
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
virtual ::ItemInstance
const
getBaseSeed()
const
/*override*/
;
26
27
virtual
int
getVariant(
::Block
const
& block)
const
/*override*/
;
28
29
virtual ::AABB
const
&
30
getOutline(
::Block
const
& block,
::IConstBlockSource
const
& pos,
::BlockPos
const
& bufferValue,
::AABB
&)
const
31
/*override*/
;
32
// NOLINTEND
33
34
public
:
35
// member functions
36
// NOLINTBEGIN
37
MCAPI CarrotBlock(::std::string
const
& nameId,
int
id
);
38
// NOLINTEND
39
40
public
:
41
// constructor thunks
42
// NOLINTBEGIN
43
MCAPI
void
* $ctor(::std::string
const
& nameId,
int
id
);
44
// NOLINTEND
45
46
public
:
47
// virtual function thunks
48
// NOLINTBEGIN
49
MCAPI ::ItemInstance
const
$getBaseSeed()
const
;
50
51
MCAPI
int
$getVariant(
::Block
const
& block)
const
;
52
53
MCAPI ::AABB
const
&
54
$getOutline(
::Block
const
& block,
::IConstBlockSource
const
& pos,
::BlockPos
const
& bufferValue,
::AABB
&)
const
;
55
56
57
// NOLINTEND
58
59
public
:
60
// vftables
61
// NOLINTBEGIN
62
MCAPI
static
void
** $vftable();
63
// NOLINTEND
64
};
AABB
Definition
AABB.h:18
BlockPos
Definition
BlockPos.h:21
Block
Definition
Block.h:69
IConstBlockSource
Definition
IConstBlockSource.h:23
ItemInstance
Definition
ItemInstance.h:15
src
mc
world
level
block
CarrotBlock.h
Generated on
for LeviLamina by
1.16.1