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
19class Igloo : public ::ScatteredFeaturePiece {
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 virtual ::StructurePieceType getType() const /*override*/;
33
34 virtual bool postProcess(::BlockSource& region, ::Random& random, ::BoundingBox const& chunkBB) /*override*/;
35
36 virtual void postProcessMobsAt(::BlockSource& region, ::Random& random, ::BoundingBox const& chunkBB) /*override*/;
37
38 virtual ~Igloo() /*override*/ = default;
39 // NOLINTEND
40
41public:
42 // static variables
43 // NOLINTBEGIN
44 MCAPI static ::std::string const& STRUCTURE_LOCATION_IGLOO_NO_TRAPDOOR();
45
46 MCAPI static ::std::string const& STRUCTURE_LOCATION_IGLOO_TRAPDOOR();
47
48 MCAPI static ::std::string const& STRUCTURE_LOCATION_LABORATORY();
49
50 MCAPI static ::std::string const& STRUCTURE_LOCATION_LADDER();
51 // NOLINTEND
52
53public:
54 // virtual function thunks
55 // NOLINTBEGIN
56 MCAPI ::StructurePieceType $getType() const;
57
58 MCAPI bool $postProcess(::BlockSource& region, ::Random& random, ::BoundingBox const& chunkBB);
59
60 MCAPI void $postProcessMobsAt(::BlockSource& region, ::Random& random, ::BoundingBox const& chunkBB);
61
62
63 // NOLINTEND
64
65public:
66 // vftables
67 // NOLINTBEGIN
68 MCNAPI static void** $vftable();
69 // NOLINTEND
70};
Definition BlockSource.h:68
Definition BoundingBox.h:13
Definition Igloo.h:19
static MCAPI void ** $vftable()
Definition Random.h:10