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 src, IsoPlayer dest, float baseRange)
    • getScrambleValue

      public static float getScrambleValue(float srcX, float srcY, float srcZ, IsoGridSquare srcSquare, IsoPlayer dest, float baseRange)
    • playerWithinBounds

      public static boolean playerWithinBounds(IsoObject source, IsoObject dest, float dist)
    • playerWithinBounds

      public static boolean playerWithinBounds(float srcX, float srcY, IsoObject dest, float dist)
    • getDistance

      public static float getDistance(IsoObject source, IsoPlayer dest)
    • getDistance

      public static float getDistance(float srcX, float srcY, IsoPlayer dest)
    • findConnection

      public static UdpConnection findConnection(short playerOnlineID)
    • findConnection

      public static UdpConnection findConnection(String playerName)
    • findPlayer

      public static IsoPlayer findPlayer(int playerOnlineID)
    • findPlayerName

      public static String findPlayerName(int playerOnlineID)
    • findPlayer

      public static IsoPlayer findPlayer(String playerNickname)
    • getAllowedChatStreams

      public static ArrayList<ChatType> getAllowedChatStreams()
    • chatStreamEnabled

      public static boolean chatStreamEnabled(ChatType type)
    • InitAllowedChatIcons

      public static void InitAllowedChatIcons()
    • parseStringForChatBubble

      public static String parseStringForChatBubble(String str)
    • parseStringForChatLog

      public static String parseStringForChatLog(String str)