LeviLamina
Loading...
Searching...
No Matches
Igloo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/Vec3.h"
7#include "mc/world/level/BlockPos.h"
8#include "mc/world/level/levelgen/structure/LegacyStructureSettings.h"
9#include "mc/world/level/levelgen/structure/ScatteredFeaturePiece.h"
10#include "mc/world/level/levelgen/structure/StructurePieceType.h"
11
12// auto generated forward declare list
13// clang-format off
14class BlockSource;
15class BoundingBox;
16class Random;
17// clang-format on
18
20public:
21 // member variables
22 // NOLINTBEGIN
23 ::ll::TypedStorage<8, 192, ::LegacyStructureSettings> mLabSettings;
24 ::ll::TypedStorage<4, 12, ::BlockPos> mLabPos;
25 ::ll::TypedStorage<4, 12, ::Vec3> mVillagerPos;
26 ::ll::TypedStorage<4, 12, ::Vec3> mZombieVillagerPos;
27 // NOLINTEND
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 2
33 virtual ::StructurePieceType getType() const /*override*/;
34
35 // vIndex: 4
36 virtual bool postProcess(::BlockSource& region, ::Random& random, ::BoundingBox const& chunkBB) /*override*/;
37
38 // vIndex: 5
39 virtual void postProcessMobsAt(::BlockSource& region, ::Random& random, ::BoundingBox const& chunkBB) /*override*/;
40
41 // vIndex: 0
42 virtual ~Igloo() /*override*/ = default;
43 // NOLINTEND
44
45public:
46 // static variables
47 // NOLINTBEGIN
48 MCAPI static ::std::string const& STRUCTURE_LOCATION_IGLOO_NO_TRAPDOOR();
49
50 MCAPI static ::std::string const& STRUCTURE_LOCATION_IGLOO_TRAPDOOR();
51
52 MCAPI static ::std::string const& STRUCTURE_LOCATION_LABORATORY();
53
54 MCAPI static ::std::string const& STRUCTURE_LOCATION_LADDER();
55 // NOLINTEND
56
57public:
58 // virtual function thunks
59 // NOLINTBEGIN
60 MCAPI ::StructurePieceType $getType() const;
61
62 MCAPI bool $postProcess(::BlockSource& region, ::Random& random, ::BoundingBox const& chunkBB);
63
64 MCAPI void $postProcessMobsAt(::BlockSource& region, ::Random& random, ::BoundingBox const& chunkBB);
65 // NOLINTEND
66
67public:
68 // vftables
69 // NOLINTBEGIN
70 MCNAPI static void** $vftable();
71 // NOLINTEND
72};
Definition BlockSource.h:66
Definition BoundingBox.h:13
Definition Igloo.h:19
static MCAPI void ** $vftable()
Definition Random.h:10
Definition ScatteredFeaturePiece.h:15