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 ItemStack;
11class ItemStackBase;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<1, 1, uchar> mID;
19 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mPattern;
20 ::ll::TypedStorage<8, 64, ::std::function<::ItemStack()>> mIngredientItemFunctor;
21 ::ll::TypedStorage<8, 32, ::std::string> mName;
22 ::ll::TypedStorage<8, 32, ::std::string> mNameID;
23 ::ll::TypedStorage<2, 2, short> mPatternItemType;
24 ::ll::TypedStorage<1, 1, bool> mIgnoreAux;
25 ::ll::TypedStorage<1, 1, bool> mHiddenFromCrafting;
26 // NOLINTEND
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 0
32 virtual ~BannerPattern() /*override*/;
33 // NOLINTEND
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI bool matchesPatternItem(::ItemStackBase const& item) const;
39 // NOLINTEND
40
41public:
42 // static variables
43 // NOLINTBEGIN
44 MCAPI static char const* const& BASE_NAME();
45
46 MCAPI static char const* const& CREEPER_NAME_ID();
47
48 MCAPI static char const* const& CURLY_BORDER_NAME_ID();
49
50 MCAPI static char const* const& SQUARE_TOP_LEFT_NAME_ID();
51
52 MCAPI static ::std::vector<::BannerPattern> const& mPatterns();
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCAPI void $dtor();
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCNAPI static void** $vftable();
65 // NOLINTEND
66};
Definition BannerPattern.h:14
static MCAPI void ** $vftable()
Definition EnableNonOwnerReferences.h:7
Definition ItemStackBase.h:34
Definition ItemStack.h:23