A B C D E F G H I J L M N O P Q R S T U W Z

A

accept(File, String) - Method in class twcore.core.SimpleFileFilter
filenamefilter interface method
AdaptiveClassLoader - class twcore.core.AdaptiveClassLoader.
A class loader that loads classes from directories and/or zip-format file such as JAR file.
AdaptiveClassLoader(Vector) - Constructor for class twcore.core.AdaptiveClassLoader
Creates a new class loader that will load classes from specified class repositories.
AdaptiveClassLoader(Vector, ClassLoader) - Constructor for class twcore.core.AdaptiveClassLoader
Creates a new class loader that will load classes from specified class repositories.
add(String) - Method in class twcore.core.StringBag
 
add(String, String) - Method in class twcore.core.SearchableStructure
 
addByte(byte) - Method in class twcore.core.ByteArray
 
addByte(byte, int) - Method in class twcore.core.ByteArray
 
addByte(int) - Method in class twcore.core.ByteArray
 
addByte(int, int) - Method in class twcore.core.ByteArray
 
addByteArray(byte[]) - Method in class twcore.core.ByteArray
 
addByteArray(byte[], int) - Method in class twcore.core.ByteArray
 
addByteArray(ByteArray) - Method in class twcore.core.ByteArray
 
addByteArray(ByteArray, int) - Method in class twcore.core.ByteArray
 
addByteArray(int[]) - Method in class twcore.core.ByteArray
 
addByteArray(int[], int) - Method in class twcore.core.ByteArray
 
addDirectories(File) - Method in class twcore.core.BotQueue
 
addFileContents(File) - Method in class twcore.core.ByteArray
 
addHighPriority(SQLResultEvent) - Method in class twcore.core.SQLBackgroundQueue
 
addInt(int) - Method in class twcore.core.ByteArray
 
addInt(int, int) - Method in class twcore.core.ByteArray
 
addLittleEndianInt(int) - Method in class twcore.core.ByteArray
 
addLittleEndianInt(int, int) - Method in class twcore.core.ByteArray
 
addLittleEndianLong(long) - Method in class twcore.core.ByteArray
 
addLittleEndianLong(long, int) - Method in class twcore.core.ByteArray
 
addLittleEndianShort(short) - Method in class twcore.core.ByteArray
 
addLittleEndianShort(short, int) - Method in class twcore.core.ByteArray
 
addLong(long) - Method in class twcore.core.ByteArray
 
addLong(long, int) - Method in class twcore.core.ByteArray
 
addPaddedString(String, int) - Method in class twcore.core.ByteArray
 
addPaddedString(String, int, int) - Method in class twcore.core.ByteArray
 
addPartialByteArray(byte[], int, int) - Method in class twcore.core.ByteArray
 
addPartialByteArray(byte[], int, int, int) - Method in class twcore.core.ByteArray
 
addPartialByteArray(ByteArray, int, int) - Method in class twcore.core.ByteArray
 
addPartialByteArray(ByteArray, int, int, int) - Method in class twcore.core.ByteArray
 
addPartialByteArray(int[], int, int) - Method in class twcore.core.ByteArray
 
addPartialByteArray(int[], int, int, int) - Method in class twcore.core.ByteArray
 
addQuery(SQLResultEvent) - Method in class twcore.core.SQLBackgroundQueue
 
addShort(short) - Method in class twcore.core.ByteArray
 
addShort(short, int) - Method in class twcore.core.ByteArray
 
addSlashesToString(String) - Static method in class twcore.core.Tools
 
addString(String) - Method in class twcore.core.ByteArray
 
addString(String, int) - Method in class twcore.core.ByteArray
 
ALERT_MESSAGE - Static variable in class twcore.core.Message
 
alertCommands - Static variable in class twcore.core.Message
 
Arena - class twcore.core.Arena.
 
ARENA_JOINED - Static variable in class twcore.core.EventRequester
 
ARENA_LIST - Static variable in class twcore.core.EventRequester
 
ARENA_MESSAGE - Static variable in class twcore.core.Message
 
Arena() - Constructor for class twcore.core.Arena
 
ArenaJoined - class twcore.core.ArenaJoined.
 
ArenaJoined(ByteArray) - Constructor for class twcore.core.ArenaJoined
 
ArenaList - class twcore.core.ArenaList.
 
ArenaList(ByteArray) - Constructor for class twcore.core.ArenaList
 
attach(int) - Method in class twcore.core.Ship
 

B

BALL_POSITION - Static variable in class twcore.core.EventRequester
 
BallPosition - class twcore.core.BallPosition.
 
BallPosition(ByteArray) - Constructor for class twcore.core.BallPosition
 
BotAction - class twcore.core.BotAction.
Defines all the actions your bot may do in the arena.
BotAction(GamePacketGenerator, Arena, Timer, Session) - Constructor for class twcore.core.BotAction
Constructor for BotAction.
BotQueue - class twcore.core.BotQueue.
 
BotSettings - class twcore.core.BotSettings.
 
BotSettings() - Constructor for class twcore.core.BotSettings
Creates a new instance of PersistantStorage
BotSettings(File) - Constructor for class twcore.core.BotSettings
 
BotSettings(String) - Constructor for class twcore.core.BotSettings
 
broadcast(String, String, SubspaceBot, Object) - Method in class twcore.core.InterProcessCommunicator
 
ByteArray - class twcore.core.ByteArray.
 
ByteArray() - Constructor for class twcore.core.ByteArray
 
ByteArray(byte[]) - Constructor for class twcore.core.ByteArray
 
ByteArray(DatagramPacket) - Constructor for class twcore.core.ByteArray
 
ByteArray(int) - Constructor for class twcore.core.ByteArray
 
ByteArray(int[]) - Constructor for class twcore.core.ByteArray
 
byteToHex(byte) - Static method in class twcore.core.ConvertHex
 
byteToHex(int) - Static method in class twcore.core.ConvertHex
 

C

cancelTasks() - Method in class twcore.core.BotAction
Cancels all pending TimerTasks.
carried() - Method in class twcore.core.Flag
 
centerString(String, int) - Static method in class twcore.core.Tools
 
centerString(String, int, char) - Static method in class twcore.core.Tools
 
changeAllMatches(String, int) - Method in class twcore.core.OperatorList
 
changeAllShips(int) - Method in class twcore.core.BotAction
Issues a *setship to all the players in the arena (who are not in spec).
changeAllShipsOnFreq(int, int) - Method in class twcore.core.BotAction
Changes all the ships on a freq to a particular ship type.
changeArena(short) - Method in class twcore.core.BotAction
This method tells the bot to leave the current arena, and join another arena specified by an integer.
changeArena(short, short, short) - Method in class twcore.core.BotAction
This is an overloaded function to allow resolution changes
changeArena(String) - Method in class twcore.core.BotAction
This method tells the bot to leave the current arena, and join another arena specified by a String.
changeArena(String, short, short) - Method in class twcore.core.BotAction
This is an overloaded change function to allow variations in resolution
channelExists(String) - Method in class twcore.core.InterProcessCommunicator
 
CHAT_MESSAGE - Static variable in class twcore.core.Message
 
check(int) - Method in class twcore.core.EventRequester
 
checkAndSpec(int) - Method in class twcore.core.BotAction
Checks every player in the game for X number of deaths, and places them in spectator mode.
ChildBot - class twcore.core.ChildBot.
 
cleanStringChopper(String, char) - Static method in class twcore.core.Tools
 
clear() - Method in class twcore.core.Arena
 
clear() - Method in class twcore.core.StringBag
 
clearPlayer() - Method in class twcore.core.Player
 
closeAllConnections() - Method in class twcore.core.SQLConnectionPool
 
CommandInterpreter - class twcore.core.CommandInterpreter.
 
CommandInterpreter(BotAction) - Constructor for class twcore.core.CommandInterpreter
 
composeHighPriorityPacket(byte[], int) - Method in class twcore.core.GamePacketGenerator
 
composeHighPriorityPacket(ByteArray, int) - Method in class twcore.core.GamePacketGenerator
 
composeHighPriorityPacket(int[], int) - Method in class twcore.core.GamePacketGenerator
 
composeImmediatePacket(byte[], int) - Method in class twcore.core.GamePacketGenerator
 
composeImmediatePacket(ByteArray, int) - Method in class twcore.core.GamePacketGenerator
 
composeImmediatePacket(int[], int) - Method in class twcore.core.GamePacketGenerator
 
composePacket(byte[]) - Method in class twcore.core.GamePacketGenerator
 
composePacket(ByteArray) - Method in class twcore.core.GamePacketGenerator
 
composePacket(int[]) - Method in class twcore.core.GamePacketGenerator
 
containsEnergy() - Method in class twcore.core.PlayerPosition
 
containsItemCount() - Method in class twcore.core.PlayerPosition
 
containsWeaponsInfo() - Method in class twcore.core.PlayerPosition
 
ConvertHex - class twcore.core.ConvertHex.
 
ConvertHex() - Constructor for class twcore.core.ConvertHex
 
CoreData - class twcore.core.CoreData.
 
CoreData(File) - Constructor for class twcore.core.CoreData
Creates a new instance of Class
createRandomTeams(int) - Method in class twcore.core.BotAction
Creates a set of teams of a particular size randomly.

D

debugging - Static variable in class twcore.core.Tools
 
decline(int) - Method in class twcore.core.EventRequester
 
declineAll() - Method in class twcore.core.EventRequester
 
decrementBackgroundCount() - Method in class twcore.core.SQLConnectionPool
 
decrementPointer() - Method in class twcore.core.ByteArray
 
decrypt(ByteArray, int) - Method in class twcore.core.SSEncryption
 
decrypt(ByteArray, int, int) - Method in class twcore.core.SSEncryption
 
destroy(String) - Method in class twcore.core.InterProcessCommunicator
 
die() - Method in class twcore.core.BotAction
Tells the bot to go parachuting (without the parachute).
disconnect() - Method in class twcore.core.Session
 
dropFlags() - Method in class twcore.core.BotAction
Drops all flags the bot is carrying
dropped() - Method in class twcore.core.Flag
 

E

encrypt(ByteArray, int) - Method in class twcore.core.SSEncryption
 
encrypt(ByteArray, int, int) - Method in class twcore.core.SSEncryption
 
ER_LEVEL - Static variable in class twcore.core.OperatorList
 
EventRequester - class twcore.core.EventRequester.
 
EventRequester() - Constructor for class twcore.core.EventRequester
Creates a new instance of EventRequester
exceptionLogFilePath - Static variable in class twcore.core.Tools
 

F

FILE_ARRIVED - Static variable in class twcore.core.EventRequester
 
FileArrived - class twcore.core.FileArrived.
 
FileArrived(ByteArray) - Constructor for class twcore.core.FileArrived
 
fileOrFiles(File) - Static method in class twcore.core.SimpleFileFilter
this method checks to see if an asterisk is imbedded in the filename, if it is, it does an "ls" or "dir" of the parent directory returning a list of files that match eg.
fillInTeams(int) - Method in class twcore.core.BotAction
Unimplemented
finalize() - Method in class twcore.core.Session
 
fire(int) - Method in class twcore.core.Ship
 
Flag - class twcore.core.Flag.
 
FLAG_CLAIMED - Static variable in class twcore.core.EventRequester
 
FLAG_DROPPED - Static variable in class twcore.core.EventRequester
 
FLAG_POSITION - Static variable in class twcore.core.EventRequester
 
FLAG_REWARD - Static variable in class twcore.core.EventRequester
 
FLAG_VICTORY - Static variable in class twcore.core.EventRequester
 
Flag(FlagClaimed) - Constructor for class twcore.core.Flag
 
Flag(FlagPosition) - Constructor for class twcore.core.Flag
 
FlagClaimed - class twcore.core.FlagClaimed.
 
FlagClaimed(ByteArray) - Constructor for class twcore.core.FlagClaimed
 
FlagDropped - class twcore.core.FlagDropped.
 
FlagDropped(ByteArray) - Constructor for class twcore.core.FlagDropped
 
FlagPosition - class twcore.core.FlagPosition.
 
FlagPosition(ByteArray) - Constructor for class twcore.core.FlagPosition
 
FlagReward - class twcore.core.FlagReward.
 
FlagReward(ByteArray) - Constructor for class twcore.core.FlagReward
 
FlagVictory - class twcore.core.FlagVictory.
 
FlagVictory(ByteArray) - Constructor for class twcore.core.FlagVictory
 
formatString(String, int) - Static method in class twcore.core.Tools
 
formatString(String, int, String) - Static method in class twcore.core.Tools
 
free(Connection) - Method in class twcore.core.SQLConnectionPool
 
freqContainsShip(int, int) - Method in class twcore.core.BotAction
Tells if a freq in the arena contains a specific type of ship.
FREQUENCY_CHANGE - Static variable in class twcore.core.EventRequester
 
FREQUENCY_SHIP_CHANGE - Static variable in class twcore.core.EventRequester
 
FrequencyChange - class twcore.core.FrequencyChange.
 
FrequencyChange(ByteArray) - Constructor for class twcore.core.FrequencyChange
 
FrequencyShipChange - class twcore.core.FrequencyShipChange.
 
FrequencyShipChange(ByteArray) - Constructor for class twcore.core.FrequencyShipChange
 

G

GamePacketGenerator - class twcore.core.GamePacketGenerator.
 
GamePacketGenerator(Sender, SSEncryption, Timer) - Constructor for class twcore.core.GamePacketGenerator
 
GamePacketInterpreter - class twcore.core.GamePacketInterpreter.
 
GamePacketInterpreter(Session, GamePacketGenerator, SSEncryption, Arena, String, String) - Constructor for class twcore.core.GamePacketInterpreter
 
getAcceptsAudio() - Method in class twcore.core.Player
 
getAcceptsAudio() - Method in class twcore.core.PlayerEntered
 
getAlertCommandType() - Method in class twcore.core.Message
 
getArenaList() - Method in class twcore.core.ArenaList
 
getArenaName() - Method in class twcore.core.BotAction
Gets the name of the arena the bot is in.
getArenaNames() - Method in class twcore.core.ArenaList
 
getArenaSize() - Method in class twcore.core.BotAction
Gets the number of players in the arena.
getAttacheeID() - Method in class twcore.core.TurretEvent
 
getAttacherID() - Method in class twcore.core.TurretEvent
 
getAttacker() - Method in class twcore.core.WatchDamage
Gets the PlayerID of the Attacker
getBallID() - Method in class twcore.core.BallPosition
 
getBot() - Method in class twcore.core.ChildBot
 
getBot() - Method in class twcore.core.SQLResultEvent
 
getBotAction() - Static method in class twcore.core.BotAction
Return the correct BotAction for the running Thread.
getBotAction() - Method in class twcore.core.Session
 
getBotClass() - Method in class twcore.core.Session
 
getBotConfig(String) - Method in class twcore.core.CoreData
 
getBotName() - Method in class twcore.core.BotAction
Retreives the name of the bot.
getBotName() - Method in class twcore.core.Session
 
getBotSettings() - Method in class twcore.core.BotAction
Gets a BotSettings for this bot.
getBotState() - Method in class twcore.core.BotAction
Gets the state of the bot.
getBotState() - Method in class twcore.core.Session
 
getBounty() - Method in class twcore.core.Player
 
getBounty() - Method in class twcore.core.PlayerPosition
 
getBurstCount() - Method in class twcore.core.Player
 
getBurstCount() - Method in class twcore.core.PlayerPosition
 
getByteArray() - Method in class twcore.core.ByteArray
 
getChannel() - Method in class twcore.core.InterProcessEvent
 
getChatNumber() - Method in class twcore.core.Message
 
getChecksum() - Method in class twcore.core.PlayerPosition
 
getClassName() - Method in class twcore.core.ChildBot
 
getConnection() - Method in class twcore.core.SQLConnectionPool
 
getCoreCfg(String) - Method in class twcore.core.BotAction
 
getCoreData() - Method in class twcore.core.BotAction
 
getCoreData() - Method in class twcore.core.Session
 
getCoreDirectory() - Method in class twcore.core.BotAction
Gets the directory the core is in as a File object.
getCoreDirectoryFile(String) - Method in class twcore.core.BotAction
Gets a file from the core directory.
getCreator() - Method in class twcore.core.ChildBot
 
getCurrentArenaName() - Method in class twcore.core.ArenaList
 
getDataFile(String) - Method in class twcore.core.BotAction
Gets a file from the Data directory, given the filename as a String.
getDecoyCount() - Method in class twcore.core.Player
 
getDecoyCount() - Method in class twcore.core.PlayerPosition
 
getDouble(String) - Method in class twcore.core.BotSettings
 
getEnergy() - Method in class twcore.core.Player
 
getEnergy() - Method in class twcore.core.PlayerPosition
 
getEnergyLost() - Method in class twcore.core.WatchDamage
Gets the energy the player lost.
getEventRequester() - Method in class twcore.core.BotAction
Gets the EventRequester object.
getEventRequester() - Method in class twcore.core.Session
 
getEventType() - Method in class twcore.core.SubspaceEvent
 
getFileName() - Method in class twcore.core.FileArrived
 
getFlag(int) - Method in class twcore.core.Arena
 
getFlag(int) - Method in class twcore.core.BotAction
Gets the Flag object associated with the FlagID provided.
getFlagID() - Method in class twcore.core.Flag
 
getFlagID() - Method in class twcore.core.FlagClaimed
 
getFlagID() - Method in class twcore.core.FlagPosition
 
getFlagIDIterator() - Method in class twcore.core.Arena
 
getFlagIDIterator() - Method in class twcore.core.BotAction
Gets an Iterator of all the Flags in the game.
getFlagPoints() - Method in class twcore.core.Player
 
getFlagPoints() - Method in class twcore.core.PlayerEntered
 
getFlagPoints() - Method in class twcore.core.ScoreUpdate
 
getflagsCarried() - Method in class twcore.core.Player
 
getFlagsCarried() - Method in class twcore.core.PlayerEntered
 
getFreqIDIterator(int) - Method in class twcore.core.Arena
 
getFreqPlayerIterator(int) - Method in class twcore.core.Arena
 
getFreqPlayerIterator(int) - Method in class twcore.core.BotAction
 
getFrequency() - Method in class twcore.core.FlagReward
 
getFrequency() - Method in class twcore.core.FlagVictory
 
getFrequency() - Method in class twcore.core.FrequencyChange
 
getFrequency() - Method in class twcore.core.FrequencyShipChange
 
getFrequency() - Method in class twcore.core.Player
 
getFrequency() - Method in class twcore.core.SoccerGoal
 
getFuzzyPlayer(String) - Method in class twcore.core.BotAction
Searches for players in the arena of which the first part of the name matches with 'playerName'.
getFuzzyPlayerName(String) - Method in class twcore.core.BotAction
Searches for players in the arena of which the first part of the name matches with 'playerName'.
getGamePacketGenerator() - Method in class twcore.core.Session
 
getGamePacketInterpreter() - Method in class twcore.core.Session
 
getGeneralSettings() - Method in class twcore.core.BotAction
Retreives the information from setup.cfg
getGeneralSettings() - Method in class twcore.core.CoreData
 
getHasKOTH() - Method in class twcore.core.Player
 
getHasKOTH() - Method in class twcore.core.PlayerEntered
 
getIdentifier() - Method in class twcore.core.SQLResultEvent
 
getIdentTurretee() - Method in class twcore.core.PlayerEntered
 
getInt(String) - Method in class twcore.core.BotSettings
 
getInterProcessCommunicator() - Method in class twcore.core.CoreData
 
getIPC() - Method in class twcore.core.BotAction
 
getItemInformation() - Method in class twcore.core.Player
 
getKilleeID() - Method in class twcore.core.PlayerDeath
 
getKillerID() - Method in class twcore.core.PlayerDeath
 
getKillPoints() - Method in class twcore.core.Player
 
getKillPoints() - Method in class twcore.core.PlayerEntered
 
getKillPoints() - Method in class twcore.core.ScoreUpdate
 
getList() - Method in class twcore.core.OperatorList
 
getList() - Method in class twcore.core.StringBag
 
getLosses() - Method in class twcore.core.Player
 
getLosses() - Method in class twcore.core.PlayerEntered
 
getLosses() - Method in class twcore.core.ScoreUpdate
 
getMaxConnections() - Method in class twcore.core.SQLConnectionPool
 
getMessage() - Method in class twcore.core.IPCMessage
 
getMessage() - Method in class twcore.core.Message
 
getMessager() - Method in class twcore.core.Message
 
getMessageType() - Method in class twcore.core.Message
 
getNextInLine() - Method in class twcore.core.SQLBackgroundQueue
 
getNumBackground() - Method in class twcore.core.SQLConnectionPool
 
getNumPacketsSent() - Method in class twcore.core.Sender
 
getObject() - Method in class twcore.core.InterProcessEvent
 
getObjects() - Method in class twcore.core.Objset
 
getObjects(int) - Method in class twcore.core.Objset
 
getObjectSet() - Method in class twcore.core.BotAction
Returns the Objset object associated with this bot
getOldEnergy() - Method in class twcore.core.WatchDamage
Gets the energy the player had before.
getOperatorList() - Method in class twcore.core.BotAction
Gets an OperatorList.
getOperatorList() - Method in class twcore.core.CoreData
 
getPing() - Method in class twcore.core.Player
 
getPing() - Method in class twcore.core.PlayerPosition
 
getPlayer(int) - Method in class twcore.core.Arena
 
getPlayer(int) - Method in class twcore.core.BotAction
Gets the Player object associated with the PlayerID provided.
getPlayer(String) - Method in class twcore.core.Arena
 
getPlayer(String) - Method in class twcore.core.BotAction
Gets the Player object associated with the PlayerID provided.
getPlayerID() - Method in class twcore.core.BallPosition
 
getPlayerID() - Method in class twcore.core.Flag
 
getPlayerID() - Method in class twcore.core.FlagClaimed
 
getPlayerID() - Method in class twcore.core.FlagDropped
 
getPlayerID() - Method in class twcore.core.FrequencyChange
 
getPlayerID() - Method in class twcore.core.FrequencyShipChange
 
getPlayerID() - Method in class twcore.core.Message
 
getPlayerID() - Method in class twcore.core.Player
 
getPlayerID() - Method in class twcore.core.PlayerEntered
 
getPlayerID() - Method in class twcore.core.PlayerLeft
 
getPlayerID() - Method in class twcore.core.PlayerPosition
 
getPlayerID() - Method in class twcore.core.Prize
 
getPlayerID() - Method in class twcore.core.ScoreReset
 
getPlayerID() - Method in class twcore.core.ScoreUpdate
 
getPlayerID(String) - Method in class twcore.core.Arena
 
getPlayerID(String) - Method in class twcore.core.BotAction
Translates a player's name into a playerID.
getPlayerIDIterator() - Method in class twcore.core.Arena
 
getPlayerIDIterator() - Method in class twcore.core.BotAction
Gets the PlayerIDs of all the players in the Iterator.
getPlayerIterator() - Method in class twcore.core.Arena
 
getPlayerIterator() - Method in class twcore.core.BotAction
Gets an Iterator of all the Players playing in the game.
getPlayerName() - Method in class twcore.core.Player
 
getPlayerName() - Method in class twcore.core.PlayerEntered
 
getPlayerName(int) - Method in class twcore.core.Arena
 
getPlayerName(int) - Method in class twcore.core.BotAction
Translates a playerID into a name, as a String.
getPlayingIDIterator() - Method in class twcore.core.Arena
 
getPlayingPlayerIterator() - Method in class twcore.core.Arena
 
getPlayingPlayerIterator() - Method in class twcore.core.BotAction
Returns an iterator of all non-specced Players.
getPointerIndex() - Method in class twcore.core.ByteArray
 
getPoints() - Method in class twcore.core.FlagReward
 
getPortalCount() - Method in class twcore.core.Player
 
getPortalCount() - Method in class twcore.core.PlayerPosition
 
getPrizeType() - Method in class twcore.core.Prize
 
getQuery() - Method in class twcore.core.SQLResultEvent
 
getRecipient() - Method in class twcore.core.IPCMessage
 
getRecursiveFileInDirectory(File, String) - Static method in class twcore.core.Tools
 
getRepelCount() - Method in class twcore.core.Player
 
getRepelCount() - Method in class twcore.core.PlayerPosition
 
getResource(String) - Method in class twcore.core.AdaptiveClassLoader
Find a resource with a given name.
getResourceAsStream(String) - Method in class twcore.core.AdaptiveClassLoader
Get an InputStream on a given resource.
getResultSet() - Method in class twcore.core.SQLResultEvent
 
getReward() - Method in class twcore.core.FlagVictory
 
getReward() - Method in class twcore.core.SoccerGoal
 
getRocketCount() - Method in class twcore.core.Player
 
getRocketCount() - Method in class twcore.core.PlayerPosition
 
getRotation() - Method in class twcore.core.Player
 
getRotation() - Method in class twcore.core.PlayerPosition
 
getS2CLag() - Method in class twcore.core.Player
 
getS2CLag() - Method in class twcore.core.PlayerPosition
 
getScore() - Method in class twcore.core.Player
 
getScore() - Method in class twcore.core.PlayerDeath
 
getScoreForFreq(int) - Method in class twcore.core.BotAction
Gets the total score for a particular frequency.
getSender() - Method in class twcore.core.IPCMessage
 
getSenderName() - Method in class twcore.core.InterProcessEvent
 
getServerFile(String) - Method in class twcore.core.BotAction
Retreives a file from the server.
getServerName() - Method in class twcore.core.BotAction
Retrieves the name of the server the bot is connected to.
getServerName() - Method in class twcore.core.CoreData
 
getServerPort() - Method in class twcore.core.BotAction
Retrieves the port of the server the bot is connected to.
getServerPort() - Method in class twcore.core.CoreData
 
getShip() - Method in class twcore.core.BotAction
Gets the Ship class, where ship movements, firing, and flying can be controlled.
getShip() - Method in class twcore.core.Session
 
getShipType() - Method in class twcore.core.FrequencyShipChange
 
getShipType() - Method in class twcore.core.Player
 
getShipType() - Method in class twcore.core.PlayerEntered
 
getSizeOfArena(String) - Method in class twcore.core.ArenaList
 
getSoundCode() - Method in class twcore.core.Message
 
getSQLManager() - Method in class twcore.core.CoreData
 
getSquadName() - Method in class twcore.core.Player
 
getSquadName() - Method in class twcore.core.PlayerEntered
 
getString(String) - Method in class twcore.core.BotSettings
 
getSubscribedChannels(SubspaceBot) - Method in class twcore.core.InterProcessCommunicator
 
getSubspaceBot() - Method in class twcore.core.Session
 
getTeam() - Method in class twcore.core.Flag
 
getTeam() - Method in class twcore.core.FlagPosition
 
getTeam() - Method in class twcore.core.PlayerEntered
 
getThorCount() - Method in class twcore.core.Player
 
getThorCount() - Method in class twcore.core.PlayerPosition
 
getTimer() - Method in class twcore.core.Player
 
getTimer() - Method in class twcore.core.PlayerPosition
 
getTimeStamp() - Method in class twcore.core.BallPosition
 
getTimeStamp() - Method in class twcore.core.Player
 
getTimeStamp() - Method in class twcore.core.PlayerPosition
 
getTimeStamp() - Method in class twcore.core.Prize
 
getTimeStamp() - Static method in class twcore.core.Tools
 
getTogglables() - Method in class twcore.core.PlayerPosition
 
getTurretee() - Method in class twcore.core.Player
 
getType() - Method in class twcore.core.InterProcessEvent
 
getVictim() - Method in class twcore.core.WatchDamage
Gets the PlayerID of the Victim
getWallCount() - Method in class twcore.core.Player
 
getWallCount() - Method in class twcore.core.PlayerPosition
 
getWeaponInfo() - Method in class twcore.core.PlayerPosition
 
getWeaponLevel() - Method in class twcore.core.WatchDamage
 
getWeaponLevel() - Method in class twcore.core.WeaponFired
 
getWeaponShrapCount() - Method in class twcore.core.WatchDamage
 
getWeaponShrapCount() - Method in class twcore.core.WeaponFired
 
getWeaponShrapLevel() - Method in class twcore.core.WatchDamage
 
getWeaponShrapLevel() - Method in class twcore.core.WeaponFired
 
getWeaponType() - Method in class twcore.core.WatchDamage
 
getWeaponType() - Method in class twcore.core.WeaponFired
 
getWins() - Method in class twcore.core.Player
 
getWins() - Method in class twcore.core.PlayerEntered
 
getWins() - Method in class twcore.core.ScoreUpdate
 
getXLocation() - Method in class twcore.core.BallPosition
 
getXLocation() - Method in class twcore.core.Flag
 
getXLocation() - Method in class twcore.core.FlagPosition
 
getXLocation() - Method in class twcore.core.Player
 
getXLocation() - Method in class twcore.core.PlayerPosition
 
getXTiles() - Method in class twcore.core.Prize
 
getXVelocity() - Method in class twcore.core.BallPosition
 
getXVelocity() - Method in class twcore.core.Player
 
getXVelocity() - Method in class twcore.core.PlayerPosition
 
getYLocation() - Method in class twcore.core.BallPosition
 
getYLocation() - Method in class twcore.core.Flag
 
getYLocation() - Method in class twcore.core.FlagPosition
 
getYLocation() - Method in class twcore.core.Player
 
getYLocation() - Method in class twcore.core.PlayerPosition
 
getYTiles() - Method in class twcore.core.Prize
 
getYVelocity() - Method in class twcore.core.BallPosition
 
getYVelocity() - Method in class twcore.core.Player
 
getYVelocity() - Method in class twcore.core.PlayerPosition
 
giveBounty(int) - Method in class twcore.core.BotAction
Gives an amount of bounty to everyone in the arena
giveBounty(int, int) - Method in class twcore.core.BotAction
Gives an amount of bounty to everyone in the arena.
giveBounty(String, int) - Method in class twcore.core.BotAction
Gives an amount of bounty to everyone in the arena.
grab() - Method in class twcore.core.StringBag
 
grabFlag(int) - Method in class twcore.core.BotAction
Sets the bot to pickup the specified flag
growArray(int) - Method in class twcore.core.ByteArray
 

H

handleAckMessage(ByteArray) - Method in class twcore.core.ReliablePacketHandler
 
handleChunk(ByteArray) - Method in class twcore.core.GamePacketInterpreter
 
handleChunkTail(ByteArray) - Method in class twcore.core.GamePacketInterpreter
 
handleDisconnect() - Method in class twcore.core.SubspaceBot
 
handleEvent(ArenaJoined) - Method in class twcore.core.SubspaceBot
 
handleEvent(ArenaList) - Method in class twcore.core.SubspaceBot
 
handleEvent(BallPosition) - Method in class twcore.core.SubspaceBot
 
handleEvent(FileArrived) - Method in class twcore.core.HubBot
 
handleEvent(FileArrived) - Method in class twcore.core.SubspaceBot
 
handleEvent(FlagClaimed) - Method in class twcore.core.SubspaceBot
 
handleEvent(FlagDropped) - Method in class twcore.core.SubspaceBot
 
handleEvent(FlagPosition) - Method in class twcore.core.SubspaceBot
 
handleEvent(FlagReward) - Method in class twcore.core.SubspaceBot
 
handleEvent(FlagVictory) - Method in class twcore.core.SubspaceBot
 
handleEvent(FrequencyChange) - Method in class twcore.core.SubspaceBot
 
handleEvent(FrequencyShipChange) - Method in class twcore.core.SubspaceBot
 
handleEvent(InterProcessEvent) - Method in class twcore.core.SubspaceBot
 
handleEvent(LoggedOn) - Method in class twcore.core.HubBot
 
handleEvent(LoggedOn) - Method in class twcore.core.SubspaceBot
 
handleEvent(Message) - Method in class twcore.core.CommandInterpreter
 
handleEvent(Message) - Method in class twcore.core.HubBot
 
handleEvent(Message) - Method in class twcore.core.MessageLimiter
 
handleEvent(Message) - Method in class twcore.core.SubspaceBot
 
handleEvent(PlayerDeath) - Method in class twcore.core.SubspaceBot
 
handleEvent(PlayerEntered) - Method in class twcore.core.SubspaceBot
 
handleEvent(PlayerLeft) - Method in class twcore.core.SubspaceBot
 
handleEvent(PlayerPosition) - Method in class twcore.core.SubspaceBot
 
handleEvent(Prize) - Method in class twcore.core.SubspaceBot
 
handleEvent(ScoreReset) - Method in class twcore.core.SubspaceBot
 
handleEvent(ScoreUpdate) - Method in class twcore.core.SubspaceBot
 
handleEvent(SoccerGoal) - Method in class twcore.core.SubspaceBot
 
handleEvent(SQLResultEvent) - Method in class twcore.core.SubspaceBot
 
handleEvent(SubspaceEvent) - Method in class twcore.core.SubspaceBot
 
handleEvent(WatchDamage) - Method in class twcore.core.SubspaceBot
 
handleEvent(WeaponFired) - Method in class twcore.core.SubspaceBot
 
handleFileArrived(ByteArray, boolean) - Method in class twcore.core.GamePacketInterpreter
 
handleHelp(String, String) - Method in class twcore.core.HubBot
 
handleInvalidMessage(String, String) - Method in class twcore.core.HubBot
 
handleListBots(String, String) - Method in class twcore.core.HubBot
 
handleListBotTypes(String, String) - Method in class twcore.core.HubBot
 
handleMassiveChunkMessage(ByteArray) - Method in class twcore.core.GamePacketInterpreter
 
handleReliableMessage(ByteArray) - Method in class twcore.core.ReliablePacketHandler
 
handleRemove(String, String) - Method in class twcore.core.HubBot
 
handleShowWaitingList(String, String) - Method in class twcore.core.HubBot
 
handleSpawnMessage(String, String) - Method in class twcore.core.HubBot
 
handleUpdateAccess(String, String) - Method in class twcore.core.HubBot
 
hasAntiwarpOn() - Method in class twcore.core.Player
 
hasAntiwarpOn() - Method in class twcore.core.PlayerPosition
 
hasShields() - Method in class twcore.core.Player
 
hasShields() - Method in class twcore.core.PlayerPosition
 
hasSuper() - Method in class twcore.core.Player
 
hasSuper() - Method in class twcore.core.PlayerPosition
 
hasXRadarOn() - Method in class twcore.core.Player
 
hasXRadarOn() - Method in class twcore.core.PlayerPosition
 
hideAllObjects() - Method in class twcore.core.Objset
 
hideAllObjects(int) - Method in class twcore.core.Objset
 
hideObject(int) - Method in class twcore.core.BotAction
Issues an LVZ object off command.
hideObject(int) - Method in class twcore.core.Objset
 
hideObject(int, int) - Method in class twcore.core.Objset
 
highPrioritySend(DatagramPacket) - Method in class twcore.core.Sender
 
HubBot - class twcore.core.HubBot.
 
HubBot(BotAction) - Constructor for class twcore.core.HubBot
 

I

incrementBackgroundCount() - Method in class twcore.core.SQLConnectionPool
 
incrementPointer() - Method in class twcore.core.ByteArray
 
InterProcessCommunicator - class twcore.core.InterProcessCommunicator.
 
InterProcessCommunicator() - Constructor for class twcore.core.InterProcessCommunicator
Creates a new instance of InterProcessCommunicator
InterProcessEvent - class twcore.core.InterProcessEvent.
 
InterProcessEvent(String, String, Object) - Constructor for class twcore.core.InterProcessEvent
Creates a new instance of InterProcessEvent
INVALID_CLASS - Static variable in class twcore.core.Session
 
ipcDestroyChannel(String) - Method in class twcore.core.BotAction
Explicitly destroys a channel
IPCMessage - class twcore.core.IPCMessage.
 
IPCMessage(String) - Constructor for class twcore.core.IPCMessage
 
IPCMessage(String, String) - Constructor for class twcore.core.IPCMessage
 
IPCMessage(String, String, String) - Constructor for class twcore.core.IPCMessage
 
ipcSubscribe(String) - Method in class twcore.core.BotAction
Subscribes the current bot to the specified IPC Channel.
ipcTransmit(String, Object) - Method in class twcore.core.BotAction
Transmits an object to the specified channel over inter-process communication.
ipcUnSubscribe(String) - Method in class twcore.core.BotAction
Unsubscribes this bot from the provided channelName.
isAllDigits(String) - Static method in class twcore.core.Tools
 
isAvailable() - Method in class twcore.core.SQLConnectionPool
 
isCloaked() - Method in class twcore.core.Player
 
isCloaked() - Method in class twcore.core.PlayerPosition
 
isEmpty() - Method in class twcore.core.SQLBackgroundQueue
 
isEmpty() - Method in class twcore.core.StringBag
 
isER(String) - Method in class twcore.core.OperatorList
 
isERExact(String) - Method in class twcore.core.OperatorList
 
isInSafe() - Method in class twcore.core.Player
 
isInSafe() - Method in class twcore.core.PlayerPosition
 
isMine() - Method in class twcore.core.WatchDamage
 
isModerator(String) - Method in class twcore.core.OperatorList
 
isModeratorExact(String) - Method in class twcore.core.OperatorList
 
isMultifire() - Method in class twcore.core.WatchDamage
 
isMultifire() - Method in class twcore.core.WeaponFired
 
isOperational() - Method in class twcore.core.SQLManager
 
isOwner(String) - Method in class twcore.core.OperatorList
 
isOwnerExact(String) - Method in class twcore.core.OperatorList
 
isPlaying() - Method in class twcore.core.Player
 
isShip(int) - Method in class twcore.core.Player
 
isSmod(String) - Method in class twcore.core.OperatorList
 
isSmodExact(String) - Method in class twcore.core.OperatorList
 
isStealthed() - Method in class twcore.core.Player
 
isStealthed() - Method in class twcore.core.PlayerPosition
 
isSysop(String) - Method in class twcore.core.OperatorList
 
isSysopExact(String) - Method in class twcore.core.OperatorList
 
isType(int) - Method in class twcore.core.WatchDamage
 
isType(int) - Method in class twcore.core.WeaponFired
 
isUFO() - Method in class twcore.core.Player
 
isUFO() - Method in class twcore.core.PlayerPosition
 
isWarpingIn() - Method in class twcore.core.Player
 
isWarpingIn() - Method in class twcore.core.PlayerPosition
 
isWeaponBouncyShrap() - Method in class twcore.core.WatchDamage
 
isWeaponBouncyShrap() - Method in class twcore.core.WeaponFired
 
isZH(String) - Method in class twcore.core.OperatorList
 
isZHExact(String) - Method in class twcore.core.OperatorList
 

J

joinArena(short) - Method in class twcore.core.BotAction
Causes the bot to join a public arena.
joinArena(short, short, short) - Method in class twcore.core.BotAction
Overloaded function to joinArena which allows to specify the resolution of the arena
joinArena(String) - Method in class twcore.core.BotAction
Causes the bot to join an arena.
joinArena(String, short, short) - Method in class twcore.core.BotAction
Overloaded function to joinArena which allows to specify the resolution of the arena
joinRandomPublicArena() - Method in class twcore.core.BotAction
Causes the bot to join a random public arena

L

lastModified(String) - Method in class twcore.core.AdaptiveClassLoader
Return the last modified time for a class in the ClassCache.
linkedStringChopper(String, char) - Static method in class twcore.core.Tools
 
LoadAccessLists() - Method in class twcore.core.HubBot
 
LOGGED_ON - Static variable in class twcore.core.EventRequester
 
LoggedOn - class twcore.core.LoggedOn.
 
loggedOn() - Method in class twcore.core.Session
 
LoggedOn(ByteArray) - Constructor for class twcore.core.LoggedOn
 

M

m_botAction - Variable in class twcore.core.SubspaceBot
 
m_requestedEvents - Variable in class twcore.core.SubspaceBot
 
main(String[]) - Static method in class twcore.core.Start
 
Message - class twcore.core.Message.
 
MESSAGE - Static variable in class twcore.core.EventRequester
 
Message(ByteArray) - Constructor for class twcore.core.Message
 
MessageLimiter - class twcore.core.MessageLimiter.
 
MessageLimiter(BotAction, SubspaceBot, int) - Constructor for class twcore.core.MessageLimiter
Creates a new instance of MessageLimiter
MODERATOR_LEVEL - Static variable in class twcore.core.OperatorList
 
move(int, int) - Method in class twcore.core.BotAction
Moves the bot to position X, Y.
move(int, int) - Method in class twcore.core.Ship
 
move(int, int, int, int) - Method in class twcore.core.BotAction
 
move(int, int, int, int) - Method in class twcore.core.Ship
 
move(int, int, int, int, int, int, int, int) - Method in class twcore.core.Ship
 
MOVEMENT_MOVING - Static variable in class twcore.core.Ship
 
MOVEMENT_UNMOVING - Static variable in class twcore.core.Ship
 
moveToTile(int, int) - Method in class twcore.core.BotAction
Moves the bot to the tile (x,y). 512, 512 is the center.
MOVING_TIME - Static variable in class twcore.core.Ship
 

N

NOT_RUNNING - Static variable in class twcore.core.Session
 

O

objectShown(int) - Method in class twcore.core.Objset
 
objectShown(int, int) - Method in class twcore.core.Objset
 
Objset - class twcore.core.Objset.
 
Objset() - Constructor for class twcore.core.Objset
 
OperatorList - class twcore.core.OperatorList.
 
OperatorList() - Constructor for class twcore.core.OperatorList
 
OPPOSING_TEAM_MESSAGE - Static variable in class twcore.core.Message
 
OWNER_LEVEL - Static variable in class twcore.core.OperatorList
 

P

parseFile(File, int) - Method in class twcore.core.OperatorList
 
parseFile(String, int) - Method in class twcore.core.OperatorList
 
parseItemCount(int) - Method in class twcore.core.PlayerPosition
 
parseTogglables(byte) - Method in class twcore.core.PlayerPosition
 
Player - class twcore.core.Player.
 
PLAYER_DEATH - Static variable in class twcore.core.EventRequester
 
PLAYER_ENTERED - Static variable in class twcore.core.EventRequester
 
PLAYER_LEFT - Static variable in class twcore.core.EventRequester
 
PLAYER_POSITION - Static variable in class twcore.core.EventRequester
 
Player(PlayerEntered) - Constructor for class twcore.core.Player
 
PlayerDeath - class twcore.core.PlayerDeath.
 
PlayerDeath(ByteArray) - Constructor for class twcore.core.PlayerDeath
 
PlayerEntered - class twcore.core.PlayerEntered.
 
PlayerEntered(ByteArray) - Constructor for class twcore.core.PlayerEntered
 
PlayerLeft - class twcore.core.PlayerLeft.
 
PlayerLeft(ByteArray) - Constructor for class twcore.core.PlayerLeft
 
PlayerPosition - class twcore.core.PlayerPosition.
 
PlayerPosition(ByteArray) - Constructor for class twcore.core.PlayerPosition
 
prepare() - Method in class twcore.core.Session
 
printLog(String) - Static method in class twcore.core.Tools
 
printLog(String, PrintWriter) - Static method in class twcore.core.Tools
 
printStackTrace(Exception) - Static method in class twcore.core.Tools
 
printStackTrace(String, Exception) - Static method in class twcore.core.Tools
 
PRIVATE_MESSAGE - Static variable in class twcore.core.Message
 
privateMessageSpam(int, String[]) - Method in class twcore.core.BotAction
Sends the contents of the String array to the player in private messages.
privateMessageSpam(String, String[]) - Method in class twcore.core.BotAction
Sends the contents of the String array to the player in private messages.
Prize - class twcore.core.Prize.
 
PRIZE - Static variable in class twcore.core.EventRequester
 
Prize(ByteArray) - Constructor for class twcore.core.Prize
 
prize(int, int) - Method in class twcore.core.BotAction
Issues a prize to a specified player
prize(String, int) - Method in class twcore.core.BotAction
Issue a prize to a specific player
prizeAll(int) - Method in class twcore.core.BotAction
Issues a prize to every player in the arena
prizeFreq(int, int) - Method in class twcore.core.BotAction
Issues a prize to a frequency of players.
processEvent(FlagClaimed) - Method in class twcore.core.Arena
 
processEvent(FlagClaimed) - Method in class twcore.core.Flag
 
processEvent(FlagDropped) - Method in class twcore.core.Arena
 
processEvent(FlagPosition) - Method in class twcore.core.Arena
 
processEvent(FlagPosition) - Method in class twcore.core.Flag
 
processEvent(FlagReward) - Method in class twcore.core.Arena
 
processEvent(FlagVictory) - Method in class twcore.core.Arena
 
processEvent(FrequencyChange) - Method in class twcore.core.Arena
 
processEvent(FrequencyShipChange) - Method in class twcore.core.Arena
 
processEvent(PlayerDeath) - Method in class twcore.core.Arena
 
processEvent(PlayerEntered) - Method in class twcore.core.Arena
 
processEvent(PlayerLeft) - Method in class twcore.core.Arena
 
processEvent(PlayerPosition) - Method in class twcore.core.Arena
 
processEvent(ScoreReset) - Method in class twcore.core.Arena
 
processEvent(ScoreUpdate) - Method in class twcore.core.Arena
 
PUBLIC_MACRO_MESSAGE - Static variable in class twcore.core.Message
 
PUBLIC_MESSAGE - Static variable in class twcore.core.Message
 
put(String, double) - Method in class twcore.core.BotSettings
 
put(String, int) - Method in class twcore.core.BotSettings
 
put(String, String) - Method in class twcore.core.BotSettings
 
putFile(String) - Method in class twcore.core.BotAction
Issues the command *putfile.

Q

query(String) - Method in class twcore.core.SQLConnectionPool
 
query(String, String) - Method in class twcore.core.SQLManager
 
queryBackground(String, String, String, SubspaceBot) - Method in class twcore.core.SQLManager
 
queryBackgroundHighPriority(String, String, String, SubspaceBot) - Method in class twcore.core.SQLManager
 

R

reachedMaxBackground() - Method in class twcore.core.SQLConnectionPool
 
readByte(int) - Method in class twcore.core.ByteArray
 
readByteArray(int, int) - Method in class twcore.core.ByteArray
 
readInt(int) - Method in class twcore.core.ByteArray
 
readLittleEndianInt(int) - Method in class twcore.core.ByteArray
 
readLittleEndianLong(int) - Method in class twcore.core.ByteArray
 
readLittleEndianShort(int) - Method in class twcore.core.ByteArray
 
readLong(int) - Method in class twcore.core.ByteArray
 
readNullTerminatedString(int) - Method in class twcore.core.ByteArray
 
readShort(int) - Method in class twcore.core.ByteArray
 
readString(int, int) - Method in class twcore.core.ByteArray
 
recordTime(String) - Method in class twcore.core.MessageLimiter
 
reduce(long) - Method in class twcore.core.MessageLimiter
 
registerCommand(String, int, Object, String) - Method in class twcore.core.CommandInterpreter
 
registerCommands() - Method in class twcore.core.HubBot
 
registerDefaultCommand(int, Object, String) - Method in class twcore.core.CommandInterpreter
 
reinstantiate() - Method in class twcore.core.AdaptiveClassLoader
Re-instantiate this class loader.
ReliablePacketHandler - class twcore.core.ReliablePacketHandler.
 
ReliablePacketHandler(GamePacketGenerator, GamePacketInterpreter, SSEncryption) - Constructor for class twcore.core.ReliablePacketHandler
 
REMOTE_PRIVATE_MESSAGE - Static variable in class twcore.core.Message
 
remotePrivateMessageSpam(String, String[]) - Method in class twcore.core.BotAction
Sends the contents of the String array to the player in remote private messages.
removeFromAll(SubspaceBot) - Method in class twcore.core.InterProcessCommunicator
 
repeatAdd(byte, int) - Method in class twcore.core.ByteArray
 
repeatAdd(byte, int, int) - Method in class twcore.core.ByteArray
 
repeatAdd(int, int) - Method in class twcore.core.ByteArray
 
repeatAdd(int, int, int) - Method in class twcore.core.ByteArray
 
request(int) - Method in class twcore.core.EventRequester
 
requestAll() - Method in class twcore.core.EventRequester
 
requestArenaList() - Method in class twcore.core.BotAction
Sends out a request for an ArenaList packet to be sent back.
resendUnackedPacket() - Method in class twcore.core.ReliablePacketHandler
 
resetFlagGame() - Method in class twcore.core.BotAction
Resets the flag game
resetRepository() - Method in class twcore.core.BotQueue
 
rotateDegrees(int) - Method in class twcore.core.Ship
 
rotateRadians(double) - Method in class twcore.core.Ship
 
run() - Method in class twcore.core.BotQueue
 
run() - Method in class twcore.core.Sender
 
run() - Method in class twcore.core.Session
 
run() - Method in class twcore.core.Ship
 
run() - Method in class twcore.core.SQLConnectionPool
 
run() - Method in class twcore.core.SQLManager
 
run() - Method in class twcore.core.SQLWorker
 
RUNNING - Static variable in class twcore.core.Session
 

S

save() - Method in class twcore.core.BotSettings
 
scheduleTask(TimerTask, long) - Method in class twcore.core.BotAction
Schedules a TimerTask to occur once at a future time.
scheduleTaskAtFixedRate(TimerTask, long, long) - Method in class twcore.core.BotAction
Schedules a TimerTask to occur repeatedly at an interval.
SCORE_RESET - Static variable in class twcore.core.EventRequester
 
SCORE_UPDATE - Static variable in class twcore.core.EventRequester
 
ScoreReset - class twcore.core.ScoreReset.
 
scoreReset() - Method in class twcore.core.Player
 
ScoreReset(ByteArray) - Constructor for class twcore.core.ScoreReset
 
scoreReset(int) - Method in class twcore.core.BotAction
Resets the scores of an individual player
scoreReset(String) - Method in class twcore.core.BotAction
Resets the scores of an individual player
scoreResetAll() - Method in class twcore.core.BotAction
Resets the scores of the players in an arena
ScoreUpdate - class twcore.core.ScoreUpdate.
 
ScoreUpdate(ByteArray) - Constructor for class twcore.core.ScoreUpdate
 
search(String) - Method in class twcore.core.SearchableStructure
 
SearchableStructure - class twcore.core.SearchableStructure.
 
SearchableStructure() - Constructor for class twcore.core.SearchableStructure
Creates a new instance of SearchableStructure
send(DatagramPacket) - Method in class twcore.core.Sender
 
sendAck(int) - Method in class twcore.core.GamePacketGenerator
 
sendAlertMessage(String, String) - Method in class twcore.core.BotAction
Sends a alert command as specified.
sendArenaLeft() - Method in class twcore.core.GamePacketGenerator
 
sendArenaLoginPacket(byte, short, short, short, String) - Method in class twcore.core.GamePacketGenerator
 
sendArenaMessage(String) - Method in class twcore.core.BotAction
Displays a green arena message to the arena the bot is in.
sendArenaMessage(String, int) - Method in class twcore.core.BotAction
Displays a green arena message to the arena the bot is in, with a sound code.
sendAttachRequestPacket(short) - Method in class twcore.core.GamePacketGenerator
 
sendChatMessage(int, String) - Method in class twcore.core.BotAction
Sends a chat message to a specific chat number.
sendChatMessage(int, String, int) - Method in class twcore.core.BotAction
Sends a chat message to a specific chat number, with a sound code.
sendChatMessage(String) - Method in class twcore.core.BotAction
Sends a chat message to the first chat.
sendChatPacket(byte, byte, short, String) - Method in class twcore.core.GamePacketGenerator
 
sendCheaterMessage(String) - Method in class twcore.core.BotAction
Sends a "?
sendClientKey(int) - Method in class twcore.core.GamePacketGenerator
 
sendClusteredPacket() - Method in class twcore.core.GamePacketGenerator
 
sendDeath(int) - Method in class twcore.core.BotAction
Sends a death packet.
sendDisconnect() - Method in class twcore.core.GamePacketGenerator
 
Sender - class twcore.core.Sender.
 
Sender(ThreadGroup, DatagramSocket) - Constructor for class twcore.core.Sender
 
sendFile(String, ByteArray) - Method in class twcore.core.GamePacketGenerator
 
sendFlagDropPacket() - Method in class twcore.core.GamePacketGenerator
 
sendFlagRequestPacket(short) - Method in class twcore.core.GamePacketGenerator
 
sendFreqChangePacket(short) - Method in class twcore.core.GamePacketGenerator
 
sendHelpMessage(String) - Method in class twcore.core.BotAction
Sends a "?
sendMassiveChunkPacket(ByteArray) - Method in class twcore.core.GamePacketGenerator
 
sendOpposingTeamMessage(int, String) - Method in class twcore.core.BotAction
Send a message to a whole frequency of players.
sendOpposingTeamMessage(int, String, int) - Method in class twcore.core.BotAction
Send a message to a whole frequency of players.
sendPasswordPacket(String, String) - Method in class twcore.core.GamePacketGenerator
 
sendPlayerDeath(int, int) - Method in class twcore.core.GamePacketGenerator
 
sendPositionPacket() - Method in class twcore.core.Ship
 
sendPositionPacket(byte, short, short, byte, short, short, short, short, short) - Method in class twcore.core.GamePacketGenerator
 
sendPrivateMessage(int, String) - Method in class twcore.core.BotAction
Sends a private message to someone in the same arena.
sendPrivateMessage(int, String, int) - Method in class twcore.core.BotAction
Sends a private message to someone in the same arena.
sendPrivateMessage(String, String) - Method in class twcore.core.BotAction
Sends a private message to someone in the same arena.
sendPrivateMessage(String, String, int) - Method in class twcore.core.BotAction
Sends a private message to someone in the same arena.
sendPublicMessage(String) - Method in class twcore.core.BotAction
Sends a normal (blue) message to the public chat.
sendPublicMessage(String, int) - Method in class twcore.core.BotAction
Sends a normal (blue) message to the public chat with a sound code.
sendReliableMessage(ByteArray) - Method in class twcore.core.GamePacketGenerator
 
sendReliableMessage(ByteArray) - Method in class twcore.core.ReliablePacketHandler
 
sendRemotePrivateMessage(String, String) - Method in class twcore.core.BotAction
Sends a remote private message.
sendRemotePrivateMessage(String, String, int) - Method in class twcore.core.BotAction
Sends a remote private message.
sendShipChangePacket(short) - Method in class twcore.core.GamePacketGenerator
 
sendSmartPrivateMessage(String, String) - Method in class twcore.core.BotAction
Sends a smart private message.
sendSmartPrivateMessage(String, String, int) - Method in class twcore.core.BotAction
Sends a smart private message.
sendSpecPacket(int) - Method in class twcore.core.GamePacketGenerator
 
sendSpectatePacket(short) - Method in class twcore.core.GamePacketGenerator
 
sendSquadMessage(String, String) - Method in class twcore.core.BotAction
Sends a squad message to a specific squad.
sendSquadMessage(String, String, int) - Method in class twcore.core.BotAction
Sends a squad message to a specific squad with a sound code.
sendSyncPacket(int, int) - Method in class twcore.core.GamePacketGenerator
 
sendSyncRequest() - Method in class twcore.core.GamePacketGenerator
 
sendSyncResponse(int) - Method in class twcore.core.GamePacketGenerator
 
sendTeamMessage(String) - Method in class twcore.core.BotAction
Send a message to your teammates.
sendTeamMessage(String, int) - Method in class twcore.core.BotAction
Send a message to your teammates.
sendUnfilteredPrivateMessage(int, String) - Method in class twcore.core.BotAction
Sends a private message without any filtration.
sendUnfilteredPrivateMessage(int, String, int) - Method in class twcore.core.BotAction
Sends a private message without any filtration.
sendUnfilteredPrivateMessage(String, String) - Method in class twcore.core.BotAction
Sends a private message without any filtration.
sendUnfilteredPrivateMessage(String, String, int) - Method in class twcore.core.BotAction
Sends a private message without any filtration.
sendUnfilteredPublicMessage(String) - Method in class twcore.core.BotAction
Sends a private message without any filtration.
sendUnfilteredPublicMessage(String, int) - Method in class twcore.core.BotAction
Sends a private message without any filtration.
sendZoneMessage(String) - Method in class twcore.core.BotAction
Sends a zone wide advertisement.
sendZoneMessage(String, int) - Method in class twcore.core.BotAction
Sends a zone wide advertisement.
SERVER_ERROR - Static variable in class twcore.core.Message
 
Session - class twcore.core.Session.
 
Session(CoreData, Class, String, String, ThreadGroup) - Constructor for class twcore.core.Session
 
set(int, boolean) - Method in class twcore.core.EventRequester
 
setAlltoFreq(int) - Method in class twcore.core.BotAction
Changes the frequency of all the playing players in the game to a specified frequency.
setClientKey(ByteArray) - Method in class twcore.core.SSEncryption
 
setClientKey(long) - Method in class twcore.core.SSEncryption
 
setDoors(int) - Method in class twcore.core.BotAction
Sets the doors in the arena to the specified value.
setDoors(String) - Method in class twcore.core.BotAction
Uses a binary string such as "11010110" to turn specific doors on or off.
setFreq(int) - Method in class twcore.core.Ship
 
setFreq(int, int) - Method in class twcore.core.BotAction
Changes the frequency a player is on.
setFreq(String, int) - Method in class twcore.core.BotAction
Changes the frequency a player is on.
setFreqtoFreq(int, int) - Method in class twcore.core.BotAction
Changes all the players on one freq to another freq.
setMessageLimit(int) - Method in class twcore.core.BotAction
Sets up spam protection for the bot.
setMessageLimiter(int, BotAction) - Method in class twcore.core.GamePacketInterpreter
 
setMoving(boolean) - Method in class twcore.core.Ship
 
setObjects() - Method in class twcore.core.BotAction
Sets private objects of an individual player
setObjects(int) - Method in class twcore.core.BotAction
Sets private objects of an individual player
setPacketSendDelay(int) - Method in class twcore.core.BotAction
Adjusts the packet send delay.
setPlayer(PlayerEntered) - Method in class twcore.core.Player
 
setPointerIndex(int) - Method in class twcore.core.ByteArray
 
setReliableKills(int) - Method in class twcore.core.BotAction
Sets the kill message reliability to an integer bounty value.
setReliablePacketHandler(ReliablePacketHandler) - Method in class twcore.core.GamePacketGenerator
 
setReliablePacketHandler(ReliablePacketHandler) - Method in class twcore.core.GamePacketInterpreter
 
setResultSet(ResultSet) - Method in class twcore.core.SQLResultEvent
 
setRotation(int) - Method in class twcore.core.Ship
 
setSendDelay(int) - Method in class twcore.core.GamePacketGenerator
 
setServerKey(ByteArray) - Method in class twcore.core.SSEncryption
 
setServerKey(long) - Method in class twcore.core.SSEncryption
 
setServerTimeDifference(int) - Method in class twcore.core.GamePacketGenerator
 
setShip(int) - Method in class twcore.core.Ship
 
setShip(int, int) - Method in class twcore.core.BotAction
Changes the ship type of a player.
setShip(String, int) - Method in class twcore.core.BotAction
Changes the ship type of a player.
setSubspaceBot(SubspaceBot) - Method in class twcore.core.GamePacketInterpreter
 
setThorAdjust(int) - Method in class twcore.core.BotAction
Sets the power of the thor weapons
setTimer(int) - Method in class twcore.core.BotAction
Sets the *timer game timer
Ship - class twcore.core.Ship.
 
shipName(int) - Static method in class twcore.core.Tools
 
shipReset(int) - Method in class twcore.core.BotAction
Issues a *shipreset to a specific player
shipReset(String) - Method in class twcore.core.BotAction
Issues a *shipreset to a specific player
shipResetAll() - Method in class twcore.core.BotAction
Issues a *shipreset to all players in the arena
shouldReload() - Method in class twcore.core.AdaptiveClassLoader
Check whether the classloader should be reinstantiated.
shouldReload(String) - Method in class twcore.core.AdaptiveClassLoader
Check to see if a given class should be reloaded because of a modification to the original class.
show() - Method in class twcore.core.ByteArray
 
show(byte[]) - Static method in class twcore.core.ByteArray
 
showObject(int) - Method in class twcore.core.BotAction
Issues an LVZ object on command.
showObject(int) - Method in class twcore.core.Objset
 
showObject(int, int) - Method in class twcore.core.Objset
 
showShort() - Method in class twcore.core.ByteArray
 
showShort(byte[]) - Static method in class twcore.core.ByteArray
 
showShort(ByteArray) - Static method in class twcore.core.ByteArray
 
shrinkArray(int) - Method in class twcore.core.ByteArray
 
SimpleFileFilter - class twcore.core.SimpleFileFilter.
Class that implements the java.io.FilenameFilter interface.
SimpleFileFilter(String) - Constructor for class twcore.core.SimpleFileFilter
 
SimpleFileFilter(String[]) - Constructor for class twcore.core.SimpleFileFilter
 
size() - Method in class twcore.core.Arena
 
size() - Method in class twcore.core.ByteArray
 
size() - Method in class twcore.core.StringBag
 
smartPrivateMessageSpam(String, String[]) - Method in class twcore.core.BotAction
This Sends the contents of the String array to the player in smart private messages.
SMOD_LEVEL - Static variable in class twcore.core.OperatorList
 
SOCCER_GOAL - Static variable in class twcore.core.EventRequester
 
SoccerGoal - class twcore.core.SoccerGoal.
 
SoccerGoal(ByteArray) - Constructor for class twcore.core.SoccerGoal
 
spawn(String, String) - Method in class twcore.core.HubBot
 
spec(int) - Method in class twcore.core.BotAction
Issues a /*spec command to the player supplied by the parameter.
spec(String) - Method in class twcore.core.BotAction
Issues a /*spec command to the player supplied by the parameter.
specAll() - Method in class twcore.core.BotAction
Places all players in the arena into spectator mode.
spectatePlayer(int) - Method in class twcore.core.BotAction
Sets the bot to spectate the specified player and surrounding area
spectatePlayer(String) - Method in class twcore.core.BotAction
Sets the bot to spectate the specified player and surrounding area
SQLBackgroundInsertInto(String, String, String[], String[]) - Method in class twcore.core.BotAction
Insert Into helper method.
SQLBackgroundQuery(String, String, String) - Method in class twcore.core.BotAction
Runs a high priority backround SQL Query.
SQLBackgroundQueue - class twcore.core.SQLBackgroundQueue.
 
SQLBackgroundQueue() - Constructor for class twcore.core.SQLBackgroundQueue
Creates a new instance of SQLBackgroundQueue
SQLConnectionPool - class twcore.core.SQLConnectionPool.
 
SQLConnectionPool(String, String, int, int, int, String) - Constructor for class twcore.core.SQLConnectionPool
 
SQLHighPriorityBackgroundQuery(String, String, String) - Method in class twcore.core.BotAction
Runs a high priority background query.
SQLInsertInto(String, String, String[], String[]) - Method in class twcore.core.BotAction
Insert Into helper method.
SQLisOperational() - Method in class twcore.core.BotAction
If the SQL connection pools weren't initialized properly for some reason, this method will return false.
SQLManager - class twcore.core.SQLManager.
 
SQLManager(File) - Constructor for class twcore.core.SQLManager
Creates a new instance of MySQLManager
SQLQuery(String, String) - Method in class twcore.core.BotAction
Runs a direct SQL Query.
SQLResultEvent - class twcore.core.SQLResultEvent.
 
SQLResultEvent(String, String, SubspaceBot) - Constructor for class twcore.core.SQLResultEvent
Creates a new instance of SQLResultEvent
SQLWorker - class twcore.core.SQLWorker.
 
SQLWorker(SQLConnectionPool, SQLResultEvent, SQLManager) - Constructor for class twcore.core.SQLWorker
Creates a new instance of SQLWorker
SSEncryption - class twcore.core.SSEncryption.
 
SSEncryption() - Constructor for class twcore.core.SSEncryption
 
SSEncryption(ByteArray, ByteArray) - Constructor for class twcore.core.SSEncryption
 
SSEncryption(long, long) - Constructor for class twcore.core.SSEncryption
 
Start - class twcore.core.Start.
 
Start() - Constructor for class twcore.core.Start
 
STARTING - Static variable in class twcore.core.Session
 
status() - Method in class twcore.core.SQLManager
 
StringBag - class twcore.core.StringBag.
 
StringBag() - Constructor for class twcore.core.StringBag
Creates a new instance of StringBag
StringBag(String) - Constructor for class twcore.core.StringBag
 
stringChopper(String, char) - Static method in class twcore.core.SearchableStructure
 
stringChopper(String, char) - Static method in class twcore.core.Tools
 
subscribe(String, SubspaceBot) - Method in class twcore.core.InterProcessCommunicator
 
SubspaceBot - class twcore.core.SubspaceBot.
 
SubspaceBot(BotAction) - Constructor for class twcore.core.SubspaceBot
 
SubspaceEvent - class twcore.core.SubspaceEvent.
 
SubspaceEvent() - Constructor for class twcore.core.SubspaceEvent
 
SYSOP_LEVEL - Static variable in class twcore.core.OperatorList
 

T

TEAM_MESSAGE - Static variable in class twcore.core.Message
 
toByteArray(int[]) - Static method in class twcore.core.ByteArray
 
toggleBlueOut() - Method in class twcore.core.BotAction
Starts or ends blue message out, depending on state.
toggleLocked() - Method in class twcore.core.BotAction
Locks or unlocks the arena, depending on game state.
toggleWatchDamage(int) - Method in class twcore.core.BotAction
Toggles WatchDamage for this player.
toggleWatchDamage(String) - Method in class twcore.core.BotAction
Toggles WatchDamage for this player.
Tools - class twcore.core.Tools.
 
Tools() - Constructor for class twcore.core.Tools
 
toSet() - Method in class twcore.core.Objset
 
toSet(int) - Method in class twcore.core.Objset
 
toString() - Method in class twcore.core.SQLConnectionPool
 
toString() - Method in class twcore.core.StringBag
 
totalConnections() - Method in class twcore.core.SQLConnectionPool
 
translateGamePacket(ByteArray, boolean) - Method in class twcore.core.GamePacketInterpreter
 
TurretEvent - class twcore.core.TurretEvent.
 
TurretEvent(ByteArray) - Constructor for class twcore.core.TurretEvent
 
twcore.core - package twcore.core
 

U

unattach() - Method in class twcore.core.Ship
 
Unknown() - Method in class twcore.core.PlayerPosition
 
UNMOVING_TIME - Static variable in class twcore.core.Ship
 
unSubscribe(String, SubspaceBot) - Method in class twcore.core.InterProcessCommunicator
 
updatePlayer(FlagReward) - Method in class twcore.core.Player
 
updatePlayer(FlagVictory) - Method in class twcore.core.Player
 
updatePlayer(FrequencyChange) - Method in class twcore.core.Player
 
updatePlayer(FrequencyShipChange) - Method in class twcore.core.Player
 
updatePlayer(PlayerDeath) - Method in class twcore.core.Player
 
updatePlayer(PlayerPosition) - Method in class twcore.core.Player
 
updatePlayer(ScoreReset) - Method in class twcore.core.Player
 
updatePlayer(ScoreUpdate) - Method in class twcore.core.Player
 

W

WARNING_MESSAGE - Static variable in class twcore.core.Message
 
warnPlayer(int, String) - Method in class twcore.core.BotAction
Warns the player with a moderator warning
warnPlayer(String, String) - Method in class twcore.core.BotAction
Warns the player with a moderator warning
warpAllRandomly() - Method in class twcore.core.BotAction
Warps the warp prize to all playing players in the arena.
warpAllToLocation(int, int) - Method in class twcore.core.BotAction
Warps all the players in the arena to location X, Y.
warpFreqToLocation(int, int, int) - Method in class twcore.core.BotAction
Warps all the players on a frequency to location X, Y.
warpTo(int, int, int) - Method in class twcore.core.BotAction
Warps a player to the given coordinates
warpTo(String, int, int) - Method in class twcore.core.BotAction
Warps a player to the given coordinates
WATCH_DAMAGE - Static variable in class twcore.core.EventRequester
 
WatchDamage - class twcore.core.WatchDamage.
This class represents watchdamage packets.
WatchDamage(ByteArray) - Constructor for class twcore.core.WatchDamage
 
WEAPON_BOMB - Static variable in class twcore.core.WatchDamage
 
WEAPON_BOMB - Static variable in class twcore.core.WeaponFired
 
WEAPON_BULLET - Static variable in class twcore.core.WatchDamage
 
WEAPON_BULLET - Static variable in class twcore.core.WeaponFired
 
WEAPON_BULLET_BOUNCING - Static variable in class twcore.core.WatchDamage
 
WEAPON_BULLET_BOUNCING - Static variable in class twcore.core.WeaponFired
 
WEAPON_BURST - Static variable in class twcore.core.WatchDamage
 
WEAPON_BURST - Static variable in class twcore.core.WeaponFired
 
WEAPON_DECOY - Static variable in class twcore.core.WatchDamage
 
WEAPON_DECOY - Static variable in class twcore.core.WeaponFired
 
WEAPON_EMP_BOMB - Static variable in class twcore.core.WatchDamage
 
WEAPON_EMP_BOMB - Static variable in class twcore.core.WeaponFired
 
WEAPON_FIRED - Static variable in class twcore.core.EventRequester
 
WEAPON_MINE - Static variable in class twcore.core.WatchDamage
 
WEAPON_MINE - Static variable in class twcore.core.WeaponFired
 
WEAPON_MULTIFIRE - Static variable in class twcore.core.WatchDamage
 
WEAPON_MULTIFIRE - Static variable in class twcore.core.WeaponFired
 
WEAPON_NOTMINE - Static variable in class twcore.core.WatchDamage
 
WEAPON_NOTMINE - Static variable in class twcore.core.WeaponFired
 
WEAPON_REPEL - Static variable in class twcore.core.WatchDamage
 
WEAPON_REPEL - Static variable in class twcore.core.WeaponFired
 
WEAPON_SINGLEFIRE - Static variable in class twcore.core.WatchDamage
 
WEAPON_SINGLEFIRE - Static variable in class twcore.core.WeaponFired
 
WEAPON_THOR - Static variable in class twcore.core.WatchDamage
 
WEAPON_THOR - Static variable in class twcore.core.WeaponFired
 
WeaponFired - class twcore.core.WeaponFired.
 
WeaponFired(ByteArray) - Constructor for class twcore.core.WeaponFired
 

Z

ZH_LEVEL - Static variable in class twcore.core.OperatorList
 

A B C D E F G H I J L M N O P Q R S T U W Z