Class ChatServer
java.lang.Object
zombie.network.chat.ChatServer
-
Method Summary
Modifier and TypeMethodDescriptioncreateFactionChat(String string) createRadiostationMessage(String string, int int0) createSafehouseChat(String string) voiddisconnectPlayer(short short0) static ChatServervoidinit()voidinitPlayer(short short0) static booleanisInited()voidjoinAdminChat(short short0) voidleaveAdminChat(short short0) voidprocessMessageFromPlayerPacket(ByteBuffer byteBuffer, UdpConnection udpConnection) voidprocessPlayerStartWhisperChatPacket(ByteBuffer byteBuffer) voidremoveFactionChat(String string0) voidremoveSafehouseChat(String string0) voidsendMessageFromDiscordToGeneralChat(String string1, String string0) voidsendMessageToAdminChat(String string) voidsendMessageToServerChat(String string) voidsendMessageToServerChat(UdpConnection udpConnection, String string) voidvoidsendServerAlertMessageToServerChat(String string0, String string1) voidsyncFactionChatMembers(String string0, String string1, ArrayList<String> arrayList0) voidsyncSafehouseChatMembers(String string0, String string1, ArrayList<String> arrayList0) unpackChatMessage(ByteBuffer byteBuffer)
-
Method Details
-
getInstance
-
isInited
public static boolean isInited() -
init
public void init() -
initPlayer
public void initPlayer(short short0) -
processMessageFromPlayerPacket
-
processPlayerStartWhisperChatPacket
-
unpackChatMessage
-
disconnectPlayer
public void disconnectPlayer(short short0) -
joinAdminChat
public void joinAdminChat(short short0) -
leaveAdminChat
public void leaveAdminChat(short short0) -
createFactionChat
-
createSafehouseChat
-
removeFactionChat
-
removeSafehouseChat
-
syncFactionChatMembers
-
syncSafehouseChatMembers
-
sendServerAlertMessageToServerChat
-
sendServerAlertMessageToServerChat
-
createRadiostationMessage
-
sendMessageToServerChat
-
sendMessageToServerChat
-
sendMessageFromDiscordToGeneralChat
-
sendMessageToAdminChat
-