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