LeviLamina
Loading...
Searching...
No Matches
UV.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_20_80 {
11
12struct UV {
13public:
14 // member variables
15 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 UV();
26
27public:
28 // member functions
29 // NOLINTBEGIN
31
33
34 MCNAPI ::SharedTypes::v1_20_80::UV& operator=(::SharedTypes::v1_20_80::UV&&);
35
36 MCNAPI ::SharedTypes::v1_20_80::UV& operator=(::SharedTypes::v1_20_80::UV const&);
37
38 MCNAPI ~UV();
39 // NOLINTEND
40
41public:
42 // static functions
43 // NOLINTBEGIN
44 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
51
52 MCNAPI void* $ctor(::SharedTypes::v1_20_80::UV const&);
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCNAPI void $dtor();
59 // NOLINTEND
60};
61
62} // namespace SharedTypes::v1_20_80
Definition UV.h:12
MCAPI void * $ctor(::SharedTypes::v1_20_80::UV const &)
MCAPI::SharedTypes::v1_20_80::UV & operator=(::SharedTypes::v1_20_80::UV const &)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI void * $ctor(::SharedTypes::v1_20_80::UV &&)
MCAPI::SharedTypes::v1_20_80::UV & operator=(::SharedTypes::v1_20_80::UV &&)
MCAPI UV(::SharedTypes::v1_20_80::UV const &)
MCAPI UV(::SharedTypes::v1_20_80::UV &&)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14