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/BlockLegacy.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
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 // vIndex: 5
25 virtual ::AABB getCollisionShape(
26 ::Block const&,
28 ::BlockPos const& pos,
30 ) const /*override*/;
31
32 // vIndex: 125
33 virtual ::Brightness getLightEmission(::Block const& block) const /*override*/;
34
35 // vIndex: 117
36 virtual int getVariant(::Block const& block) const /*override*/;
37
38 // vIndex: 0
39 virtual ~TrialSpawnerBlock() /*override*/ = default;
40 // NOLINTEND
41
42public:
43 // virtual function thunks
44 // NOLINTBEGIN
45 MCNAPI ::AABB $getCollisionShape(
46 ::Block const&,
48 ::BlockPos const& pos,
50 ) const;
51
52 MCNAPI ::Brightness $getLightEmission(::Block const& block) const;
53
54 MCNAPI int $getVariant(::Block const& block) const;
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCNAPI static void** $vftable();
61 // NOLINTEND
62};
Definition AABB.h:18
Definition ActorBlockBase.h:6
Definition BlockPos.h:18
Definition Block.h:38
Definition GetCollisionShapeInterface.h:13
Definition IConstBlockSource.h:24
Definition TrialSpawnerBlock.h:20
MCAPI::AABB $getCollisionShape(::Block const &, ::IConstBlockSource const &, ::BlockPos const &pos, ::optional_ref<::GetCollisionShapeInterface const >) const
static MCAPI void ** $vftable()
MCAPI::Brightness $getLightEmission(::Block const &block) const
MCAPI int $getVariant(::Block const &block) const
Definition optional_ref.h:10
Definition Brightness.h:8