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(UV const&);
26 UV();
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
33 MCNAPI ::SharedTypes::v1_20_80::UV& operator=(::SharedTypes::v1_20_80::UV&&);
34
35 MCNAPI ::SharedTypes::v1_20_80::UV& operator=(::SharedTypes::v1_20_80::UV const&);
36
37 MCNAPI ~UV();
38 // NOLINTEND
39
40public:
41 // static functions
42 // NOLINTBEGIN
43 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
44 // NOLINTEND
45
46public:
47 // constructor thunks
48 // NOLINTBEGIN
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55 MCNAPI void $dtor();
56 // NOLINTEND
57};
58
59} // namespace SharedTypes::v1_20_80
Definition UV.h:12
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 &&)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14