LeviLamina
Loading...
Searching...
No Matches
BannerPattern.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
8// auto generated forward declare list
9// clang-format off
10class ItemStackBase;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 BannerPattern& operator=(BannerPattern const&);
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36 // vIndex: 0
37 virtual ~BannerPattern() /*override*/;
38 // NOLINTEND
39
40public:
41 // member functions
42 // NOLINTBEGIN
43 MCAPI bool matchesPatternItem(::ItemStackBase const& item) const;
44 // NOLINTEND
45
46public:
47 // static variables
48 // NOLINTBEGIN
49 MCAPI static char const* const& BASE_NAME();
50
51 MCAPI static char const* const& CREEPER_NAME_ID();
52
53 MCAPI static char const* const& CURLY_BORDER_NAME_ID();
54
55 MCAPI static char const* const& SQUARE_TOP_LEFT_NAME_ID();
56
57 MCAPI static ::std::vector<::BannerPattern> const& mPatterns();
58 // NOLINTEND
59
60public:
61 // destructor thunk
62 // NOLINTBEGIN
63 MCAPI void $dtor();
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCAPI static void** $vftable();
70 // NOLINTEND
71};
Definition BannerPattern.h:13
Definition EnableNonOwnerReferences.h:7
Definition ItemStackBase.h:35
Definition Alias.h:14