LeviLamina
Loading...
Searching...
No Matches
TrialSpawnerBlock.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/optional_ref.h"
7#include "mc/world/level/block/ActorBlockBase.h"
8#include "mc/world/level/block/BlockType.h"
9
10// auto generated forward declare list
11// clang-format off
12class AABB;
13class Block;
14class BlockPos;
17struct Brightness;
18// clang-format on
19
20class TrialSpawnerBlock : public ::ActorBlock {
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 virtual ::AABB getCollisionShape(
25 ::Block const&,
27 ::BlockPos const& pos,
29 ) const /*override*/;
30
31 virtual ::Brightness getLightEmission(::Block const& block) const /*override*/;
32
33 virtual int getVariant(::Block const& block) const /*override*/;
34
35 virtual ~TrialSpawnerBlock() /*override*/ = default;
36 // NOLINTEND
37
38public:
39 // virtual function thunks
40 // NOLINTBEGIN
41 MCFOLD ::AABB $getCollisionShape(
42 ::Block const&,
44 ::BlockPos const& pos,
46 ) const;
47
48 MCAPI ::Brightness $getLightEmission(::Block const& block) const;
49
50 MCAPI int $getVariant(::Block const& block) const;
51
52
53 // NOLINTEND
54
55public:
56 // vftables
57 // NOLINTBEGIN
58 MCNAPI static void** $vftable();
59 // NOLINTEND
60};
Definition AABB.h:18
Definition BlockPos.h:19
Definition Block.h:43
Definition GetCollisionShapeInterface.h:13
Definition IConstBlockSource.h:25
Definition TrialSpawnerBlock.h:20
static MCAPI void ** $vftable()
Definition optional_ref.h:10
Definition Brightness.h:8