XyZer TitleAPI

XyZer TitleAPI

90 Downloads

XyZer TitleAPI :

An easy-to-use API for developers to take advantage of the TitleBar feature in Minecraft

API ที่ใช้งานง่ายสำหรับนักพัฒนาเพื่อใช้ประโยชน์จากฟีเจอร์ TitleBar ใน Minecraft

If you're a developer:
TitleAPI is simple and easy to use. First of all, download and import the plug-in into your project and run it together with your file

TitleAPI นั้นง่ายและใช้งานง่าย ก่อนอื่นดาวน์โหลดและนำเข้าปลั๊กอินในโครงการของคุณและเรียกใช้พร้อมกับไฟล์ของคุณ

In calling an API it's easy:

ในการเรียก API มันง่าย:

// ActionBar

TitleAPI.sendActionBar(player, "Message");

TitleAPI.sendALLActionBar("Message");

// Title and Subtitle

TitleAPI.sendTitle(player, "TitleMessage", "SubTitleMessage");

TitleAPI.sendALLTitle("TitleMessage", "SubTitleMessage");

TitleAPI.sendNormalTitle(player, "TitleMessage", "SubTitleMessage", StartTimeInt, TitmeInt, EndTimeInt);

TitleAPI.sendALLNormalTitle("TitleMessage", "SubTitleMessage", StartTimeInt, TitmeInt, EndTimeInt);