Package zombie.chat
Class ChatUtility
java.lang.Object
zombie.chat.ChatUtility
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanchatStreamEnabled(ChatType chatType) static UdpConnectionfindConnection(short short1) static UdpConnectionfindConnection(String string) static IsoPlayerfindPlayer(int int1) static IsoPlayerfindPlayer(String string) static StringfindPlayerName(int int1) static ArrayListstatic 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 voidstatic StringparseStringForChatBubble(String string) static StringparseStringForChatLog(String string) static booleanplayerWithinBounds(float float1, float float2, IsoObject object, float float3) static booleanplayerWithinBounds(IsoObject object, IsoObject object2, float float1)
-
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
-
findPlayer
-
getAllowedChatStreams
-
chatStreamEnabled
-
InitAllowedChatIcons
public static void InitAllowedChatIcons() -
parseStringForChatBubble
-
parseStringForChatLog
-