LeviLamina
Loading...
Searching...
No Matches
LeafLitterBlock.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/FertilizerType.h"
7#include "mc/world/level/block/FlowerBedBlock.h"
8
9// auto generated forward declare list
10// clang-format off
11class Actor;
12class Block;
13class BlockPos;
14class BlockSource;
15// clang-format on
16
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 // vIndex: 138
22 virtual bool canSurvive(::BlockSource& region, ::BlockPos const& pos) const /*override*/;
23
24 // vIndex: 73
25 virtual bool
26 onFertilized(::BlockSource& region, ::BlockPos const& pos, ::Actor* actor, ::FertilizerType fType) const
27 /*override*/;
28
29 // vIndex: 75
30 virtual bool canBeFertilized(::BlockSource& region, ::BlockPos const& pos, ::Block const& aboveBlock) const
31 /*override*/;
32
33 // vIndex: 0
34 virtual ~LeafLitterBlock() /*override*/ = default;
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40 MCAPI bool $canSurvive(::BlockSource& region, ::BlockPos const& pos) const;
41
42 MCFOLD bool
43 $onFertilized(::BlockSource& region, ::BlockPos const& pos, ::Actor* actor, ::FertilizerType fType) const;
44
45 MCFOLD bool $canBeFertilized(::BlockSource& region, ::BlockPos const& pos, ::Block const& aboveBlock) const;
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCNAPI static void** $vftable();
52 // NOLINTEND
53};
Definition Actor.h:103
Definition BlockPos.h:18
Definition BlockSource.h:67
Definition Block.h:38
Definition FlowerBedBlock.h:24
Definition LeafLitterBlock.h:17
static MCAPI void ** $vftable()