A C D E G H I K L M N O P Q R S T U W

G

game - package game
 
Game - Class in core
Game Contains basic methods for running a game in wormwood.
Game(String) - Constructor for class core.Game
Instantiates a new game.
get(String) - Static method in class cmd.Alias
Get specified alias
getAge() - Method in class obj.Character
 
getCmd() - Method in class obj.Item
 
getCommand() - Method in class cmd.Alias
Get the command that is tied to this alias
getCoord(Room) - Method in class core.Grid
Returns the coordinates of point p in an array with index 0 = x and 1 = y
getDesc() - Method in class obj.Entity
 
getDestRoom(Room) - Method in class obj.Exit
 
getExit(Room, String) - Method in class core.Grid
Returns the exit corresponding to the room and direction specified
getGender() - Method in class obj.Character
 
getGrid() - Method in class obj.Player
 
getInventory() - Method in class obj.Player
 
getItem(String) - Method in class obj.Player
 
getItem(String) - Method in class obj.Room
 
getItems() - Method in class obj.Room
 
getLastIndex(Object[]) - Static method in class core.HandleData
getLastIndex Gets the last none-null index of the array
getName() - Method in class obj.Entity
 
getNPC(String) - Method in class obj.Room
 
getNPCs() - Method in class obj.Room
 
getNumUses() - Method in class obj.Item
 
getOffset(Room, Room) - Method in class core.Grid
Returns the offset from r1 to r2
getParams() - Method in class cmd.Alias
Casts the list of params into an array
getRoom() - Method in class obj.Player
 
getRoomDesc() - Method in class obj.Entity
 
getRooms() - Method in class obj.Exit
 
getStart() - Method in class core.Grid
Returns the start room
Grid - Class in core
 
Grid(int, int) - Constructor for class core.Grid
Starts a new grid with specified dimensions, Xmax by Ymax

A C D E G H I K L M N O P Q R S T U W