Package zombie.chat

Class ChatUtility

java.lang.Object
zombie.chat.ChatUtility

public final class ChatUtility extends 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(String string)
    • findPlayer

      public static IsoPlayer findPlayer(int int1)
    • findPlayerName

      public static String findPlayerName(int int1)
    • findPlayer

      public static IsoPlayer findPlayer(String string)
    • getAllowedChatStreams

      public static ArrayList getAllowedChatStreams()
    • chatStreamEnabled

      public static boolean chatStreamEnabled(ChatType chatType)
    • InitAllowedChatIcons

      public static void InitAllowedChatIcons()
    • parseStringForChatBubble

      public static String parseStringForChatBubble(String string)
    • parseStringForChatLog

      public static String parseStringForChatLog(String string)