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