Package zombie.chat
Class ChatUtility
java.lang.Object
zombie.chat.ChatUtility
public final class ChatUtility
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description static booleanchatStreamEnabled(ChatType chatType)static UdpConnectionfindConnection(short short1)static UdpConnectionfindConnection(java.lang.String string)static IsoPlayerfindPlayer(int int1)static IsoPlayerfindPlayer(java.lang.String string)static java.lang.StringfindPlayerName(int int1)static java.util.ArrayListgetAllowedChatStreams()static floatgetDistance(float float1, float float2, IsoPlayer player)static floatgetDistance(IsoObject object, IsoPlayer player)static floatgetScrambleValue(float float1, float float2, float float3, IsoGridSquare square, IsoPlayer player, float float4)static floatgetScrambleValue(IsoObject object, IsoPlayer player, float float1)static voidInitAllowedChatIcons()static java.lang.StringparseStringForChatBubble(java.lang.String string)static java.lang.StringparseStringForChatLog(java.lang.String string)static booleanplayerWithinBounds(float float1, float float2, IsoObject object, float float3)static booleanplayerWithinBounds(IsoObject object, IsoObject object2, float float1)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getScrambleValue
-
getScrambleValue
public static float getScrambleValue(float float1, float float2, float float3, IsoGridSquare square, IsoPlayer player, float float4) -
playerWithinBounds
-
playerWithinBounds
public static boolean playerWithinBounds(float float1, float float2, IsoObject object, float float3) -
getDistance
-
getDistance
-
findConnection
-
findConnection
-
findPlayer
-
findPlayerName
public static java.lang.String findPlayerName(int int1) -
findPlayer
-
getAllowedChatStreams
public static java.util.ArrayList getAllowedChatStreams() -
chatStreamEnabled
-
InitAllowedChatIcons
public static void InitAllowedChatIcons() -
parseStringForChatBubble
public static java.lang.String parseStringForChatBubble(java.lang.String string) -
parseStringForChatLog
public static java.lang.String parseStringForChatLog(java.lang.String string)
-