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 float0)
    • getScrambleValue

      public static float getScrambleValue(float float5, float float6, float float1, IsoGridSquare square, IsoPlayer player, float float3)
    • playerWithinBounds

      public static boolean playerWithinBounds(IsoObject object1, IsoObject object0, float float0)
    • playerWithinBounds

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

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

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

      public static UdpConnection findConnection(short short0)
    • findConnection

      public static UdpConnection findConnection(String string)
    • findPlayer

      public static IsoPlayer findPlayer(int int2)
    • findPlayerName

      public static String findPlayerName(int int0)
    • findPlayer

      public static IsoPlayer findPlayer(String string)
    • getAllowedChatStreams

      public static ArrayList<ChatType> getAllowedChatStreams()
    • chatStreamEnabled

      public static boolean chatStreamEnabled(ChatType chatType)
    • InitAllowedChatIcons

      public static void InitAllowedChatIcons()
    • parseStringForChatBubble

      public static String parseStringForChatBubble(String string0)
    • parseStringForChatLog

      public static String parseStringForChatLog(String string0)