|
|
BannerPattern & | operator= (BannerPattern const &) |
|
MCAPI | BannerPattern (::BannerPattern const &) |
|
MCAPI | BannerPattern (::std::string const &name, ::std::string const &nameID, bool hiddenFromCrafting) |
|
MCAPI | BannerPattern (::std::string const &name, ::std::string const &nameID, ::std::function<::ItemStack()> &&itemFunctor, short patternItemType) |
|
MCAPI | BannerPattern (::std::string const &name, ::std::string const &nameID, ::std::function<::ItemStack()> &&itemFunctor, short patternItemType, bool ignoreAux) |
|
MCAPI | BannerPattern (::std::string const &name, ::std::string const &nameID, ::std::string const &row1, ::std::string const &row2, ::std::string const &row3) |
|
MCFOLD bool | getIgnoreAux () const |
|
MCAPI::ItemStack | getIngredientItem () const |
|
MCFOLD::std::string const & | getName () const |
|
MCFOLD::std::string const & | getNameID () const |
|
MCFOLD ::std::vector<::std::string > const & | getPattern () const |
|
MCAPI bool | hasPattern () const |
|
MCAPI bool | matchesPatternItem (::ItemStackBase const &item) const |
|
MCAPI bool | requiresIngredientItem () const |
|
MCAPI bool | requiresPatternItem () const |
|
MCAPI void * | $ctor (::BannerPattern const &) |
|
MCAPI void * | $ctor (::std::string const &name, ::std::string const &nameID, bool hiddenFromCrafting) |
|
MCAPI void * | $ctor (::std::string const &name, ::std::string const &nameID, ::std::function<::ItemStack()> &&itemFunctor, short patternItemType) |
|
MCAPI void * | $ctor (::std::string const &name, ::std::string const &nameID, ::std::function<::ItemStack()> &&itemFunctor, short patternItemType, bool ignoreAux) |
|
MCAPI void * | $ctor (::std::string const &name, ::std::string const &nameID, ::std::string const &row1, ::std::string const &row2, ::std::string const &row3) |
|
MCFOLD void | $dtor () |
|
|
static MCAPI ::std::optional< uchar > | findPatternIndexByNameID (::std::string const &nameID) |
|
static MCAPI ::std::optional< uchar > | getPatternIndexFromName (::std::string const &name) |
|
static MCAPI uchar | getPatternIndexFromNameID (::std::string const &nameID) |
|
static MCAPI ::std::optional<::std::reference_wrapper<::std::string const > > | getPatternNameFromIndex (uchar index) |
|
static MCAPI ::CompoundTag const * | tryGetPatternDataFromTag (::Tag const *tag) |
|
static MCAPI char const *const & | BASE_NAME () |
|
static MCAPI char const *const & | SQUARE_TOP_LEFT_NAME_ID () |
|
static MCAPI ::std::vector<::BannerPattern > const & | mPatterns () |
| static MCAPI void ** | $vftable () |
|
|
::ll::TypedStorage< 1, 1, uchar > | mID |
|
::ll::TypedStorage< 8, 24, ::std::vector<::std::string > > | mPattern |
|
::ll::TypedStorage< 8, 64, ::std::function<::ItemStack()> > | mIngredientItemFunctor |
|
::ll::TypedStorage< 8, 32, ::std::string > | mName |
|
::ll::TypedStorage< 8, 32, ::std::string > | mNameID |
|
::ll::TypedStorage< 2, 2, short > | mPatternItemType |
|
::ll::TypedStorage< 1, 1, bool > | mIgnoreAux |
|
::ll::TypedStorage< 1, 1, bool > | mHiddenFromCrafting |
|
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlock > | mControlBlock |