Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z
G
Game
- class zork2Class.
Game
.
the class Game creation :5 mai 03 at 17:53:31
Game()
- Constructor for class zork2Class.
Game
the constructor for game
GameFrame
- class gameIHM.
GameFrame
.
the game frame class. this frame containe a game zone which represent the current room, a minimap which represent the closest room, a button zone with differents commands a zone which display the players attributs, and an inventaire
GameFrame(Game)
- Constructor for class gameIHM.
GameFrame
Constructor for GameFrame.create a game frame with all the component already created.
gameIHM
- package gameIHM
getAnswer()
- Method in class zork2Class.
QuestionOrdeal
Returns the answer.
getAnswerChoice()
- Method in class zork2Class.
WithQCM
Returns the answerChoice.
getAnswerNumber()
- Method in class zork2Class.
WithoutQCM
Returns the answerNumber
getBaseDexterityLevel()
- Method in class zork2Class.
Player
method :int getBaseDexterityLevel
getBaseEnergyLevel()
- Method in class zork2Class.
Player
Returns the energyLevel.
getBaseIntelligenceLevel()
- Method in class zork2Class.
Player
method :int getBaseIntelligenceLevel
getBaseStrengthLevel()
- Method in class zork2Class.
Player
Returns the strengthLevel.
getCardinalPosition()
- Method in class zork2Class.
Player
Method getCardinalPosition.
getChest()
- Method in class zork2Class.
Room
This method return the chest which is on the room.
getCommande()
- Method in class gameIHM.
KeyTimer
method :String getCommande
getCurrentEnergy()
- Method in class zork2Class.
Player
method :int getCurrentEnergy
getCurrentMonsterEnergy()
- Method in class zork2Class.
FightOrdeal
method :int get Current Monster Energy
getCurrentRoom()
- Method in class zork2Class.
Player
Returns the currentRoom.
getCurrentWeapon()
- Method in class zork2Class.
Player
Returns the currentWeapon.
getDescription()
- Method in class zork2Class.
Item
Returns the itemDescription.
getDescription()
- Method in class zork2Class.
Ordeal
Returns the description.
getDescription()
- Method in class zork2Class.
Room
Returns the Description of the current room.
getDestination()
- Method in class zork2Class.
Door
Returns the destination room.
getDestinationName()
- Method in class zork2Class.
Door
Returns the destination room name.
getDexterityAdd()
- Method in class zork2Class.
Item
Returns the dexterityAdd.
getDexterityBonus()
- Method in class zork2Class.
Reward
Returns the dexterityBonus.
getDexterityLevel()
- Method in class zork2Class.
Player
Returns the dexterityLevel.
getDexterityLevel()
- Method in class zork2Class.
SkillOrdeal
Returns the dexterityLevel.
getDoorEast()
- Method in class zork2Class.
Room
Returns the doorEast.
getDoorNorth()
- Method in class zork2Class.
Room
Returns the doorNorth.
getDoorSouth()
- Method in class zork2Class.
Room
Returns the doorSouth.
getDoorWest()
- Method in class zork2Class.
Room
Returns the doorWest.
getDungeonName()
- Method in class zork2Class.
Game
getEnergyAdd()
- Method in class zork2Class.
Item
Returns the energyAdd.
getEnergyBonus()
- Method in class zork2Class.
Reward
Returns the energyBonus.
getEnergyLevel()
- Method in class zork2Class.
Player
method :int getEnergyLevel
getFenetre()
- Method in class zork2Class.
Game
Returns the game window.
getFenetreLoading()
- Method in class zork2Class.
Game
method :JDialog getFenetreLoading
getFinalRoom()
- Method in class zork2Class.
DungeonFileLoading
Returns the finalRoom, this is the last room of the game.
getFinalRoom()
- Method in class zork2Class.
DungeonFileReader
Returns the finalRoom.
getFinalRoom()
- Method in class zork2Class.
Game
Returns the finalRoom.
getFinalRoomName()
- Method in class zork2Class.
DungeonFileReader
Returns the finalRoom name.
getFirstRoom()
- Method in class zork2Class.
DungeonFileLoading
Returns the firstRoom, this is the first room of the game.
getFirstRoom()
- Method in class zork2Class.
DungeonFileReader
Returns the firstRoom.
getFirstRoom()
- Method in class zork2Class.
Game
Returns the firstRoom.
getFirstRoomName()
- Method in class zork2Class.
DungeonFileReader
Returns the firstRoom name.
getGame()
- Method in class gameIHM.
GameFrame
Returns the game.
getImage()
- Method in class zork2Class.
Item
Returns the image.
getImgBackWall()
- Method in class zork2Class.
Room
The imgBackWall is the image of the back wall which is display in the game Screen.
getImgChestClose()
- Method in class zork2Class.
Chest
Returns the chest Close image.
getImgChestOpen()
- Method in class zork2Class.
Chest
Returns the Chest Open image.
getImgDoor()
- Method in class zork2Class.
Door
Returns the Door's image.
getImgFloor()
- Method in class zork2Class.
Room
The imgFloor is the image of the floor which is display in the game Screen.
getImgFrontWall()
- Method in class zork2Class.
Room
The imgFrontWall is the image of the front wall which is display in the game Screen.
getImgLeftWall()
- Method in class zork2Class.
Room
The imgLeftWall is the image of the left wall which is display in the game Screen.
getImgPlayer()
- Method in class zork2Class.
Player
Returns the imgPlayer.
getImgRightWall()
- Method in class zork2Class.
Room
The imgRightWall is the image of the right wall which is display in the game Screen.
getIntelligenceAdd()
- Method in class zork2Class.
Item
Returns the intelligenceAdd.
getIntelligenceBonus()
- Method in class zork2Class.
Reward
Returns the intelligenceBonus.
getIntelligenceLevel()
- Method in class zork2Class.
Player
Returns the intelligenceLevel.
getIntelligenceLevel()
- Method in class zork2Class.
SkillOrdeal
Returns the intelligenceLevel.
getInventory()
- Method in class zork2Class.
Player
Returns the inventory.
getItem()
- Method in class zork2Class.
Chest
Returns the item contained in the chest.
getItem()
- Method in class zork2Class.
Reward
Returns the item.
getItemPosition()
- Method in class zork2Class.
Room
Returns the itemPosition.
getItemPosition(int, int)
- Method in class zork2Class.
Room
Returns the itemPosition.
getKey()
- Method in class zork2Class.
Chest
Returns the key which open the chest.
getKey()
- Method in class zork2Class.
Door
Returns the door key.
getLastRoom()
- Method in class zork2Class.
Player
Returns the lastRoom.
getLesItems()
- Method in class zork2Class.
ItemFileReader
Method getLesItems.
getLesOrdeals()
- Method in class zork2Class.
OrdealFileReader
Method getLesItems.
getLifeBonus()
- Method in class zork2Class.
Reward
Returns the lifeBonus.
getLifeNumber()
- Method in class zork2Class.
Player
Returns the lifeNumber.
getListRoom()
- Method in class zork2Class.
Game
Returns the listItem.
getListRooms()
- Method in class zork2Class.
DungeonFileLoading
Returns the listRooms.
getListRooms()
- Method in class zork2Class.
DungeonFileReader
Returns the listRooms.
getMaxWeight()
- Method in class zork2Class.
Player
Returns the max weight level.
getMonsterEnergy()
- Method in class zork2Class.
FightOrdeal
Returns the monster Energy.
getMonsterFightCapacity()
- Method in class zork2Class.
FightOrdeal
Returns the monsterFightCapacity.
getMonsterName()
- Method in class zork2Class.
FightOrdeal
Returns the monsterName.
getName()
- Method in class zork2Class.
Item
Returns the itemName.
getName()
- Method in class zork2Class.
Ordeal
Returns the name.
getName()
- Method in class zork2Class.
Player
Returns the name.
getName()
- Method in class zork2Class.
Room
Returns the Name of the room which is selected.
getNameDungeon()
- Method in class zork2Class.
DungeonFileLoading
Returns the firstRoom, this is the first room of the game.
getNameDungeon()
- Method in class zork2Class.
DungeonFileReader
Returns the nameDungeon.
getOrdeal()
- Method in class zork2Class.
Room
Returns the ordeal.
getPanelCote()
- Method in class gameIHM.
OrdealFrame
method :JPanel getPanelCote
getPartie()
- Method in class gameIHM.
OrdealFrame
method :Game getPartie
getPlayer()
- Method in class zork2Class.
DungeonFileLoading
method use to get the saved player
getPlayer()
- Method in class zork2Class.
Game
Returns the player.
getPoid()
- Method in class zork2Class.
Player
Returns the max weight level.
getPosX()
- Method in class zork2Class.
Chest
Returns the chest posX.
getPosX()
- Method in class zork2Class.
Player
Returns the posX.
getPosY()
- Method in class zork2Class.
Chest
Returns the chest posY.
getPosY()
- Method in class zork2Class.
Player
Returns the posY.
getPowerWeapon()
- Method in class zork2Class.
Item
Returns the powerWeapon.
getPreviousFrame()
- Method in class gameIHM.
OrdealFrame
method :JFrame getPreviousFrame
getQuestion()
- Method in class zork2Class.
QuestionOrdeal
Returns the question.
getRecompense()
- Method in class zork2Class.
Ordeal
Returns the recompense.
getSalle()
- Method in class gameIHM.
RoomView
method :Room getSalle
getScore()
- Method in class zork2Class.
Player
Returns the score.
getScore()
- Method in class zork2Class.
Reward
Returns the score.
getStrengthAdd()
- Method in class zork2Class.
Item
Returns the strengthAdd.
getStrengthBonus()
- Method in class zork2Class.
Reward
Returns the strengthBonus.
getStrengthLevel()
- Method in class zork2Class.
Player
Returns the strengthLevel.
getStrengthLevel()
- Method in class zork2Class.
SkillOrdeal
Returns the strengthLevel.
getTableItems()
- Method in class zork2Class.
DungeonFileLoading
Returns the tableItems.
getTableItems()
- Method in class zork2Class.
DungeonFileReader
Returns the tableItems.
getTableOrdeals()
- Method in class zork2Class.
DungeonFileReader
Returns the tableOrdeals.
getValue()
- Method in class zork2Class.
Item
Returns the itemValue.
getValue()
- Method in class zork2Class.
Score
Returns the value.
getViewArea()
- Method in class gameIHM.
OrdealFrame
method :JTextArea getViewArea
getWeigth()
- Method in class zork2Class.
Item
Returns the itemWeigth.
getZone()
- Method in class gameIHM.
OrdealFrame
method :ZonePersonnage getZone
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z