LeviLamina
Loading...
Searching...
No Matches
DepthBasedBlockSupplier.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/random/XoroshiroPositionalRandomFactory.h"
7
8// auto generated forward declare list
9// clang-format off
10class Block;
11class BlockPos;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 24, ::XoroshiroPositionalRandomFactory const> mRandomFactory;
19 ::ll::TypedStorage<8, 8, ::Block const*> mBlock;
20 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCAPI ::Block const* getBlock(::BlockPos const& pos, ::Block const* fallback) const;
26 // NOLINTEND
27};
Definition BlockPos.h:17
Definition Block.h:37
Definition DepthBasedBlockSupplier.h:14