Package zombie.chat
Class ChatUtility
java.lang.Object
zombie.chat.ChatUtility
public final class ChatUtility
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description static boolean
chatStreamEnabled(ChatType chatType)
static UdpConnection
findConnection(int int1)
static UdpConnection
findConnection(java.lang.String string)
static IsoPlayer
findPlayer(int int1)
static IsoPlayer
findPlayer(java.lang.String string)
static java.lang.String
findPlayerName(int int1)
static java.util.ArrayList
getAllowedChatStreams()
static float
getDistance(float float1, float float2, IsoPlayer player)
static float
getDistance(IsoObject object, IsoPlayer player)
static float
getScrambleValue(float float1, float float2, float float3, IsoGridSquare square, IsoPlayer player, float float4)
static float
getScrambleValue(IsoObject object, IsoPlayer player, float float1)
static boolean
playerWithinBounds(float float1, float float2, IsoObject object, float float3)
static boolean
playerWithinBounds(IsoObject object, IsoObject object2, float float1)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
public static java.lang.String findPlayerName(int int1) -
findPlayer
-
getAllowedChatStreams
public static java.util.ArrayList getAllowedChatStreams() -
chatStreamEnabled
-