Class SendTitlePacket
java.lang.Object
net.joseplay.allianceutils.api.pluginComunicate.internalPackets.packets.SendTitlePacket
- All Implemented Interfaces:
UniPacket
-
Constructor Summary
ConstructorsConstructorDescriptionSendTitlePacket(String title) SendTitlePacket(String title, String subtitle) SendTitlePacket(String title, String subtitle, int fadeIn, int time, int fadeOut) SendTitlePacket(String title, String subtitle, List<UUID> ignored) SendTitlePacket(String title, String subtitle, List<UUID> ignore, int fadeIn, int time, int fadeOut) SendTitlePacket(org.json.JSONObject json) -
Method Summary
-
Constructor Details
-
SendTitlePacket
-
SendTitlePacket
-
SendTitlePacket
-
SendTitlePacket
-
SendTitlePacket
-
SendTitlePacket
public SendTitlePacket(org.json.JSONObject json)
-
-
Method Details