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;
44 MCAPI_C static ::ItemInstance getItemFromPattern(
::BannerPattern const& pattern);
50 MCAPI
static char const*
const& BASE_NAME();
52 MCAPI
static char const*
const& CREEPER_NAME_ID();
54 MCAPI
static char const*
const& CURLY_BORDER_NAME_ID();
56 MCAPI
static char const*
const& SQUARE_TOP_LEFT_NAME_ID();
58 MCAPI static ::std::vector<::BannerPattern>
const& mPatterns();