22 ::ll::TypedStorage<1, 1, ::BookEditAction> mAction;
23 ::ll::TypedStorage<4, 4, int> mBookSlot;
24 ::ll::TypedStorage<4, 4, int> mPageIndex1;
25 ::ll::TypedStorage<4, 4, int> mPageIndex2;
26 ::ll::TypedStorage<8, 32, ::std::string> mText1;
27 ::ll::TypedStorage<8, 32, ::std::string> mText2;
28 ::ll::TypedStorage<8, 32, ::std::string> mText3;
34 virtual ::MinecraftPacketIds getId()
const ;
36 virtual ::std::string getName()
const ;
50 MCAPI ::PageContent getPage()
const;
52 MCAPI_C
void setToFinalize(
int bookSlot, ::std::string title, ::std::string author, ::std::string xuid);
64 MCAPI ::MinecraftPacketIds $getId()
const;
66 MCAPI ::std::string $getName()
const;
Definition PageContent.h:10