19 enum class TitleType :
int {
27 SubtitleTextObject = 7,
28 ActionbarTextObject = 8,
34 ::ll::TypedStorage<4, 4, ::SetTitlePacket::TitleType> mType;
35 ::ll::TypedStorage<8, 32, ::std::string> mTitleText;
36 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mFilteredTitleText;
37 ::ll::TypedStorage<4, 4, int> mFadeInTime;
38 ::ll::TypedStorage<4, 4, int> mStayTime;
39 ::ll::TypedStorage<4, 4, int> mFadeOutTime;
40 ::ll::TypedStorage<8, 32, ::std::string> mXuid;
41 ::ll::TypedStorage<8, 32, ::std::string> mPlatformOnlineId;
52 virtual ::MinecraftPacketIds getId()
const ;
55 virtual ::std::string getName()
const ;
74 MCAPI
SetTitlePacket(
int fadeInTime,
int stayTime,
int fadeOutTime);
77 ::SetTitlePacket::TitleType type,
78 ::std::string
const& titleText,
79 ::std::optional<::std::string> filteredTitleText
90 MCAPI
void* $ctor(::SetTitlePacket::TitleType type);
92 MCAPI
void* $ctor(
int fadeInTime,
int stayTime,
int fadeOutTime);
95 ::SetTitlePacket::TitleType type,
96 ::std::string
const& titleText,
97 ::std::optional<::std::string> filteredTitleText
110 MCAPI ::MinecraftPacketIds $getId()
const;
112 MCAPI ::std::string $getName()
const;
122 MCAPI
static void** $vftable();