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;
53 virtual ::MinecraftPacketIds getId()
const ;
56 virtual ::std::string getName()
const ;
75 MCAPI
SetTitlePacket(
int fadeInTime,
int stayTime,
int fadeOutTime);
78 ::SetTitlePacket::TitleType type,
79 ::std::string
const& titleText,
80 ::std::optional<::std::string> filteredTitleText
91 MCAPI
void* $ctor(::SetTitlePacket::TitleType type);
93 MCAPI
void* $ctor(
int fadeInTime,
int stayTime,
int fadeOutTime);
96 ::SetTitlePacket::TitleType type,
97 ::std::string
const& titleText,
98 ::std::optional<::std::string> filteredTitleText
111 MCAPI ::MinecraftPacketIds $getId()
const;
113 MCAPI ::std::string $getName()
const;