Class ChatUtility
java.lang.Object
zombie.chat.ChatUtility
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanchatStreamEnabled(ChatType type) static UdpConnectionfindConnection(short playerOnlineID) static UdpConnectionfindConnection(String playerName) static IsoPlayerfindPlayer(int playerOnlineID) static IsoPlayerfindPlayer(String playerNickname) static StringfindPlayerName(int playerOnlineID) static floatgetDistance(float srcX, float srcY, IsoPlayer dest) static floatgetDistance(IsoObject source, IsoPlayer dest) static floatgetScrambleValue(float srcX, float srcY, float srcZ, IsoGridSquare srcSquare, IsoPlayer dest, float baseRange) static floatgetScrambleValue(IsoObject src, IsoPlayer dest, float baseRange) static voidstatic Stringstatic Stringstatic booleanplayerWithinBounds(float srcX, float srcY, IsoObject dest, float dist) static booleanplayerWithinBounds(IsoObject source, IsoObject dest, float dist)
-
Method Details
-
getScrambleValue
-
getScrambleValue
public static float getScrambleValue(float srcX, float srcY, float srcZ, IsoGridSquare srcSquare, IsoPlayer dest, float baseRange) -
playerWithinBounds
-
playerWithinBounds
-
getDistance
-
getDistance
-
findConnection
-
findConnection
-
findPlayer
-
findPlayerName
-
findPlayer
-
getAllowedChatStreams
-
chatStreamEnabled
-
InitAllowedChatIcons
public static void InitAllowedChatIcons() -
parseStringForChatBubble
-
parseStringForChatLog
-