Client
Information about the client binding
getClientVersion
Returns a String with something like "5.0" or "5.0 (Beta)"
leftMouseButtonDown
Returns true if the left mouse button is down
rightMouseButtonDown
Returns true if the right mouse button is down
createTimer
Returns a TimerUtil object.
getAuraTarget
Returns an EntityLivingBase object that is the current target of the killaura. (Will be null if there is no current target)
getClientColors
Returns a Pair of the java.awt.Color
Object. It is the current client color based off the Client mod color setting.
printClientMsg
This will print a message in the chat with the Tenacity text.
Parameter
Type
Description
text
String
The text to be displayed
fps
Returns the current fps as a Number.
getIRCUsernameMap
Returns a java.util.HashMap
map. The key value pairs are Minecraft IGN to IRC username.
getModule
Returns a Module object
Last updated