LeviLamina
Loading...
Searching...
No Matches
InvalidPacks.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/resource/PackType.h"
7
8// auto generated forward declare list
9// clang-format off
12// clang-format on
13
14class InvalidPacks {
15public:
16 // member variables
17 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 InvalidPacks& operator=(InvalidPacks const&);
27 InvalidPacks();
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCNAPI InvalidPacks(::InvalidPacks const&);
33
34 MCNAPI void addInvalidPack(::ResourceLocation const& packLocation, ::PackType type);
35
36 MCNAPI ::std::vector<::ResourceLocation> getInvalidPacks(::InvalidPacksFilterGroup const& packTypes) const;
37
38 MCNAPI ::std::vector<::ResourceLocation> const& getInvalidPacks(::PackType type) const;
39
40 MCNAPI void untrackInvalidPack(::ResourceLocation const& packLocation);
41
42 MCNAPI ~InvalidPacks();
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCNAPI void* $ctor(::InvalidPacks const&);
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCNAPI void $dtor();
55 // NOLINTEND
56};
MCAPI ::std::vector<::ResourceLocation > getInvalidPacks(::InvalidPacksFilterGroup const &packTypes) const
MCAPI ::std::vector<::ResourceLocation > const & getInvalidPacks(::PackType type) const
MCAPI ~InvalidPacks()
MCAPI void untrackInvalidPack(::ResourceLocation const &packLocation)
MCAPI void $dtor()
MCAPI void addInvalidPack(::ResourceLocation const &packLocation, ::PackType type)
MCAPI void * $ctor(::InvalidPacks const &)
MCAPI InvalidPacks(::InvalidPacks const &)
Definition ResourceLocation.h:15
Definition InvalidPacksFilterGroup.h:8
Definition Alias.h:14