LeviLamina
Loading...
Searching...
No Matches
MobSpawnerBlock.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;
17// clang-format on
18
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 // vIndex: 5
24 virtual ::AABB getCollisionShape(
25 ::Block const&,
27 ::BlockPos const& pos,
29 ) const /*override*/;
30
31 // vIndex: 9
32 virtual ::AABB const&
33 getOutline(::Block const&, ::IConstBlockSource const&, ::BlockPos const& pos, ::AABB& bufferValue) const
34 /*override*/;
35
36 // vIndex: 0
37 virtual ~MobSpawnerBlock() /*override*/ = default;
38 // NOLINTEND
39
40public:
41 // virtual function thunks
42 // NOLINTBEGIN
43 MCNAPI ::AABB $getCollisionShape(
44 ::Block const&,
46 ::BlockPos const& pos,
48 ) const;
49
50 MCNAPI ::AABB const&
51 $getOutline(::Block const&, ::IConstBlockSource const&, ::BlockPos const& pos, ::AABB& bufferValue) const;
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCNAPI static void** $vftable();
58 // NOLINTEND
59};
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 MobSpawnerBlock.h:19
MCAPI::AABB const & $getOutline(::Block const &, ::IConstBlockSource const &, ::BlockPos const &pos, ::AABB &bufferValue) const
MCAPI::AABB $getCollisionShape(::Block const &, ::IConstBlockSource const &, ::BlockPos const &pos, ::optional_ref<::GetCollisionShapeInterface const >) const
static MCAPI void ** $vftable()
Definition optional_ref.h:10