Class ChatUtility
java.lang.Object
zombie.chat.ChatUtility
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
chatStreamEnabled
(ChatType type) static UdpConnection
findConnection
(short playerOnlineID) static UdpConnection
findConnection
(String playerName) static IsoPlayer
findPlayer
(int playerOnlineID) static IsoPlayer
findPlayer
(String playerNickname) static String
findPlayerName
(int playerOnlineID) static float
getDistance
(float srcX, float srcY, IsoPlayer dest) static float
getDistance
(IsoObject source, IsoPlayer dest) static float
getScrambleValue
(float srcX, float srcY, float srcZ, IsoGridSquare srcSquare, IsoPlayer dest, float baseRange) static float
getScrambleValue
(IsoObject src, IsoPlayer dest, float baseRange) static void
static String
static String
static boolean
playerWithinBounds
(float srcX, float srcY, IsoObject dest, float dist) static boolean
playerWithinBounds
(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
-