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 NotDefined = 0,
25 SameCullingLayer = 1,
26 SameBlock = 2,
27 SameBlockPermutation = 3,
28 };
29
30 public:
31 // member variables
32 // NOLINTBEGIN
37 // NOLINTEND
38
39 public:
40 // prevent constructor by default
41 Rule& operator=(Rule const&);
42 Rule(Rule const&);
43 Rule();
44
45 public:
46 // member functions
47 // NOLINTBEGIN
48 MCNAPI ::SharedTypes::v1_21_80::BlockCulling::Rule& operator=(::SharedTypes::v1_21_80::BlockCulling::Rule&&);
49 // NOLINTEND
50 };
51
52public:
53 // member variables
54 // NOLINTBEGIN
57 // NOLINTEND
58
59public:
60 // prevent constructor by default
61 BlockCulling& operator=(BlockCulling const&);
64
65public:
66 // static functions
67 // NOLINTBEGIN
68 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
69 // NOLINTEND
70};
71
72} // namespace SharedTypes::v1_21_80
Definition BlockCulling.h:20
MCAPI::SharedTypes::v1_21_80::BlockCulling::Rule & operator=(::SharedTypes::v1_21_80::BlockCulling::Rule &&)
Definition BlockCulling.h:12
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14