Package zombie.chat

Class ChatUtility

java.lang.Object
zombie.chat.ChatUtility

public final class ChatUtility
extends java.lang.Object
  • Method Details

    • getScrambleValue

      public static float getScrambleValue​(IsoObject object, IsoPlayer player, float float1)
    • getScrambleValue

      public static float getScrambleValue​(float float1, float float2, float float3, IsoGridSquare square, IsoPlayer player, float float4)
    • playerWithinBounds

      public static boolean playerWithinBounds​(IsoObject object, IsoObject object2, float float1)
    • playerWithinBounds

      public static boolean playerWithinBounds​(float float1, float float2, IsoObject object, float float3)
    • getDistance

      public static float getDistance​(IsoObject object, IsoPlayer player)
    • getDistance

      public static float getDistance​(float float1, float float2, IsoPlayer player)
    • findConnection

      public static UdpConnection findConnection​(short short1)
    • findConnection

      public static UdpConnection findConnection​(java.lang.String string)
    • findPlayer

      public static IsoPlayer findPlayer​(int int1)
    • findPlayerName

      public static java.lang.String findPlayerName​(int int1)
    • findPlayer

      public static IsoPlayer findPlayer​(java.lang.String string)
    • getAllowedChatStreams

      public static java.util.ArrayList getAllowedChatStreams()
    • chatStreamEnabled

      public static boolean chatStreamEnabled​(ChatType chatType)
    • 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)