LeviLamina
Loading...
Searching...
No Matches
WorldGenContext.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Aquifer;
8class Block;
9class BlockPos;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 8, ::Aquifer*> mAquifer;
18 ::ll::TypedStorage<8, 64, ::std::function<void(::BlockPos const&, ::Block const&, int)>> mTickUpdateFn;
19 ::ll::TypedStorage<8, 8, ::IPreliminarySurfaceProvider const*> mPreliminarySurfaceProvider;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 WorldGenContext& operator=(WorldGenContext const&);
26
27public:
28 // member functions
29 // NOLINTBEGIN
31
33 // NOLINTEND
34
35public:
36 // constructor thunks
37 // NOLINTBEGIN
38 MCNAPI void* $ctor(::WorldGenContext const&);
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCNAPI void $dtor();
45 // NOLINTEND
46};
Definition Aquifer.h:16
Definition BlockPos.h:18
Definition Block.h:38
Definition IPreliminarySurfaceProvider.h:8
Definition WorldGenContext.h:13
MCAPI WorldGenContext(::WorldGenContext const &)
MCAPI void * $ctor(::WorldGenContext const &)
MCAPI void $dtor()
MCAPI ~WorldGenContext()