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;
43 virtual ::std::unique_ptr<::BlockActorDataPacket> _getUpdatePacket(
::BlockSource&) ;
58 MCAPI static ::BannerBlockType getBannerType(
::CompoundTag const* tag);
60 MCAPI static ::std::string getColors(
::CompoundTag const* tag);
63 MCAPI
static int getPatternCount(
::CompoundTag const* tagElement);
66 MCAPI static ::std::string getPatterns(
::CompoundTag const* tag);
71 MCAPI
static void removeLastPattern(
::ItemStack& instance);
74 MCAPI
static void setBannerDetails(
77 ::std::string
const& patterns,
78 ::std::string
const& colors,
79 ::BannerBlockType bannerType
87 MCAPI static ::std::string
const& TAG_BASE_COLOR();
89 MCAPI static ::std::string
const& TAG_COLOR();
91 MCAPI static ::std::string
const& TAG_PATTERN();
93 MCAPI static ::std::string
const& TAG_PATTERNS();
95 MCAPI static ::std::string
const& TAG_TYPE();
117 MCFOLD ::std::unique_ptr<::BlockActorDataPacket> $_getUpdatePacket(
::BlockSource&);
Definition SaveContext.h:5