LeviLamina
Loading...
Searching...
No Matches
BeardAndShaverDescription.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
13class BeardAndShaverDescription {
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<4, 40, ::BeardingDescriptionCache const> mCache;
18 ::ll::TypedStorage<8, 8, ::BeardKernel const&> mBeardKernel;
19 ::ll::TypedStorage<4, 4, float const> mMinBeardWidth;
20 ::ll::TypedStorage<4, 4, float const> mMaxBeardWidth;
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 BeardAndShaverDescription& operator=(BeardAndShaverDescription const&);
26 BeardAndShaverDescription(BeardAndShaverDescription const&);
27 BeardAndShaverDescription();
28};
Definition BeardKernel.h:5