LeviLamina
Loading...
Searching...
No Matches
InvalidPacks.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 InvalidPacks& operator=(InvalidPacks const&);
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCNAPI ::InvalidPacks& operator=(::InvalidPacks&&);
30
31 MCNAPI void untrackInvalidPack(::ResourceLocation const& packLocation);
32
33 MCNAPI ~InvalidPacks();
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCNAPI void $dtor();
40 // NOLINTEND
41};
Definition InvalidPacks.h:10
MCAPI ~InvalidPacks()
MCAPI void untrackInvalidPack(::ResourceLocation const &packLocation)
MCAPI::InvalidPacks & operator=(::InvalidPacks &&)
MCAPI void $dtor()
Definition ResourceLocation.h:14
Definition Alias.h:14