8class BannerPatternItem :
public ::Item {
11 enum class Type :
int {
28 ::ll::TypedStorage<4, 4, ::BannerPatternItem::Type> mType;
38 virtual bool isPattern()
const ;
40 virtual int getPatternIndex()
const ;
46 MCAPI BannerPatternItem(::std::string
const& name,
int id, ::BannerPatternItem::Type type);
53 MCAPI static ::std::string_view getItemNameIdForType(::BannerPatternItem::Type type);
60 MCAPI
void* $ctor(::std::string
const& name,
int id, ::BannerPatternItem::Type type);
66 MCFOLD
bool $isPattern()
const;
68 MCFOLD
int $getPatternIndex()
const;
76 MCAPI
static void** $vftable();