LeviLamina
Loading...
Searching...
No Matches
OverworldBlendRules.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/BlockType.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 64, ::std::unordered_set<::BlockType const*> const> mBendableBlocks;
13 ::ll::TypedStorage<8, 64, ::std::unordered_set<::BlockType const*> const> mNoShiftUpBlocks;
14 ::ll::TypedStorage<8, 64, ::std::unordered_set<::BlockType const*> const> mNoShiftDownBlocks;
15 ::ll::TypedStorage<8, 64, ::std::unordered_set<::BlockType const*> const> mFloatingOnWaterBlocks;
16 ::ll::TypedStorage<8, 64, ::std::unordered_set<::BlockType const*> const> mRemoveFloatingBlocksList;
17 ::ll::TypedStorage<8, 64, ::std::unordered_set<::BlockType const*> const> mLavaBlocks;
18 ::ll::TypedStorage<8, 64, ::std::unordered_set<::BlockType const*> const> mNotUnderwaterBlocks;
19 ::ll::TypedStorage<8, 64, ::std::unordered_set<::BlockType const*> const> mWaterBlocks;
20 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCAPI void $dtor();
32 // NOLINTEND
33};
Definition OverworldBlendRules.h:8