A B C D E G I K M S T V W 

A

ARMOR_ARMOR - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ARMOR_BOOTS - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ARMOR_CLOAK - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ARMOR_GLOVES - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ARMOR_HELMET - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ARMOR_SHIELD - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 

B

Board - Interface in com.sun.sgs.example.hack.share
This is the interface used by all classes that store and share data for Levels.
BoardSpace - Class in com.sun.sgs.example.hack.share
This represents a single space on a level.
BoardSpace(int, int, int[]) - Constructor for class com.sun.sgs.example.hack.share.BoardSpace
Creates an instance of BoardSpace.

C

CHAR_ARCHAEOLOGIST - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
CHAR_BARBARIAN - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
CHAR_FRED - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
CHAR_GUARD - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
CHAR_PRIEST - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
CHAR_THIEF - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
CHAR_TOURIST - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
CHAR_VALKYRIE - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
CHAR_WARRIOR - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
CHAR_WIZARD - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
CharacterStats - Class in com.sun.sgs.example.hack.share
This class represents the basic statistics and information associated with characters.
CharacterStats(String, int, int, int, int, int, int, int, int) - Constructor for class com.sun.sgs.example.hack.share.CharacterStats
Creates an instance of CharacterStats.
com.sun.sgs.example.hack.share - package com.sun.sgs.example.hack.share
 
Commands - Class in com.sun.sgs.example.hack.share
 
Commands.Command - Enum in com.sun.sgs.example.hack.share
 

D

decode(int) - Static method in class com.sun.sgs.example.hack.share.Commands
 
decode(int) - Static method in class com.sun.sgs.example.hack.share.KeyMessages
 

E

encode(Commands.Command) - Static method in class com.sun.sgs.example.hack.share.Commands
 
encode(KeyMessages.Type) - Static method in class com.sun.sgs.example.hack.share.KeyMessages
 

G

GameIdentifiers - Class in com.sun.sgs.example.hack.share
A simple set of identifiesd for all the sprites in the default map.
GameIdentifiers() - Constructor for class com.sun.sgs.example.hack.share.GameIdentifiers
 
GameMembershipDetail - Class in com.sun.sgs.example.hack.share
This class provides basic detail about the membership of a game.
GameMembershipDetail(String, int) - Constructor for class com.sun.sgs.example.hack.share.GameMembershipDetail
Creates an instance of GameMembershipDetail.
getAt(int, int) - Method in interface com.sun.sgs.example.hack.share.Board
Returns the identifier stack at the given location.
getAt(int, int) - Method in class com.sun.sgs.example.hack.share.SnapshotBoard
Returns the identifier stack at the given location.
getCharisma() - Method in class com.sun.sgs.example.hack.share.CharacterStats
 
getConstitution() - Method in class com.sun.sgs.example.hack.share.CharacterStats
 
getCount() - Method in class com.sun.sgs.example.hack.share.GameMembershipDetail
Returns the membership count for this game.
getDexterity() - Method in class com.sun.sgs.example.hack.share.CharacterStats
 
getGame() - Method in class com.sun.sgs.example.hack.share.GameMembershipDetail
Returns the name of the game.
getHeight() - Method in interface com.sun.sgs.example.hack.share.Board
Returns the height of this board.
getHeight() - Method in class com.sun.sgs.example.hack.share.SnapshotBoard
Returns the height of this board.
getHitPoints() - Method in class com.sun.sgs.example.hack.share.CharacterStats
 
getIdentifiers() - Method in class com.sun.sgs.example.hack.share.BoardSpace
Returns the stack of identifiers at this space.
getIntelligence() - Method in class com.sun.sgs.example.hack.share.CharacterStats
 
getMaxHitPoints() - Method in class com.sun.sgs.example.hack.share.CharacterStats
 
getName() - Method in class com.sun.sgs.example.hack.share.CharacterStats
 
getStrength() - Method in class com.sun.sgs.example.hack.share.CharacterStats
 
getWidth() - Method in interface com.sun.sgs.example.hack.share.Board
Returns the width of this board.
getWidth() - Method in class com.sun.sgs.example.hack.share.SnapshotBoard
Returns the width of this board.
getWisdom() - Method in class com.sun.sgs.example.hack.share.CharacterStats
 
getX() - Method in class com.sun.sgs.example.hack.share.BoardSpace
Returns the x-coordinate for this space.
getY() - Method in class com.sun.sgs.example.hack.share.BoardSpace
Returns the y-coordinate for this space.

I

isDark() - Method in interface com.sun.sgs.example.hack.share.Board
Returns whether or not the level is dark.
isDark() - Method in class com.sun.sgs.example.hack.share.SnapshotBoard
Returns whether or not the level is dark.
ITEM_BAG - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ITEM_BOOK_BLUE - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ITEM_BOOK_BROWN - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ITEM_BOOK_GREEN - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ITEM_BOOK_RED - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ITEM_CHEST - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ITEM_CORPSE - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ITEM_FOOD - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ITEM_GOLD - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ITEM_KEY - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ITEM_LANTERN - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ITEM_ORB - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ITEM_POTION_BLUE - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ITEM_POTION_GREEN - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ITEM_POTION_PINK - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ITEM_POTION_PURPLE - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ITEM_RING_GREEN - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ITEM_RING_PURPLE - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ITEM_RING_RED - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ITEM_RING_WHITE - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ITEM_SCROLL_BLUE - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ITEM_SCROLL_GREEN - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ITEM_SCROLL_PURPLE - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ITEM_SCROLL_RED - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
ITEM_TORCH - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 

K

KeyMessages - Class in com.sun.sgs.example.hack.share
This is a simple collection of messages to define key presses.
KeyMessages() - Constructor for class com.sun.sgs.example.hack.share.KeyMessages
 
KeyMessages.Type - Enum in com.sun.sgs.example.hack.share
 

M

MONSTER_ANT - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
MONSTER_BAT - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
MONSTER_BEHOLDER - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
MONSTER_CAVEMAN - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
MONSTER_CENTAUR - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
MONSTER_DEMON - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
MONSTER_DRAGON - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
MONSTER_FUNGUS - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
MONSTER_GHOST - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
MONSTER_GRUE - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
MONSTER_MIMIC - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
MONSTER_MINOTAUR - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
MONSTER_ORC - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
MONSTER_RODENT - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
MONSTER_SLIME - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
MONSTER_SNAKE - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
MONSTER_UNICORN - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
MONSTER_VAMPIRE - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
MONSTER_WILL_O_WISP - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
MONSTER_ZOMBIE - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 

S

setCharisma(int) - Method in class com.sun.sgs.example.hack.share.CharacterStats
 
setConstitution(int) - Method in class com.sun.sgs.example.hack.share.CharacterStats
 
setDexterity(int) - Method in class com.sun.sgs.example.hack.share.CharacterStats
 
setHitPoints(int) - Method in class com.sun.sgs.example.hack.share.CharacterStats
 
setIntelligence(int) - Method in class com.sun.sgs.example.hack.share.CharacterStats
 
setMaxHitPoints(int) - Method in class com.sun.sgs.example.hack.share.CharacterStats
 
setStrength(int) - Method in class com.sun.sgs.example.hack.share.CharacterStats
 
setWisdom(int) - Method in class com.sun.sgs.example.hack.share.CharacterStats
 
SnapshotBoard - Class in com.sun.sgs.example.hack.share
This is a simple implementation of Board that is used to capture state at some point in time.
SnapshotBoard(Board) - Constructor for class com.sun.sgs.example.hack.share.SnapshotBoard
Creates a new SnapshotBoard based on the state of the given Board.
SPACE_ALTAR - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
SPACE_BLANK - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
SPACE_CORNER_LL - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
SPACE_CORNER_LR - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
SPACE_CORNER_LR_SH - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
SPACE_CORNER_UL - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
SPACE_CORNER_UL_SH - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
SPACE_CORNER_UR - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
SPACE_FLOOR - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
SPACE_FOUNTAIN - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
SPACE_HDOOR_CLOSED - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
SPACE_HDOOR_OPEN - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
SPACE_HLYGRND - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
SPACE_HWALL - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
SPACE_STAIRS_DOWN - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
SPACE_STAIRS_UP - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
SPACE_UNUSED - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
SPACE_VDOOR_CLOSED - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
SPACE_VDOOR_OPEN - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
SPACE_VWALL - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 

T

toString() - Method in class com.sun.sgs.example.hack.share.BoardSpace
 
toString() - Method in class com.sun.sgs.example.hack.share.CharacterStats
 

V

valueOf(String) - Static method in enum com.sun.sgs.example.hack.share.Commands.Command
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.sgs.example.hack.share.KeyMessages.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sun.sgs.example.hack.share.Commands.Command
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.sgs.example.hack.share.KeyMessages.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

WEAPON_AXE - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
WEAPON_CLUB - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
WEAPON_DAGGER - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
WEAPON_MACE - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
WEAPON_STAFF - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
WEAPON_SWORD - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
WEAPON_WAND - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
WEAPON_WAND_SILLY - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
WEAPON_WHIP - Static variable in class com.sun.sgs.example.hack.share.GameIdentifiers
 
A B C D E G I K M S T V W 

Copyright © 2013. All Rights Reserved.