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(Rule const&);
42 Rule();
43
44 public:
45 // member functions
46 // NOLINTBEGIN
47 MCNAPI ::SharedTypes::v1_21_80::BlockCulling::Rule& operator=(::SharedTypes::v1_21_80::BlockCulling::Rule&&);
48
49 MCNAPI ::SharedTypes::v1_21_80::BlockCulling::Rule&
51 // NOLINTEND
52 };
53
54public:
55 // member variables
56 // NOLINTBEGIN
59 // NOLINTEND
60
61public:
62 // prevent constructor by default
63 BlockCulling& operator=(BlockCulling const&);
66
67public:
68 // static functions
69 // NOLINTBEGIN
70 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
71 // NOLINTEND
72};
73
74} // 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