LeviLamina
Loading...
Searching...
No Matches
BlockCulling.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
10namespace SharedTypes::v1_21_80 {
11
13public:
14 // BlockCulling inner types declare
15 // clang-format off
16 struct Rule;
17 // clang-format on
18
19 // BlockCulling inner types define
20 struct Rule {
21 public:
22 // Rule inner types define
23 enum class Condition : int {
24 Default = 0,
25 SameCullingLayer = 1,
26 SameBlock = 2,
27 SameBlockPermutation = 3,
28 };
29
30 public:
31 // member variables
32 // NOLINTBEGIN
36 // NOLINTEND
37
38 public:
39 // prevent constructor by default
40 Rule(Rule const&);
41 Rule();
42
43 public:
44 // member functions
45 // NOLINTBEGIN
46 MCNAPI ::SharedTypes::v1_21_80::BlockCulling::Rule& operator=(::SharedTypes::v1_21_80::BlockCulling::Rule&&);
47
48 MCNAPI ::SharedTypes::v1_21_80::BlockCulling::Rule&
50 // NOLINTEND
51 };
52
53public:
54 // member variables
55 // NOLINTBEGIN
58 // NOLINTEND
59
60public:
61 // prevent constructor by default
62 BlockCulling& operator=(BlockCulling const&);
65
66public:
67 // static functions
68 // NOLINTBEGIN
69 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
70 // NOLINTEND
71};
72
73} // namespace SharedTypes::v1_21_80
Definition BlockCulling.h:20
MCAPI::SharedTypes::v1_21_80::BlockCulling::Rule & operator=(::SharedTypes::v1_21_80::BlockCulling::Rule &&)
MCAPI::SharedTypes::v1_21_80::BlockCulling::Rule & operator=(::SharedTypes::v1_21_80::BlockCulling::Rule const &)
Definition BlockCulling.h:12
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14