LeviLamina
Loading...
Searching...
No Matches
ResourceLocationPair.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8struct PackIdVersion;
9// clang-format on
10
11class ResourceLocationPair {
12public:
13 // member variables
14 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 ResourceLocationPair& operator=(ResourceLocationPair const&);
23 ResourceLocationPair(ResourceLocationPair const&);
24 ResourceLocationPair();
25
26public:
27 // member functions
28 // NOLINTBEGIN
29
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
35 MCNAPI_C void* $ctor();
36
37 MCNAPI_C void* $ctor(::ResourceLocation const& location, ::PackIdVersion const& packId, int packPosition);
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCNAPI_C void $dtor();
44 // NOLINTEND
45};
Definition ResourceLocation.h:15
Definition PackIdVersion.h:10
Definition Alias.h:14