25 ::ll::TypedStorage<1, 1, bool> mDirtyBounds;
26 ::ll::TypedStorage<1, 1, uchar> mBaseColor;
27 ::ll::TypedStorage<8, 24, ::std::vector<uchar>> mPatterns;
28 ::ll::TypedStorage<8, 24, ::std::vector<uchar>> mColors;
29 ::ll::TypedStorage<4, 4, ::BannerBlockType> mBannerType;
48 virtual ::std::unique_ptr<::BlockActorDataPacket> _getUpdatePacket(
::BlockSource&) ;
66 MCAPI static ::BannerBlockType getBannerType(
::CompoundTag const* tag);
68 MCAPI
static int getBaseColor(
::ItemStack const& item);
70 MCAPI
static int getPatternCount(
::CompoundTag const* tagElement);
74 MCAPI
static void removeLastPattern(
::ItemStack& instance);
80 MCAPI
static int const& MAX_PATTERNS();
82 MCAPI static ::std::string
const& TAG_BASE_COLOR();
84 MCAPI static ::std::string
const& TAG_COLOR();
86 MCAPI static ::std::string
const& TAG_PATTERN();
88 MCAPI static ::std::string
const& TAG_PATTERNS();
90 MCAPI static ::std::string
const& TAG_TYPE();
110 MCFOLD ::std::unique_ptr<::BlockActorDataPacket> $_getUpdatePacket(
::BlockSource&);
118 MCAPI
static void** $vftable();
Definition SaveContext.h:5