26 ::ll::TypedStorage<1, 1, bool> mDirtyBounds;
27 ::ll::TypedStorage<1, 1, uchar> mBaseColor;
28 ::ll::TypedStorage<8, 24, ::std::vector<uchar>> mPatterns;
29 ::ll::TypedStorage<8, 24, ::std::vector<uchar>> mColors;
30 ::ll::TypedStorage<4, 4, ::BannerBlockType> mBannerType;
53 virtual ::std::unique_ptr<::BlockActorDataPacket> _getUpdatePacket(
::BlockSource&) ;
73 MCAPI static ::BannerBlockType getBannerType(
::CompoundTag const* tag);
75 MCAPI
static int getBaseColor(
::ItemStack const& item);
77 MCAPI
static int getPatternCount(
::CompoundTag const* tagElement);
81 MCAPI
static void removeLastPattern(
::ItemStack& instance);
87 MCAPI
static int const& MAX_PATTERNS();
89 MCAPI static ::std::string
const& TAG_BASE_COLOR();
91 MCAPI static ::std::string
const& TAG_COLOR();
93 MCAPI static ::std::string
const& TAG_PATTERN();
95 MCAPI static ::std::string
const& TAG_PATTERNS();
97 MCAPI static ::std::string
const& TAG_TYPE();
123 MCFOLD ::std::unique_ptr<::BlockActorDataPacket> $_getUpdatePacket(
::BlockSource&);
131 MCAPI
static void** $vftable();
Definition SaveContext.h:5