LeviLamina
Loading...
Searching...
No Matches
BeardDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/levelgen/v1/BeardingDescriptionCache.h"
7
8// auto generated forward declare list
9// clang-format off
10struct BeardKernel;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<4, 40, ::BeardingDescriptionCache const> mCache;
18 ::ll::TypedStorage<8, 8, ::BeardKernel const&> mBeardKernel;
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 BeardDescription& operator=(BeardDescription const&);
26};
Definition BeardDescription.h:13
Definition BeardKernel.h:5