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

A

Action - Class in erland.game.tileadventure
 
Action() - Constructor for class erland.game.tileadventure.Action
 
action(Action) - Method in class erland.game.tileadventure.GameObject
 
actionChild(Action) - Method in class erland.game.tileadventure.GameObject
 
ActionHandlerInterface - Interface in erland.game.tileadventure
 
ActionInterface - Interface in erland.game.tileadventure
 
addObject(MapObjectInterface, int, int, int) - Method in class erland.game.tileadventure.MapBlockContainer
 
addObject(MapObjectInterface, int, int, int) - Method in interface erland.game.tileadventure.MapObjectContainerInterface
 
addObjectMap(MapObjectContainerInterface) - Method in class erland.game.tileadventure.DrawMap
 
aliveCheckbox - Variable in class erland.game.tileadventure.MapObjectEditor
The alive setting checkbox
AnimatedObject - Class in erland.game.tileadventure
 
AnimatedObject() - Constructor for class erland.game.tileadventure.AnimatedObject
 
Animation - Class in erland.game.tileadventure
 
Animation(int, int[]) - Constructor for class erland.game.tileadventure.Animation
 
AnimationEditor - Class in erland.game.tileadventure
 
AnimationEditor() - Constructor for class erland.game.tileadventure.AnimationEditor
 
AnimationEditorLevelManager - Class in erland.game.tileadventure
 
AnimationEditorLevelManager() - Constructor for class erland.game.tileadventure.AnimationEditorLevelManager
 
AnimationExtendedLevelInfo - Class in erland.game.tileadventure
 
AnimationExtendedLevelInfo() - Constructor for class erland.game.tileadventure.AnimationExtendedLevelInfo
 
AnimationGameLevelManager - Class in erland.game.tileadventure
 
AnimationGameLevelManager() - Constructor for class erland.game.tileadventure.AnimationGameLevelManager
 
AnimationInterface - Interface in erland.game.tileadventure
 
animationSpeedLabel - Variable in class erland.game.tileadventure.AnimationEditor
The label of animation speed of the block
animationSpeedPanel - Variable in class erland.game.tileadventure.AnimationEditor
The animation speed setting spinner panel
animationSpeedSpinner - Variable in class erland.game.tileadventure.AnimationEditor
The spinner for animation speed of the block
animator - Variable in class erland.game.tileadventure.TileAdventureApplet
Main thread in the applet

B

BitmapObject - Class in erland.game.tileadventure
 
BitmapObject() - Constructor for class erland.game.tileadventure.BitmapObject
 
BlockContainerData - Class in erland.game.tileadventure
 
BlockContainerData() - Constructor for class erland.game.tileadventure.BlockContainerData
 
BlockContainerData(int, int, int, int, int, int, int, int, int, int) - Constructor for class erland.game.tileadventure.BlockContainerData
 
BlockDrawInterface - Interface in erland.game.tileadventure
 
Box3D - Class in erland.game.tileadventure
 
Box3D() - Constructor for class erland.game.tileadventure.Box3D
 
Box3D(float, float, float, float, float, float) - Constructor for class erland.game.tileadventure.Box3D
 
bQuit - Variable in class erland.game.tileadventure.TileAdventureMain
Indicates if the game should be quit
BUTTON_EXIT - Static variable in class erland.game.tileadventure.MapEditor
Standard Exit button, used in MapEditor.getDefaultButtons()
BUTTON_LOAD - Static variable in class erland.game.tileadventure.MapEditor
Standard Load button, used in MapEditor.getDefaultButtons()
BUTTON_SAVE - Static variable in class erland.game.tileadventure.MapEditor
Standard Save button, used in MapEditor.getDefaultButtons()

C

cheatMode - Variable in class erland.game.tileadventure.TileAdventureMain
Indicates if cheat mode is activated
clickedMapBlock(int, int) - Method in class erland.game.tileadventure.MapEditor
Called when a block on the map is clicked, this method will either insert the selected block in the clicked map position or remove the current block at the map position
clickedSelectBlock(int, int) - Method in class erland.game.tileadventure.MapEditor
Called when a block in the selection area is clicked, this method will make the clicked block the currently selected block or if there were no block at the clicked make no block selected
clone() - Method in class erland.game.tileadventure.AnimatedObject
 
clone() - Method in class erland.game.tileadventure.Animation
 
clone() - Method in interface erland.game.tileadventure.AnimationInterface
 
clone() - Method in class erland.game.tileadventure.GameObject
Clone the block
clone() - Method in interface erland.game.tileadventure.MapObjectInterface
 
clone() - Method in class erland.game.tileadventure.RoomObject
 
clone() - Method in class erland.game.tileadventure.Vector3D
 
cloneBlock(MapObjectInterface, IrregularBlockContainerInterface, int, int, int) - Method in class erland.game.tileadventure.MapEditor
Clone specified block
cloneBlock(MapObjectInterface, IrregularBlockContainerInterface, int, int, int) - Method in class erland.game.tileadventure.TileMapEditor
 
cont - Variable in class erland.game.tileadventure.LevelManager
 
cont - Variable in class erland.game.tileadventure.TileAdventureMain
Block container for the tile map
cont - Variable in class erland.game.tileadventure.TileAdventureModel
Block container for the game area
cont - Variable in class erland.game.tileadventure.TileMapEditor
Block container for the editor area
contains(float, float, float) - Method in class erland.game.tileadventure.Box3D
 
contPalette - Variable in class erland.game.tileadventure.TileMapEditor
Block container for the block select area
ControllerInterface - Interface in erland.game.tileadventure
 
createBlockContainer(int, int, int, int, int, int, int) - Method in class erland.game.tileadventure.isodiamond.IsoDiamondEnvironment
 
createBlockContainer(int, int, int, int, int) - Method in class erland.game.tileadventure.isodiamond.IsoDiamondEnvironment
 
createBlockContainer(int, int, int, int, int, int, int) - Method in class erland.game.tileadventure.rect.RectEnvironment
 
createBlockContainer(int, int, int, int, int) - Method in class erland.game.tileadventure.rect.RectEnvironment
 
createBlockContainer(int, int, int, int, int, int, int) - Method in interface erland.game.tileadventure.TileGameEnvironmentInterface
 
createBlockContainer(int, int, int, int, int) - Method in interface erland.game.tileadventure.TileGameEnvironmentInterface
 
createBlockMap() - Method in class erland.game.tileadventure.isodiamond.IsoDiamondEnvironment
 
createBlockMap() - Method in class erland.game.tileadventure.rect.RectEnvironment
 
createBlockMap() - Method in interface erland.game.tileadventure.TileGameEnvironmentInterface
 
createLevel(int) - Method in class erland.game.tileadventure.AnimationEditorLevelManager
 
createLevel(int) - Method in class erland.game.tileadventure.AnimationGameLevelManager
 
createLevel(int) - Method in class erland.game.tileadventure.LevelManager
 
createLevel(int) - Method in class erland.game.tileadventure.MapObjectEditorLevelManager
 
createLevel(int) - Method in class erland.game.tileadventure.MapObjectGameLevelManager
 
createLevel(int) - Method in class erland.game.tileadventure.RoomEditorLevelManager
 
createLevel(int) - Method in class erland.game.tileadventure.RoomGameLevelManager
 
createLevel(int) - Method in class erland.game.tileadventure.WorldEditorLevelManager
 
createLevel(int) - Method in class erland.game.tileadventure.WorldGameLevelManager
 
createRectBlockContainer(int, int, int, int, int) - Method in class erland.game.tileadventure.isodiamond.IsoDiamondEnvironment
 
createRectBlockContainer(int, int, int, int, int) - Method in class erland.game.tileadventure.rect.RectEnvironment
 
createRectBlockContainer(int, int, int, int, int) - Method in interface erland.game.tileadventure.TileGameEnvironmentInterface
 
createSubImageHandler(Image) - Method in class erland.game.tileadventure.isodiamond.IsoDiamondEnvironment
 
createSubImageHandler(Image) - Method in class erland.game.tileadventure.rect.RectEnvironment
 
createSubImageHandler(Image) - Method in interface erland.game.tileadventure.TileGameEnvironmentInterface
 

D

Direction - Class in erland.game.tileadventure
 
DOWN - Static variable in class erland.game.tileadventure.Direction
 
DOWN - Static variable in class erland.game.tileadventure.MoveAction
 
draw(Graphics) - Method in class erland.game.tileadventure.AnimatedObject
 
draw(Graphics) - Method in class erland.game.tileadventure.BitmapObject
 
draw(Graphics) - Method in interface erland.game.tileadventure.BlockDrawInterface
 
draw(Graphics) - Method in class erland.game.tileadventure.DrawMap
 
draw(Graphics) - Method in class erland.game.tileadventure.isodiamond.IsoDiamondDrawMap
 
draw(Graphics) - Method in class erland.game.tileadventure.LivingObject
 
draw(Graphics) - Method in interface erland.game.tileadventure.MapDrawInterface
 
draw() - Method in class erland.game.tileadventure.MapEditor
 
draw(Graphics) - Method in interface erland.game.tileadventure.MapObjectInterface
 
draw(Graphics) - Method in class erland.game.tileadventure.rect.RectDrawMap
 
draw(Graphics) - Method in class erland.game.tileadventure.RoomObject
 
draw() - Method in class erland.game.tileadventure.TileAdventureMain
 
drawBlock(Graphics, MapObjectInterface) - Method in class erland.game.tileadventure.MapEditor
Draw the specified block
drawCount - Static variable in class erland.game.tileadventure.BitmapObject
 
drawFinish(Graphics) - Method in class erland.game.tileadventure.MapEditor
Called everything normal has been drawed, can be used to do extra drawing on top of the other graphics
drawHoveringFrame(Graphics, int, int) - Method in class erland.game.tileadventure.AnimationEditor
 
drawHoveringFrame(Graphics, int, int) - Method in class erland.game.tileadventure.MapEditor
 
drawHoveringFrame(Graphics, int, int) - Method in class erland.game.tileadventure.MapObjectEditor
 
drawHoveringFrame(Graphics, int, int) - Method in class erland.game.tileadventure.TileMapEditor
 
drawMap - Variable in class erland.game.tileadventure.AnimationEditor
The draw map implementation to use
DrawMap - Class in erland.game.tileadventure
 
DrawMap() - Constructor for class erland.game.tileadventure.DrawMap
 
drawMap - Variable in class erland.game.tileadventure.MapObjectEditor
The draw map implementation to use
drawMap - Variable in class erland.game.tileadventure.RoomMapEditor
The draw map implementation to use
drawMap - Variable in class erland.game.tileadventure.WorldMapEditor
The draw map implementation to use
drawMapBlocks(Graphics, MapObjectContainerInterface) - Method in class erland.game.tileadventure.AnimationEditor
 
drawMapBlocks(Graphics, MapObjectContainerInterface) - Method in class erland.game.tileadventure.MapEditor
 
drawMapBlocks(Graphics, MapObjectContainerInterface) - Method in class erland.game.tileadventure.MapObjectEditor
 
drawMapBlocks(Graphics, MapObjectContainerInterface) - Method in class erland.game.tileadventure.RoomMapEditor
 
drawMapBlocks(Graphics, MapObjectContainerInterface) - Method in class erland.game.tileadventure.WorldMapEditor
 
drawPaletteBlocks(Graphics, MapObjectContainerInterface) - Method in class erland.game.tileadventure.MapEditor
 
drawSelectedFrame(Graphics, MapObjectInterface) - Method in class erland.game.tileadventure.AnimationEditor
 
drawSelectedFrame(Graphics, MapObjectInterface) - Method in class erland.game.tileadventure.MapEditor
 
drawSelectedFrame(Graphics, MapObjectInterface) - Method in class erland.game.tileadventure.MapObjectEditor
 
drawSelectedFrame(Graphics, MapObjectInterface) - Method in class erland.game.tileadventure.TileMapEditor
 
DROP - Static variable in class erland.game.tileadventure.Action
 

E

EAST - Static variable in class erland.game.tileadventure.Direction
 
EAST - Static variable in class erland.game.tileadventure.MoveAction
 
endActionOnObject(GameObject, Action) - Method in class erland.game.tileadventure.TileAdventureModel
 
enemyTypeLabel - Variable in class erland.game.tileadventure.MapObjectEditor
The enemy type setting list box label
enemyTypeListbox - Variable in class erland.game.tileadventure.MapObjectEditor
The enemy type setting list box
enemyTypePanel - Variable in class erland.game.tileadventure.MapObjectEditor
The enemy type setting list box panel
environment - Variable in class erland.game.tileadventure.LevelManager
 
environment - Variable in class erland.game.tileadventure.TileAdventureMain
Game environment object
environment - Variable in class erland.game.tileadventure.TileAdventureModel
Game environment object
erland.game.tileadventure - package erland.game.tileadventure
 
erland.game.tileadventure.isodiamond - package erland.game.tileadventure.isodiamond
 
erland.game.tileadventure.rect - package erland.game.tileadventure.rect
 
exit() - Method in class erland.game.tileadventure.MapEditor
 
exit() - Method in class erland.game.tileadventure.TileAdventureMain
 
exitButton() - Method in class erland.game.tileadventure.MapEditor
Called when the standard exit button is pressed, the map editor should exit
exitFinish() - Method in class erland.game.tileadventure.AnimationEditor
 
exitFinish() - Method in class erland.game.tileadventure.MapEditor
Called once when exit of the map editor is finished
exitFinish() - Method in class erland.game.tileadventure.MapObjectEditor
 
extendedLevelInfo - Variable in class erland.game.tileadventure.AnimationEditor
The extra object information
extendedLevelInfo - Variable in class erland.game.tileadventure.MapObjectEditor
The extra object information
extendedLevelInfo - Variable in class erland.game.tileadventure.TileMapEditor
Extended information about the currently edited level/block

F

fillBoundingBox(float, float, float, Box3D) - Method in class erland.game.tileadventure.GameObject
 
fps - Variable in class erland.game.tileadventure.TileAdventureMain
FPS counter object

G

GameObject - Class in erland.game.tileadventure
 
GameObject() - Constructor for class erland.game.tileadventure.GameObject
 
GameObjectMapActionInterface - Interface in erland.game.tileadventure
 
GameObjectUpdateInterface - Interface in erland.game.tileadventure
 
getActionHandler() - Method in class erland.game.tileadventure.TileAdventurePlayer
 
getActionMap() - Method in class erland.game.tileadventure.GameObject
 
getBlock(int, int, int) - Method in class erland.game.tileadventure.MapBlockContainer
 
getBlock(int, int, int) - Method in interface erland.game.tileadventure.MapObjectContainerInterface
 
getBlockPositionX(int, int, int) - Method in interface erland.game.tileadventure.IrregularBlockContainerInterface
Get the x block coordinate for a specific pixel drawing coordinate.
getBlockPositionX(int, int, int) - Method in class erland.game.tileadventure.isodiamond.IsoDiamondBlockContainerData
 
getBlockPositionX(int, int, int) - Method in class erland.game.tileadventure.rect.RectBlockContainerData
 
getBlockPositionY(int, int, int) - Method in interface erland.game.tileadventure.IrregularBlockContainerInterface
Get the y block coordinate for a specific pixel drawing coordinate The scrollling offset is used when calculating the block coordinate
getBlockPositionY(int, int, int) - Method in class erland.game.tileadventure.isodiamond.IsoDiamondBlockContainerData
 
getBlockPositionY(int, int, int) - Method in class erland.game.tileadventure.rect.RectBlockContainerData
 
getBlocks() - Method in class erland.game.tileadventure.RoomObject
 
getBlockType() - Method in class erland.game.tileadventure.MapEditorObject
Get block type of the block
getBoundingBox() - Method in class erland.game.tileadventure.GameObject
 
getBoundingBox() - Method in interface erland.game.tileadventure.MapObjectInterface
 
getBoundingBox() - Method in class erland.game.tileadventure.RoomObject
 
getChilds() - Method in class erland.game.tileadventure.GameObject
 
getConnection() - Method in class erland.game.tileadventure.TileAdventurePlayer
 
getContainer() - Method in class erland.game.tileadventure.DrawMap
 
getContainer() - Method in class erland.game.tileadventure.GameObject
Get the container which the block exists in
getContainer() - Method in class erland.game.tileadventure.LevelManager
 
getContainer() - Method in interface erland.game.tileadventure.MapObjectInterface
 
getContainer() - Method in class erland.game.tileadventure.RoomObject
 
getControlledObject() - Method in interface erland.game.tileadventure.ControllerInterface
 
getControlledObject() - Method in class erland.game.tileadventure.TileAdventurePlayer
 
getController() - Method in class erland.game.tileadventure.Action
 
getController() - Method in interface erland.game.tileadventure.ActionInterface
 
getDefaultButtons() - Method in class erland.game.tileadventure.MapEditor
Called to get which default buttons that should be available, the return value is a bitmask composed by MapEditor.BUTTON_EXIT, MapEditor.BUTTON_LOAD, MapEditor.BUTTON_SAVE
getDefaultSizeX() - Method in class erland.game.tileadventure.AnimationEditorLevelManager
 
getDefaultSizeX() - Method in class erland.game.tileadventure.AnimationGameLevelManager
 
getDefaultSizeX() - Method in class erland.game.tileadventure.MapObjectEditorLevelManager
 
getDefaultSizeX() - Method in class erland.game.tileadventure.MapObjectGameLevelManager
 
getDefaultSizeX() - Method in class erland.game.tileadventure.RoomEditorLevelManager
 
getDefaultSizeX() - Method in class erland.game.tileadventure.RoomGameLevelManager
 
getDefaultSizeX() - Method in class erland.game.tileadventure.WorldEditorLevelManager
 
getDefaultSizeX() - Method in class erland.game.tileadventure.WorldGameLevelManager
 
getDefaultSizeY() - Method in class erland.game.tileadventure.AnimationEditorLevelManager
 
getDefaultSizeY() - Method in class erland.game.tileadventure.AnimationGameLevelManager
 
getDefaultSizeY() - Method in class erland.game.tileadventure.MapObjectEditorLevelManager
 
getDefaultSizeY() - Method in class erland.game.tileadventure.MapObjectGameLevelManager
 
getDefaultSizeY() - Method in class erland.game.tileadventure.RoomEditorLevelManager
 
getDefaultSizeY() - Method in class erland.game.tileadventure.RoomGameLevelManager
 
getDefaultSizeY() - Method in class erland.game.tileadventure.WorldEditorLevelManager
 
getDefaultSizeY() - Method in class erland.game.tileadventure.WorldGameLevelManager
 
getDefaultSizeZ() - Method in class erland.game.tileadventure.AnimationEditorLevelManager
 
getDefaultSizeZ() - Method in class erland.game.tileadventure.AnimationGameLevelManager
 
getDefaultSizeZ() - Method in class erland.game.tileadventure.MapObjectEditorLevelManager
 
getDefaultSizeZ() - Method in class erland.game.tileadventure.MapObjectGameLevelManager
 
getDefaultSizeZ() - Method in class erland.game.tileadventure.RoomEditorLevelManager
 
getDefaultSizeZ() - Method in class erland.game.tileadventure.RoomGameLevelManager
 
getDefaultSizeZ() - Method in class erland.game.tileadventure.WorldEditorLevelManager
 
getDefaultSizeZ() - Method in class erland.game.tileadventure.WorldGameLevelManager
 
getDirection() - Method in class erland.game.tileadventure.Action
 
getDisplayModes() - Method in class erland.game.tileadventure.TileAdventure
 
getDisplayModes() - Method in class erland.game.tileadventure.TileAdventureApplet
 
getDrawingPositionX(float, float, float) - Method in interface erland.game.tileadventure.IrregularBlockContainerInterface
 
getDrawingPositionX(float, float, float) - Method in class erland.game.tileadventure.isodiamond.IsoDiamondBlockContainerData
 
getDrawingPositionX(float, float, float) - Method in class erland.game.tileadventure.rect.RectBlockContainerData
 
getDrawingPositionY(float, float, float) - Method in interface erland.game.tileadventure.IrregularBlockContainerInterface
 
getDrawingPositionY(float, float, float) - Method in class erland.game.tileadventure.isodiamond.IsoDiamondBlockContainerData
 
getDrawingPositionY(float, float, float) - Method in class erland.game.tileadventure.rect.RectBlockContainerData
 
getDrawingPosX(float, float, float) - Method in class erland.game.tileadventure.GameObject
 
getDrawingPosY(float, float, float) - Method in class erland.game.tileadventure.GameObject
 
getDrawingSizeX() - Method in class erland.game.tileadventure.BlockContainerData
 
getDrawingSizeX() - Method in interface erland.game.tileadventure.IrregularBlockContainerInterface
 
getDrawingSizeY() - Method in class erland.game.tileadventure.BlockContainerData
 
getDrawingSizeY() - Method in interface erland.game.tileadventure.IrregularBlockContainerInterface
 
getEnvironment() - Method in class erland.game.tileadventure.GameObject
Get the game environment which the block exists in
getEnvironment() - Method in class erland.game.tileadventure.LevelManager
 
getEnvironment() - Method in class erland.game.tileadventure.MapEditor
 
getExtendedInfo() - Method in class erland.game.tileadventure.LevelInfo
 
getExtendedInfo() - Method in interface erland.game.tileadventure.LevelInfoInterface
 
getExtendedLevelInfo() - Method in class erland.game.tileadventure.AnimationEditor
 
getExtendedLevelInfo() - Method in class erland.game.tileadventure.MapObjectEditor
 
getExtendedLevelInfo() - Method in class erland.game.tileadventure.RoomObject
 
getExtendedLevelInfo() - Method in class erland.game.tileadventure.TileMapEditor
Get extended information about the currently edited level/block
getFirstPaletteBlock() - Method in class erland.game.tileadventure.TileMapEditor
Get block number of the first block in the select block area
getGroupName() - Method in class erland.game.tileadventure.AnimationEditorLevelManager
 
getGroupName() - Method in class erland.game.tileadventure.AnimationGameLevelManager
 
getGroupName() - Method in class erland.game.tileadventure.MapObjectEditorLevelManager
 
getGroupName() - Method in class erland.game.tileadventure.MapObjectGameLevelManager
 
getGroupName() - Method in class erland.game.tileadventure.RoomEditorLevelManager
 
getGroupName() - Method in class erland.game.tileadventure.RoomGameLevelManager
 
getGroupName() - Method in class erland.game.tileadventure.WorldEditorLevelManager
 
getGroupName() - Method in class erland.game.tileadventure.WorldGameLevelManager
 
getHeightLabelText() - Method in class erland.game.tileadventure.TileMapEditor
Get the text that should be shown to the user that indicates which height level of the map that is currently edited, for example "Height:" If this method returns null, no height spinner will be visible
getImage() - Method in class erland.game.tileadventure.AnimationEditorLevelManager
 
getImage() - Method in class erland.game.tileadventure.AnimationGameLevelManager
 
getImage() - Method in class erland.game.tileadventure.LevelManager
 
getImage() - Method in class erland.game.tileadventure.MapObjectEditorLevelManager
 
getImage() - Method in class erland.game.tileadventure.MapObjectGameLevelManager
 
getImage() - Method in class erland.game.tileadventure.RoomEditorLevelManager
 
getImage() - Method in class erland.game.tileadventure.RoomGameLevelManager
 
getImage() - Method in class erland.game.tileadventure.WorldEditorLevelManager
 
getImage() - Method in class erland.game.tileadventure.WorldGameLevelManager
 
getImages() - Method in class erland.game.tileadventure.AnimationExtendedLevelInfo
 
getInfoString() - Method in interface erland.game.tileadventure.TileAdventureModelInterface
Get an information string from the model
getInfoString() - Method in class erland.game.tileadventure.TileAdventureModelStandalone
 
getLength() - Method in class erland.game.tileadventure.Vector3D
 
getLevel(int) - Method in class erland.game.tileadventure.AnimationEditorLevelManager
 
getLevel(int) - Method in class erland.game.tileadventure.AnimationGameLevelManager
 
getLevel(int) - Method in class erland.game.tileadventure.LevelManager
 
getLevel(int) - Method in class erland.game.tileadventure.MapObjectEditorLevelManager
 
getLevel(int) - Method in class erland.game.tileadventure.MapObjectGameLevelManager
 
getLevel(int) - Method in class erland.game.tileadventure.RoomEditorLevelManager
 
getLevel(int) - Method in class erland.game.tileadventure.RoomGameLevelManager
 
getLevel(int) - Method in class erland.game.tileadventure.WorldEditorLevelManager
 
getLevel(int) - Method in class erland.game.tileadventure.WorldGameLevelManager
 
getLevelFileGroupLabel() - Method in class erland.game.tileadventure.AnimationEditor
 
getLevelFileGroupLabel() - Method in class erland.game.tileadventure.MapObjectEditor
 
getLevelFileGroupLabel() - Method in class erland.game.tileadventure.RoomMapEditor
 
getLevelFileGroupLabel() - Method in class erland.game.tileadventure.TileMapEditor
Get the name that is used for the currently edited object type when it is stored to file, for example "level"
getLevelFileGroupLabel() - Method in class erland.game.tileadventure.WorldMapEditor
 
getLevelFileLabel() - Method in class erland.game.tileadventure.AnimationEditor
 
getLevelFileLabel() - Method in class erland.game.tileadventure.MapObjectEditor
 
getLevelFileLabel() - Method in class erland.game.tileadventure.RoomMapEditor
 
getLevelFileLabel() - Method in class erland.game.tileadventure.TileMapEditor
Get the name that is used for a list of the currently edited object type when it is stored to file, for example "levels"
getLevelFileLabel() - Method in class erland.game.tileadventure.WorldMapEditor
 
getLevelLabelText() - Method in class erland.game.tileadventure.TileMapEditor
Get the text that should be shown to the user that indicates what short of object this editor makes it possible for the user to edit, for example "Level:"
getLevelManager() - Method in class erland.game.tileadventure.AnimationEditor
 
getLevelManager() - Method in class erland.game.tileadventure.MapObjectEditor
 
getLevelManager() - Method in class erland.game.tileadventure.RoomMapEditor
 
getLevelManager() - Method in class erland.game.tileadventure.TileMapEditor
Gets the level manager or create a new one if it does not already exist
getLevelManager() - Method in class erland.game.tileadventure.WorldMapEditor
 
getLevelNo() - Method in class erland.game.tileadventure.TileMapEditor
Get currently edited level/block
getMap(GameObject) - Method in class erland.game.tileadventure.TileAdventureModel
 
getMap() - Method in interface erland.game.tileadventure.TileAdventureModelInterface
Get the active map
getMap() - Method in class erland.game.tileadventure.TileAdventureModelStandalone
 
getMapBlockImage() - Method in class erland.game.tileadventure.AnimationEditor
 
getMapBlockImage() - Method in class erland.game.tileadventure.MapObjectEditor
 
getMapBlockImage() - Method in class erland.game.tileadventure.RoomMapEditor
 
getMapBlockImage() - Method in class erland.game.tileadventure.TileMapEditor
Get an image which is based on subimages of all blocks in the block select area
getMapBlockImage() - Method in class erland.game.tileadventure.WorldMapEditor
 
getMapBlocks() - Method in class erland.game.tileadventure.MapEditor
Get matrix with all blocks in the map
getMapBlocks() - Method in class erland.game.tileadventure.TileMapEditor
 
getMapContainer() - Method in class erland.game.tileadventure.AnimationEditor
 
getMapContainer() - Method in class erland.game.tileadventure.MapEditor
Get block container for the map area
getMapContainer() - Method in class erland.game.tileadventure.TileMapEditor
 
getMapPosZ() - Method in class erland.game.tileadventure.MapEditor
 
getMapPosZ() - Method in class erland.game.tileadventure.TileMapEditor
 
getMaps() - Method in class erland.game.tileadventure.DrawMap
 
getMaxHeight() - Method in class erland.game.tileadventure.AnimationEditor
 
getMaxHeight() - Method in class erland.game.tileadventure.MapObjectEditor
 
getMaxHeight() - Method in class erland.game.tileadventure.TileMapEditor
Get the maximum height levels of blocks
getMaxLevel() - Method in class erland.game.tileadventure.TileMapEditor
Get the maximum allowed number of levels/blocks
getMaxX() - Method in class erland.game.tileadventure.Box3D
 
getMaxY() - Method in class erland.game.tileadventure.Box3D
 
getMaxZ() - Method in class erland.game.tileadventure.Box3D
 
getMinX() - Method in class erland.game.tileadventure.Box3D
 
getMinY() - Method in class erland.game.tileadventure.Box3D
 
getMinZ() - Method in class erland.game.tileadventure.Box3D
 
getMoveVector() - Method in class erland.game.tileadventure.GameObject
 
getMovingPosX() - Method in class erland.game.tileadventure.GameObject
 
getMovingPosY() - Method in class erland.game.tileadventure.GameObject
 
getMovingPosZ() - Method in class erland.game.tileadventure.GameObject
 
getNextImage() - Method in class erland.game.tileadventure.Animation
 
getNextImage() - Method in interface erland.game.tileadventure.AnimationInterface
 
getNoOfHumanPlayers() - Method in interface erland.game.tileadventure.TileAdventureModelInterface
Get number of human controlled players
getNoOfHumanPlayers() - Method in class erland.game.tileadventure.TileAdventureModelStandalone
 
getNoOfPaletteBlocks() - Method in class erland.game.tileadventure.TileMapEditor
Get the number of blocks in the select block area
getObject(MapEditorObject, MapObjectExtendedLevelInfo) - Method in class erland.game.tileadventure.MapObjectGameLevelManager
 
getObjectMap() - Method in class erland.game.tileadventure.GameObject
 
getObjectName() - Method in class erland.game.tileadventure.AnimationEditorLevelManager
 
getObjectName() - Method in class erland.game.tileadventure.AnimationGameLevelManager
 
getObjectName() - Method in class erland.game.tileadventure.MapObjectEditorLevelManager
 
getObjectName() - Method in class erland.game.tileadventure.MapObjectGameLevelManager
 
getObjectName() - Method in class erland.game.tileadventure.RoomEditorLevelManager
 
getObjectName() - Method in class erland.game.tileadventure.RoomGameLevelManager
 
getObjectName() - Method in class erland.game.tileadventure.WorldEditorLevelManager
 
getObjectName() - Method in class erland.game.tileadventure.WorldGameLevelManager
 
getObjects() - Method in class erland.game.tileadventure.LevelInfo
 
getObjects() - Method in interface erland.game.tileadventure.LevelInfoInterface
 
getObjects(int, int, int) - Method in class erland.game.tileadventure.MapBlockContainer
 
getObjects(int, int, int) - Method in interface erland.game.tileadventure.MapObjectContainerInterface
 
getOffsetX() - Method in class erland.game.tileadventure.BlockContainerData
 
getOffsetX() - Method in interface erland.game.tileadventure.IrregularBlockContainerInterface
 
getOffsetY() - Method in class erland.game.tileadventure.BlockContainerData
 
getOffsetY() - Method in interface erland.game.tileadventure.IrregularBlockContainerInterface
 
getPaletteBlock(int) - Method in class erland.game.tileadventure.TileMapEditor
Get a new block based on the specified block from the select block area
getPaletteBlocks() - Method in class erland.game.tileadventure.MapEditor
Get matrix with all blocks in the block selection area
getPaletteBlocks() - Method in class erland.game.tileadventure.TileMapEditor
 
getPaletteContainer() - Method in class erland.game.tileadventure.MapEditor
Get block container for the block selection area
getPaletteContainer() - Method in class erland.game.tileadventure.TileMapEditor
 
getPalettePosZ() - Method in class erland.game.tileadventure.MapEditor
 
getParent() - Method in class erland.game.tileadventure.GameObject
 
getPartName() - Method in class erland.game.tileadventure.AnimationEditorLevelManager
 
getPartName() - Method in class erland.game.tileadventure.AnimationGameLevelManager
 
getPartName() - Method in class erland.game.tileadventure.RoomEditorLevelManager
 
getPartName() - Method in class erland.game.tileadventure.RoomGameLevelManager
 
getPartName() - Method in class erland.game.tileadventure.WorldEditorLevelManager
 
getPartName() - Method in class erland.game.tileadventure.WorldGameLevelManager
 
getPixelDrawingPositionX(float, float, float) - Method in interface erland.game.tileadventure.IrregularBlockContainerInterface
 
getPixelDrawingPositionX(float, float, float) - Method in class erland.game.tileadventure.isodiamond.IsoDiamondBlockContainerData
 
getPixelDrawingPositionX(float, float, float) - Method in class erland.game.tileadventure.rect.RectBlockContainerData
 
getPixelDrawingPositionY(float, float, float) - Method in interface erland.game.tileadventure.IrregularBlockContainerInterface
 
getPixelDrawingPositionY(float, float, float) - Method in class erland.game.tileadventure.isodiamond.IsoDiamondBlockContainerData
 
getPixelDrawingPositionY(float, float, float) - Method in class erland.game.tileadventure.rect.RectBlockContainerData
 
getPixelPosX() - Method in class erland.game.tileadventure.GameObject
 
getPixelPosY() - Method in class erland.game.tileadventure.GameObject
 
getPlayerObject() - Method in interface erland.game.tileadventure.TileAdventureModelInterface
Get the player object
getPlayerObject() - Method in class erland.game.tileadventure.TileAdventureModelStandalone
 
getPlayerObject() - Method in class erland.game.tileadventure.TileAdventurePlayer
 
getPositionX(float, float, float) - Method in interface erland.game.tileadventure.IrregularBlockContainerInterface
 
getPositionX(float, float, float) - Method in class erland.game.tileadventure.isodiamond.IsoDiamondBlockContainerData
 
getPositionX(float, float, float) - Method in class erland.game.tileadventure.rect.RectBlockContainerData
 
getPositionY(float, float, float) - Method in interface erland.game.tileadventure.IrregularBlockContainerInterface
 
getPositionY(float, float, float) - Method in class erland.game.tileadventure.isodiamond.IsoDiamondBlockContainerData
 
getPositionY(float, float, float) - Method in class erland.game.tileadventure.rect.RectBlockContainerData
 
getPosX() - Method in interface erland.game.tileadventure.BlockDrawInterface
 
getPosX() - Method in class erland.game.tileadventure.GameObject
 
getPosX() - Method in interface erland.game.tileadventure.MapObjectInterface
 
getPosX() - Method in class erland.game.tileadventure.RoomObject
 
getPosY() - Method in interface erland.game.tileadventure.BlockDrawInterface
 
getPosY() - Method in class erland.game.tileadventure.GameObject
 
getPosY() - Method in interface erland.game.tileadventure.MapObjectInterface
 
getPosY() - Method in class erland.game.tileadventure.RoomObject
 
getPosZ() - Method in class erland.game.tileadventure.GameObject
 
getPosZ() - Method in interface erland.game.tileadventure.MapObjectInterface
 
getPosZ() - Method in class erland.game.tileadventure.RoomObject
 
getPushable() - Method in class erland.game.tileadventure.MapObjectExtendedLevelInfo
 
getRedraw() - Method in interface erland.game.tileadventure.BlockDrawInterface
 
getRedraw() - Method in class erland.game.tileadventure.GameObject
Check if the block needs to be redrawn
getScrollingOffsetX() - Method in class erland.game.tileadventure.BlockContainerData
Gets the horizontal scrolling offset
getScrollingOffsetX() - Method in interface erland.game.tileadventure.IrregularBlockContainerInterface
 
getScrollingOffsetY() - Method in class erland.game.tileadventure.BlockContainerData
Gets the vertical scrolling offset
getScrollingOffsetY() - Method in interface erland.game.tileadventure.IrregularBlockContainerInterface
 
getScrollingSizeX() - Method in interface erland.game.tileadventure.IrregularBlockContainerInterface
 
getScrollingSizeX() - Method in class erland.game.tileadventure.isodiamond.IsoDiamondBlockContainerData
Get the horizontal scrolling size
getScrollingSizeX() - Method in class erland.game.tileadventure.rect.RectBlockContainerData
Get the horizontal scrolling size
getScrollingSizeY() - Method in interface erland.game.tileadventure.IrregularBlockContainerInterface
 
getScrollingSizeY() - Method in class erland.game.tileadventure.isodiamond.IsoDiamondBlockContainerData
Get the vertical scrolling size
getScrollingSizeY() - Method in class erland.game.tileadventure.rect.RectBlockContainerData
Get the vertical scrolling size
getSelectSizeX() - Method in class erland.game.tileadventure.AnimationEditor
 
getSelectSizeX() - Method in class erland.game.tileadventure.MapObjectEditor
 
getSelectSizeX() - Method in class erland.game.tileadventure.RoomMapEditor
 
getSelectSizeX() - Method in class erland.game.tileadventure.TileMapEditor
Get the horizontal number of blocks in the select block area
getSelectSizeX() - Method in class erland.game.tileadventure.WorldMapEditor
 
getSelectSizeY() - Method in class erland.game.tileadventure.AnimationEditor
 
getSelectSizeY() - Method in class erland.game.tileadventure.MapObjectEditor
 
getSelectSizeY() - Method in class erland.game.tileadventure.RoomMapEditor
 
getSelectSizeY() - Method in class erland.game.tileadventure.TileMapEditor
Get the vertical number of blocks in the select block area
getSelectSizeY() - Method in class erland.game.tileadventure.WorldMapEditor
 
getSizeX() - Method in class erland.game.tileadventure.AnimationEditor
 
getSizeX() - Method in class erland.game.tileadventure.BlockContainerData
 
getSizeX() - Method in interface erland.game.tileadventure.IrregularBlockContainerInterface
 
getSizeX() - Method in class erland.game.tileadventure.MapBlockContainer
 
getSizeX() - Method in interface erland.game.tileadventure.MapObjectContainerInterface
 
getSizeX() - Method in class erland.game.tileadventure.MapObjectEditor
 
getSizeX() - Method in class erland.game.tileadventure.RoomExtendedLevelInfo
 
getSizeX() - Method in class erland.game.tileadventure.RoomMapEditor
 
getSizeX() - Method in class erland.game.tileadventure.TileMapEditor
Get the horizontal number of blocks in main editor area
getSizeX() - Method in class erland.game.tileadventure.WorldExtendedLevelInfo
 
getSizeX() - Method in class erland.game.tileadventure.WorldMapEditor
 
getSizeY() - Method in class erland.game.tileadventure.AnimationEditor
 
getSizeY() - Method in class erland.game.tileadventure.BlockContainerData
 
getSizeY() - Method in interface erland.game.tileadventure.IrregularBlockContainerInterface
 
getSizeY() - Method in class erland.game.tileadventure.MapBlockContainer
 
getSizeY() - Method in interface erland.game.tileadventure.MapObjectContainerInterface
 
getSizeY() - Method in class erland.game.tileadventure.MapObjectEditor
 
getSizeY() - Method in class erland.game.tileadventure.RoomExtendedLevelInfo
 
getSizeY() - Method in class erland.game.tileadventure.RoomMapEditor
 
getSizeY() - Method in class erland.game.tileadventure.TileMapEditor
Get the vertical number of blocks in the main editor area
getSizeY() - Method in class erland.game.tileadventure.WorldExtendedLevelInfo
 
getSizeY() - Method in class erland.game.tileadventure.WorldMapEditor
 
getSizeZ() - Method in class erland.game.tileadventure.AnimationEditor
 
getSizeZ() - Method in class erland.game.tileadventure.BlockContainerData
 
getSizeZ() - Method in interface erland.game.tileadventure.IrregularBlockContainerInterface
 
getSizeZ() - Method in class erland.game.tileadventure.MapBlockContainer
 
getSizeZ() - Method in interface erland.game.tileadventure.MapObjectContainerInterface
 
getSizeZ() - Method in class erland.game.tileadventure.MapObjectEditor
 
getSizeZ() - Method in class erland.game.tileadventure.RoomExtendedLevelInfo
 
getSizeZ() - Method in class erland.game.tileadventure.RoomMapEditor
 
getSizeZ() - Method in class erland.game.tileadventure.TileMapEditor
Get the height number of blocks in the main editor area
getSizeZ() - Method in class erland.game.tileadventure.WorldExtendedLevelInfo
 
getSizeZ() - Method in class erland.game.tileadventure.WorldMapEditor
 
getSpeed() - Method in class erland.game.tileadventure.AnimationExtendedLevelInfo
 
getSquareSizeX() - Method in class erland.game.tileadventure.BlockContainerData
 
getSquareSizeX() - Method in interface erland.game.tileadventure.IrregularBlockContainerInterface
 
getSquareSizeY() - Method in class erland.game.tileadventure.BlockContainerData
 
getSquareSizeY() - Method in interface erland.game.tileadventure.IrregularBlockContainerInterface
 
getSquareSizeZ() - Method in class erland.game.tileadventure.BlockContainerData
 
getSquareSizeZ() - Method in interface erland.game.tileadventure.IrregularBlockContainerInterface
 
getSubImageHeight() - Method in class erland.game.tileadventure.isodiamond.IsoDiamondEnvironment
 
getSubImageHeight() - Method in class erland.game.tileadventure.rect.RectEnvironment
 
getSubImageHeight() - Method in interface erland.game.tileadventure.TileGameEnvironmentInterface
 
getSubImageWidth() - Method in class erland.game.tileadventure.isodiamond.IsoDiamondEnvironment
 
getSubImageWidth() - Method in class erland.game.tileadventure.rect.RectEnvironment
 
getSubImageWidth() - Method in interface erland.game.tileadventure.TileGameEnvironmentInterface
 
getTileType() - Method in class erland.game.tileadventure.isodiamond.IsoDiamondEnvironment
 
getTileType() - Method in class erland.game.tileadventure.rect.RectEnvironment
 
getTileType() - Method in interface erland.game.tileadventure.TileGameEnvironmentInterface
 
getVisible(float, float, float) - Method in interface erland.game.tileadventure.IrregularBlockContainerInterface
 
getVisible(float, float, float) - Method in class erland.game.tileadventure.isodiamond.IsoDiamondBlockContainerData
 
getVisible(float, float, float) - Method in class erland.game.tileadventure.rect.RectBlockContainerData
 
getWalkable() - Method in class erland.game.tileadventure.MapObjectExtendedLevelInfo
 
getX() - Method in class erland.game.tileadventure.Point2D
 
getX() - Method in class erland.game.tileadventure.Point3D
 
getX() - Method in class erland.game.tileadventure.Size2D
 
getX() - Method in class erland.game.tileadventure.Size3D
 
getX() - Method in class erland.game.tileadventure.Vector3D
 
getXAsInt() - Method in class erland.game.tileadventure.Size3D
 
getY() - Method in class erland.game.tileadventure.Point2D
 
getY() - Method in class erland.game.tileadventure.Point3D
 
getY() - Method in class erland.game.tileadventure.Size2D
 
getY() - Method in class erland.game.tileadventure.Size3D
 
getY() - Method in class erland.game.tileadventure.Vector3D
 
getYAsInt() - Method in class erland.game.tileadventure.Size3D
 
getZ() - Method in class erland.game.tileadventure.Point3D
 
getZ() - Method in class erland.game.tileadventure.Size3D
 
getZ() - Method in class erland.game.tileadventure.Vector3D
 
getZAsInt() - Method in class erland.game.tileadventure.Size3D
 

H

heightLabel - Variable in class erland.game.tileadventure.MapObjectEditor
The label of height of the block
heightLevelSpinner - Variable in class erland.game.tileadventure.TileMapEditor
Spinner that changes the current height level edited
heightPanel - Variable in class erland.game.tileadventure.MapObjectEditor
The height setting spinner panel
heightSpinner - Variable in class erland.game.tileadventure.MapObjectEditor
The spinner for height of the block
hoverMapBlock(int, int) - Method in class erland.game.tileadventure.MapEditor
Called when the mouse pointer is hovering over a block on the map , this method will just be called to make it possible to show which block the mouse is hovering over The method is called with -1 in both parameters if the mouse is not hovering over any block

I

init(GameEnvironmentInterface) - Method in class erland.game.tileadventure.GameObject
 
init(GameEnvironmentInterface) - Method in class erland.game.tileadventure.LevelManager
 
init(GameEnvironmentInterface) - Method in class erland.game.tileadventure.MapEditor
 
init(GameEnvironmentInterface) - Method in interface erland.game.tileadventure.MapObjectInterface
 
init(GameEnvironmentInterface) - Method in class erland.game.tileadventure.RoomObject
 
init(GameEnvironmentInterface) - Method in class erland.game.tileadventure.TileAdventureMain
 
init(GameEnvironmentInterface, IrregularBlockContainerInterface) - Method in class erland.game.tileadventure.TileAdventureModel
Initiate the model
init(GameEnvironmentInterface, IrregularBlockContainerInterface) - Method in interface erland.game.tileadventure.TileAdventureModelInterface
Initialize model
init(GameEnvironmentInterface, IrregularBlockContainerInterface) - Method in class erland.game.tileadventure.TileAdventureModelStandalone
 
init(GameEnvironmentInterface) - Method in class erland.game.tileadventure.TileMapEditor
 
initButtonPanel() - Method in class erland.game.tileadventure.MapEditor
Create and initialize button panel
initButtons(EPanel) - Method in class erland.game.tileadventure.MapEditor
Create and initialize all buttons
initButtons(EPanel) - Method in class erland.game.tileadventure.TileMapEditor
 
initDefaultButtons(EPanel) - Method in class erland.game.tileadventure.MapEditor
Create and initialize default butons
initFinish() - Method in class erland.game.tileadventure.AnimationEditor
 
initFinish() - Method in class erland.game.tileadventure.MapEditor
Called once when the initialization of the map editor is finished
initFinish() - Method in class erland.game.tileadventure.MapObjectEditor
 
initFinish() - Method in class erland.game.tileadventure.RoomMapEditor
 
initFinish() - Method in class erland.game.tileadventure.WorldMapEditor
 
initGames(GamePanelHandlerInterface) - Method in class erland.game.tileadventure.TileAdventure
 
initGames(GamePanelHandlerInterface) - Method in class erland.game.tileadventure.TileAdventureApplet
 
initHeightChangeButtons(EPanel) - Method in class erland.game.tileadventure.TileMapEditor
Creates buttons for changing currently edited height level
initLevelChangeButtons(EPanel) - Method in class erland.game.tileadventure.TileMapEditor
Creates buttons for changing currently edited level/blocks
initPlayers(GameObject[]) - Method in class erland.game.tileadventure.TileAdventureModel
 
intersects(Box3D) - Method in class erland.game.tileadventure.Box3D
 
IrregularBlockContainerInterface - Interface in erland.game.tileadventure
 
isActionPossible(Action) - Method in class erland.game.tileadventure.GameObject
 
isActionPossibleOnObject(GameObject, Action) - Method in class erland.game.tileadventure.TileAdventureModel
 
isCompleted() - Method in interface erland.game.tileadventure.TileAdventureModelInterface
Check if game has been completed
isCompleted() - Method in class erland.game.tileadventure.TileAdventureModelStandalone
 
isCompleted() - Method in class erland.game.tileadventure.TileAdventurePlayer
Check if player has completed game
isEmptyAllowed() - Method in class erland.game.tileadventure.MapEditor
Checks if it is allowed to have positions in the map without any block
isEmptyAllowed() - Method in class erland.game.tileadventure.TileMapEditor
 
isEnd() - Method in interface erland.game.tileadventure.TileAdventureModelInterface
Check if game has ended
isEnd() - Method in class erland.game.tileadventure.TileAdventureModelStandalone
 
isExit() - Method in class erland.game.tileadventure.MapEditor
 
isExit() - Method in class erland.game.tileadventure.TileAdventureMain
 
isFree(MapObjectContainerInterface, GameObject, float, float, float) - Method in class erland.game.tileadventure.TileAdventureModel
 
isFree(GameObject, float, float, float) - Method in class erland.game.tileadventure.TileAdventureModel
 
isFree(GameObject, Box3D) - Method in class erland.game.tileadventure.TileAdventureModel
 
isGameOver() - Method in interface erland.game.tileadventure.TileAdventureModelInterface
Check if it is game over
isGameOver() - Method in class erland.game.tileadventure.TileAdventureModelStandalone
 
isGameOver() - Method in class erland.game.tileadventure.TileAdventurePlayer
Check if game is over for player
isInitialized() - Method in interface erland.game.tileadventure.TileAdventureModelInterface
Check if game has been initialized
isInitialized() - Method in class erland.game.tileadventure.TileAdventureModelStandalone
 
isMovable(Direction) - Method in class erland.game.tileadventure.GameObject
 
isMovableChild(Direction) - Method in class erland.game.tileadventure.GameObject
 
isMove() - Method in class erland.game.tileadventure.Action
 
isMultiplayer() - Method in interface erland.game.tileadventure.TileAdventureModelInterface
Check if this is a multi player game
isMultiplayer() - Method in class erland.game.tileadventure.TileAdventureModelStandalone
 
IsoDiamondBlockContainerData - Class in erland.game.tileadventure.isodiamond
 
IsoDiamondBlockContainerData(int, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class erland.game.tileadventure.isodiamond.IsoDiamondBlockContainerData
 
IsoDiamondDrawMap - Class in erland.game.tileadventure.isodiamond
 
IsoDiamondDrawMap() - Constructor for class erland.game.tileadventure.isodiamond.IsoDiamondDrawMap
 
IsoDiamondEnvironment - Class in erland.game.tileadventure.isodiamond
 
IsoDiamondEnvironment(GameEnvironmentInterface) - Constructor for class erland.game.tileadventure.isodiamond.IsoDiamondEnvironment
 
isPush() - Method in class erland.game.tileadventure.Action
 
isPushable(Direction) - Method in class erland.game.tileadventure.GameObject
 
isPushableChild(Direction) - Method in class erland.game.tileadventure.GameObject
 
isStarted() - Method in interface erland.game.tileadventure.TileAdventureModelInterface
Check if game has been started
isStarted() - Method in class erland.game.tileadventure.TileAdventureModelStandalone
 

J

JUMP - Static variable in class erland.game.tileadventure.Action
 
jump() - Method in interface erland.game.tileadventure.TileAdventureModelInterface
Jump
jump() - Method in class erland.game.tileadventure.TileAdventureModelStandalone
 
jump() - Method in class erland.game.tileadventure.TileAdventurePlayer
Jump

K

keyListener - Variable in class erland.game.tileadventure.TileAdventureMain
Key listener that listens on keyboard command

L

leftMouseDragged(int, int) - Method in class erland.game.tileadventure.MapEditor
 
leftMousePressed(int, int) - Method in class erland.game.tileadventure.MapEditor
 
LevelInfo - Class in erland.game.tileadventure
 
LevelInfo(MapObjectContainerInterface, ParameterSerializable) - Constructor for class erland.game.tileadventure.LevelInfo
 
LevelInfoInterface - Interface in erland.game.tileadventure
 
levelManager - Variable in class erland.game.tileadventure.AnimationEditor
The level manager to use
LevelManager - Class in erland.game.tileadventure
 
LevelManager() - Constructor for class erland.game.tileadventure.LevelManager
 
levelManager - Variable in class erland.game.tileadventure.MapObjectEditor
The level manager to use
levelManager - Variable in class erland.game.tileadventure.RoomMapEditor
The level manager to use
levelManager - Variable in class erland.game.tileadventure.WorldMapEditor
The level manager to use
LevelManagerHelper - Class in erland.game.tileadventure
 
LevelManagerHelper() - Constructor for class erland.game.tileadventure.LevelManagerHelper
 
levelNo - Variable in class erland.game.tileadventure.TileMapEditor
Currently edited level/block number
levelNoSpinner - Variable in class erland.game.tileadventure.TileMapEditor
Spinner that changes the current level/block edited
LivingObject - Class in erland.game.tileadventure
 
LivingObject() - Constructor for class erland.game.tileadventure.LivingObject
 
load(ParameterValueStorageExInterface, String, String, String) - Static method in class erland.game.tileadventure.LevelManagerHelper
 
loadButton() - Method in class erland.game.tileadventure.MapEditor
Called when the standard load button is pressed, a new map should be loaded
loadButton() - Method in class erland.game.tileadventure.TileMapEditor
 

M

main(String[]) - Static method in class erland.game.tileadventure.TileAdventure
Main method that starts the game
MapBlockContainer - Class in erland.game.tileadventure
 
MapBlockContainer(int, int, int) - Constructor for class erland.game.tileadventure.MapBlockContainer
 
mapBlocks - Variable in class erland.game.tileadventure.TileMapEditor
Blocks in the editor area
MapDrawInterface - Interface in erland.game.tileadventure
 
MapEditor - Class in erland.game.tileadventure
Abstract class that implement basic behaviour in a map editor
MapEditor() - Constructor for class erland.game.tileadventure.MapEditor
 
MapEditorAnimationObject - Class in erland.game.tileadventure
 
MapEditorAnimationObject() - Constructor for class erland.game.tileadventure.MapEditorAnimationObject
 
MapEditorObject - Class in erland.game.tileadventure
 
MapEditorObject() - Constructor for class erland.game.tileadventure.MapEditorObject
 
MapObjectContainerInterface - Interface in erland.game.tileadventure
 
MapObjectEditor - Class in erland.game.tileadventure
 
MapObjectEditor() - Constructor for class erland.game.tileadventure.MapObjectEditor
 
MapObjectEditorLevelManager - Class in erland.game.tileadventure
 
MapObjectEditorLevelManager() - Constructor for class erland.game.tileadventure.MapObjectEditorLevelManager
 
MapObjectExtendedLevelInfo - Class in erland.game.tileadventure
 
MapObjectExtendedLevelInfo() - Constructor for class erland.game.tileadventure.MapObjectExtendedLevelInfo
 
MapObjectGameLevelManager - Class in erland.game.tileadventure
 
MapObjectGameLevelManager() - Constructor for class erland.game.tileadventure.MapObjectGameLevelManager
 
MapObjectInterface - Interface in erland.game.tileadventure
 
mouseHovering(int, int) - Method in class erland.game.tileadventure.MapEditor
 
MovableObject - Class in erland.game.tileadventure
 
MovableObject() - Constructor for class erland.game.tileadventure.MovableObject
 
move(GameObject, float, float, float) - Method in interface erland.game.tileadventure.GameObjectMapActionInterface
 
move(GameObject, float, float, float) - Method in class erland.game.tileadventure.TileAdventureModel
 
MOVE_DOWN - Static variable in class erland.game.tileadventure.Action
 
MOVE_EAST - Static variable in class erland.game.tileadventure.Action
 
MOVE_NORTH - Static variable in class erland.game.tileadventure.Action
 
MOVE_SOUTH - Static variable in class erland.game.tileadventure.Action
 
MOVE_WEST - Static variable in class erland.game.tileadventure.Action
 
MoveAction - Class in erland.game.tileadventure
 
MoveAction(ControllerInterface, Vector3D) - Constructor for class erland.game.tileadventure.MoveAction
 

N

NONE - Static variable in class erland.game.tileadventure.Action
 
NONE - Static variable in class erland.game.tileadventure.MoveAction
 
NORTH - Static variable in class erland.game.tileadventure.Direction
 
NORTH - Static variable in class erland.game.tileadventure.MoveAction
 

O

objectList - Variable in class erland.game.tileadventure.TileAdventureModel
Object list
offsetX - Variable in class erland.game.tileadventure.BlockContainerData
The X offset in pixels
offsetY - Variable in class erland.game.tileadventure.BlockContainerData
The Y offset in pixels

P

paletteBitmap - Variable in class erland.game.tileadventure.MapObjectEditor
The palette bitmap
paletteBitmap - Variable in class erland.game.tileadventure.RoomMapEditor
The palette bitmap
paletteBitmap - Variable in class erland.game.tileadventure.WorldMapEditor
The palette bitmap
paletteBlocks - Variable in class erland.game.tileadventure.TileMapEditor
Blocks in the select block area
paletteLevelManager - Variable in class erland.game.tileadventure.MapObjectEditor
The level manager to use for palette bitmap
paletteLevelManager - Variable in class erland.game.tileadventure.RoomMapEditor
The level manager to use for palette bitmap
paletteLevelManager - Variable in class erland.game.tileadventure.WorldMapEditor
The level manager to use for palette bitmap
perform() - Method in class erland.game.tileadventure.Action
 
perform() - Method in interface erland.game.tileadventure.ActionInterface
 
perform() - Method in class erland.game.tileadventure.MoveAction
 
Point2D - Class in erland.game.tileadventure
 
Point2D() - Constructor for class erland.game.tileadventure.Point2D
 
Point2D(float, float) - Constructor for class erland.game.tileadventure.Point2D
 
Point3D - Class in erland.game.tileadventure
 
Point3D() - Constructor for class erland.game.tileadventure.Point3D
 
Point3D(float, float, float) - Constructor for class erland.game.tileadventure.Point3D
 
prepareAfterLoad(MapObjectContainerInterface) - Method in class erland.game.tileadventure.TileMapEditor
Prepare the map container after loading new map data
prepareForSave(MapObjectContainerInterface) - Method in class erland.game.tileadventure.TileMapEditor
Prepare the map container for save
prepareNewBlock(MapObjectInterface, MapObjectInterface) - Method in class erland.game.tileadventure.MapEditor
Prepare a new block so it can be inserted in the map
PUSH_EAST - Static variable in class erland.game.tileadventure.Action
 
PUSH_NORTH - Static variable in class erland.game.tileadventure.Action
 
PUSH_SOUTH - Static variable in class erland.game.tileadventure.Action
 
PUSH_WEST - Static variable in class erland.game.tileadventure.Action
 
pushableCheckbox - Variable in class erland.game.tileadventure.MapObjectEditor
The pushable setting checkbox

R

read(ParameterValueStorageExInterface) - Method in class erland.game.tileadventure.AnimatedObject
 
read(ParameterValueStorageExInterface) - Method in class erland.game.tileadventure.AnimationExtendedLevelInfo
 
read(ParameterValueStorageExInterface) - Method in class erland.game.tileadventure.BitmapObject
 
read(ParameterValueStorageExInterface) - Method in class erland.game.tileadventure.GameObject
 
read(ParameterValueStorageExInterface) - Method in class erland.game.tileadventure.MapEditorAnimationObject
 
read(ParameterValueStorageExInterface) - Method in class erland.game.tileadventure.MapEditorObject
 
read(ParameterValueStorageExInterface) - Method in class erland.game.tileadventure.MapObjectExtendedLevelInfo
 
read(ParameterValueStorageExInterface) - Method in class erland.game.tileadventure.RoomExtendedLevelInfo
 
read(ParameterValueStorageExInterface) - Method in class erland.game.tileadventure.WorldExtendedLevelInfo
 
RectBlockContainerData - Class in erland.game.tileadventure.rect
 
RectBlockContainerData(int, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class erland.game.tileadventure.rect.RectBlockContainerData
 
RectDrawMap - Class in erland.game.tileadventure.rect
 
RectDrawMap() - Constructor for class erland.game.tileadventure.rect.RectDrawMap
 
RectEnvironment - Class in erland.game.tileadventure.rect
 
RectEnvironment(GameEnvironmentInterface) - Constructor for class erland.game.tileadventure.rect.RectEnvironment
 
register(ActionInterface) - Method in interface erland.game.tileadventure.ActionHandlerInterface
 
register(ActionInterface) - Method in class erland.game.tileadventure.TileAdventureModel
 
removeAllObjectMaps() - Method in class erland.game.tileadventure.DrawMap
 
removeBlock(MapObjectInterface, int, int, int) - Method in class erland.game.tileadventure.MapBlockContainer
 
removeBlock(MapObjectInterface) - Method in class erland.game.tileadventure.MapBlockContainer
 
removeBlock(MapObjectInterface, int, int, int) - Method in interface erland.game.tileadventure.MapObjectContainerInterface
 
removeBlock(MapObjectInterface) - Method in interface erland.game.tileadventure.MapObjectContainerInterface
 
removeObject(MapObjectInterface, int, int, int) - Method in class erland.game.tileadventure.MapBlockContainer
 
removeObject(MapObjectInterface) - Method in class erland.game.tileadventure.MapBlockContainer
 
removeObject(MapObjectInterface, int, int, int) - Method in interface erland.game.tileadventure.MapObjectContainerInterface
 
removeObject(MapObjectInterface) - Method in interface erland.game.tileadventure.MapObjectContainerInterface
 
RoomEditorLevelManager - Class in erland.game.tileadventure
 
RoomEditorLevelManager() - Constructor for class erland.game.tileadventure.RoomEditorLevelManager
 
RoomExtendedLevelInfo - Class in erland.game.tileadventure
 
RoomExtendedLevelInfo() - Constructor for class erland.game.tileadventure.RoomExtendedLevelInfo
 
RoomGameLevelManager - Class in erland.game.tileadventure
 
RoomGameLevelManager() - Constructor for class erland.game.tileadventure.RoomGameLevelManager
 
roomMap - Variable in class erland.game.tileadventure.TileAdventureModel
Room map
RoomMapEditor - Class in erland.game.tileadventure
 
RoomMapEditor() - Constructor for class erland.game.tileadventure.RoomMapEditor
 
RoomObject - Class in erland.game.tileadventure
 
RoomObject() - Constructor for class erland.game.tileadventure.RoomObject
 
run() - Method in class erland.game.tileadventure.TileAdventureApplet
 

S

saveButton(MapObjectContainerInterface) - Method in class erland.game.tileadventure.MapEditor
Called when the standard save button is pressed, the current blocks in the map area should be saved to the map
saveButton(MapObjectContainerInterface) - Method in class erland.game.tileadventure.TileMapEditor
 
setActionHandler(ActionHandlerInterface) - Method in class erland.game.tileadventure.TileAdventurePlayer
 
setActionMap(GameObjectMapActionInterface) - Method in class erland.game.tileadventure.GameObject
 
setAnimation(Image, AnimationInterface) - Method in class erland.game.tileadventure.AnimatedObject
Set the animation
setAnimation(String, AnimationInterface) - Method in class erland.game.tileadventure.AnimatedObject
Set the animation
setBlock(MapObjectInterface, int, int, int) - Method in class erland.game.tileadventure.MapBlockContainer
 
setBlock(MapObjectInterface, int, int, int) - Method in interface erland.game.tileadventure.MapObjectContainerInterface
 
setBlocks(MapObjectContainerInterface) - Method in class erland.game.tileadventure.RoomObject
 
setBlockType(int) - Method in class erland.game.tileadventure.MapEditorObject
Set the block type of the block
setBox(Box3D) - Method in class erland.game.tileadventure.Box3D
 
setCheatmode(boolean) - Method in class erland.game.tileadventure.MapEditor
 
setCheatmode(boolean) - Method in class erland.game.tileadventure.TileAdventureMain
 
setCheatModeParameter(String, String) - Method in interface erland.game.tileadventure.TileAdventureModelInterface
Set a cheat parameter
setCheatModeParameter(String, String) - Method in class erland.game.tileadventure.TileAdventureModelStandalone
 
setChilds(GameObject[]) - Method in class erland.game.tileadventure.GameObject
 
setConnection(NetworkConnectionInterface) - Method in class erland.game.tileadventure.TileAdventurePlayer
 
setContainer(IrregularBlockContainerInterface) - Method in class erland.game.tileadventure.DrawMap
 
setContainer(IrregularBlockContainerInterface) - Method in class erland.game.tileadventure.GameObject
 
setContainer(IrregularBlockContainerInterface) - Method in class erland.game.tileadventure.LevelManager
 
setContainer(IrregularBlockContainerInterface) - Method in interface erland.game.tileadventure.MapObjectInterface
 
setContainer(IrregularBlockContainerInterface) - Method in class erland.game.tileadventure.RoomObject
 
setController(ControllerInterface) - Method in class erland.game.tileadventure.Action
 
setExtendedLevelInfo(ParameterSerializable) - Method in class erland.game.tileadventure.AnimationEditor
 
setExtendedLevelInfo(ParameterSerializable) - Method in class erland.game.tileadventure.MapObjectEditor
 
setExtendedLevelInfo(ParameterSerializable) - Method in class erland.game.tileadventure.RoomObject
 
setExtendedLevelInfo(ParameterSerializable) - Method in class erland.game.tileadventure.TileMapEditor
Set the extended information for the currently edited level/block
setImage(Image, int) - Method in class erland.game.tileadventure.BitmapObject
Set the background image
setImage(String, int) - Method in class erland.game.tileadventure.BitmapObject
Set the background image
setImages(int[]) - Method in class erland.game.tileadventure.AnimationExtendedLevelInfo
 
setLength(float) - Method in class erland.game.tileadventure.Vector3D
 
setLevel(int, MapObjectContainerInterface, ParameterSerializable) - Method in class erland.game.tileadventure.AnimationEditorLevelManager
 
setLevel(int, MapObjectContainerInterface, ParameterSerializable) - Method in class erland.game.tileadventure.AnimationGameLevelManager
 
setLevel(int, MapObjectContainerInterface, ParameterSerializable) - Method in class erland.game.tileadventure.LevelManager
 
setLevel(int, MapObjectContainerInterface, ParameterSerializable) - Method in class erland.game.tileadventure.MapObjectEditorLevelManager
 
setLevel(int, MapObjectContainerInterface, ParameterSerializable) - Method in class erland.game.tileadventure.MapObjectGameLevelManager
 
setLevel(int, MapObjectContainerInterface, ParameterSerializable) - Method in class erland.game.tileadventure.RoomEditorLevelManager
 
setLevel(int, MapObjectContainerInterface, ParameterSerializable) - Method in class erland.game.tileadventure.RoomGameLevelManager
 
setLevel(int, MapObjectContainerInterface, ParameterSerializable) - Method in class erland.game.tileadventure.WorldEditorLevelManager
 
setLevel(int, MapObjectContainerInterface, ParameterSerializable) - Method in class erland.game.tileadventure.WorldGameLevelManager
 
setLocation(Point3D) - Method in class erland.game.tileadventure.Box3D
 
setLocation(float, float, float) - Method in class erland.game.tileadventure.Box3D
 
setLocation(Point2D) - Method in class erland.game.tileadventure.Point2D
 
setLocation(float, float) - Method in class erland.game.tileadventure.Point2D
 
setLocation(Point3D) - Method in class erland.game.tileadventure.Point3D
 
setLocation(float, float, float) - Method in class erland.game.tileadventure.Point3D
 
setMapBlock(MapObjectInterface, int, int, int) - Method in class erland.game.tileadventure.MapEditor
Uppdates the map with a new block
setMoveVector(Vector3D) - Method in class erland.game.tileadventure.GameObject
 
setObjectMap(MapObjectContainerInterface) - Method in class erland.game.tileadventure.GameObject
 
setParent(GameObject) - Method in class erland.game.tileadventure.GameObject
 
setPlayerObject(GameObject) - Method in class erland.game.tileadventure.TileAdventurePlayer
 
setPos(float, float, float) - Method in class erland.game.tileadventure.GameObject
 
setPos(float, float, float) - Method in interface erland.game.tileadventure.MapObjectInterface
 
setPos(float, float, float) - Method in class erland.game.tileadventure.RoomObject
 
setPushable(Boolean) - Method in class erland.game.tileadventure.MapObjectExtendedLevelInfo
 
setScrollingOffsetX(int) - Method in class erland.game.tileadventure.BlockContainerData
Sets the horizontal scrolling offset
setScrollingOffsetY(int) - Method in class erland.game.tileadventure.BlockContainerData
Sets the horizontal scrolling offset
setSize(Size3D) - Method in class erland.game.tileadventure.Box3D
 
setSize(float, float, float) - Method in class erland.game.tileadventure.Box3D
 
setSize(Size2D) - Method in class erland.game.tileadventure.Size2D
 
setSize(float, float) - Method in class erland.game.tileadventure.Size2D
 
setSize(Size3D) - Method in class erland.game.tileadventure.Size3D
 
setSize(float, float, float) - Method in class erland.game.tileadventure.Size3D
 
setSizeX(int) - Method in class erland.game.tileadventure.RoomExtendedLevelInfo
 
setSizeX(int) - Method in class erland.game.tileadventure.WorldExtendedLevelInfo
 
setSizeY(int) - Method in class erland.game.tileadventure.RoomExtendedLevelInfo
 
setSizeY(int) - Method in class erland.game.tileadventure.WorldExtendedLevelInfo
 
setSizeZ(int) - Method in class erland.game.tileadventure.RoomExtendedLevelInfo
 
setSizeZ(int) - Method in class erland.game.tileadventure.WorldExtendedLevelInfo
 
setSpeed(int) - Method in class erland.game.tileadventure.AnimationExtendedLevelInfo
 
settingsPanel - Variable in class erland.game.tileadventure.AnimationEditor
The panel with settings for the tile
settingsPanel - Variable in class erland.game.tileadventure.MapObjectEditor
The panel with settings for the tile
setVector(Vector3D) - Method in class erland.game.tileadventure.Vector3D
 
setVector(float, float, float) - Method in class erland.game.tileadventure.Vector3D
 
setWalkable(Boolean) - Method in class erland.game.tileadventure.MapObjectExtendedLevelInfo
 
Size2D - Class in erland.game.tileadventure
 
Size2D() - Constructor for class erland.game.tileadventure.Size2D
 
Size2D(float, float) - Constructor for class erland.game.tileadventure.Size2D
 
Size3D - Class in erland.game.tileadventure
 
Size3D() - Constructor for class erland.game.tileadventure.Size3D
 
Size3D(float, float, float) - Constructor for class erland.game.tileadventure.Size3D
 
sizeX - Variable in class erland.game.tileadventure.BlockContainerData
Number of horizontal blocks
sizeY - Variable in class erland.game.tileadventure.BlockContainerData
Number of vertical blocks
sizeZ - Variable in class erland.game.tileadventure.BlockContainerData
Number of height blocks
SOUTH - Static variable in class erland.game.tileadventure.Direction
 
SOUTH - Static variable in class erland.game.tileadventure.MoveAction
 
squareSizeX - Variable in class erland.game.tileadventure.BlockContainerData
The horizontal size of a single block in pixels
squareSizeY - Variable in class erland.game.tileadventure.BlockContainerData
The vertical size of a single block in pixels
squareSizeZ - Variable in class erland.game.tileadventure.BlockContainerData
The height of a single block in pixels
start() - Method in class erland.game.tileadventure.Action
 
start() - Method in interface erland.game.tileadventure.ActionInterface
 
start() - Method in class erland.game.tileadventure.MoveAction
 
start() - Method in class erland.game.tileadventure.TileAdventureApplet
 
start() - Method in interface erland.game.tileadventure.TileAdventureModelInterface
Start the game
start() - Method in class erland.game.tileadventure.TileAdventureModelStandalone
 
startActionOnObject(GameObject, Action) - Method in class erland.game.tileadventure.TileAdventureModel
 
startMoveDown() - Method in interface erland.game.tileadventure.TileAdventureModelInterface
Begin moving down
startMoveDown() - Method in class erland.game.tileadventure.TileAdventureModelStandalone
 
startMoveDown() - Method in class erland.game.tileadventure.TileAdventurePlayer
Start moving down
startMoveLeft() - Method in interface erland.game.tileadventure.TileAdventureModelInterface
Begin moving left
startMoveLeft() - Method in class erland.game.tileadventure.TileAdventureModelStandalone
 
startMoveLeft() - Method in class erland.game.tileadventure.TileAdventurePlayer
Start moving left
startMoveRight() - Method in interface erland.game.tileadventure.TileAdventureModelInterface
Begin moving right
startMoveRight() - Method in class erland.game.tileadventure.TileAdventureModelStandalone
 
startMoveRight() - Method in class erland.game.tileadventure.TileAdventurePlayer
Start moving right
startMoveUp() - Method in interface erland.game.tileadventure.TileAdventureModelInterface
Begin moving up
startMoveUp() - Method in class erland.game.tileadventure.TileAdventureModelStandalone
 
startMoveUp() - Method in class erland.game.tileadventure.TileAdventurePlayer
Start moving up
stop() - Method in class erland.game.tileadventure.Action
 
stop() - Method in interface erland.game.tileadventure.ActionInterface
 
stop() - Method in class erland.game.tileadventure.MoveAction
 
stop() - Method in class erland.game.tileadventure.TileAdventureApplet
 
stopMoveDown() - Method in interface erland.game.tileadventure.TileAdventureModelInterface
Stop moving down
stopMoveDown() - Method in class erland.game.tileadventure.TileAdventureModelStandalone
 
stopMoveDown() - Method in class erland.game.tileadventure.TileAdventurePlayer
Stop moving down
stopMoveLeft() - Method in interface erland.game.tileadventure.TileAdventureModelInterface
Stop moveing left
stopMoveLeft() - Method in class erland.game.tileadventure.TileAdventureModelStandalone
 
stopMoveLeft() - Method in class erland.game.tileadventure.TileAdventurePlayer
Stop moving left
stopMoveRight() - Method in interface erland.game.tileadventure.TileAdventureModelInterface
Stop moving right
stopMoveRight() - Method in class erland.game.tileadventure.TileAdventureModelStandalone
 
stopMoveRight() - Method in class erland.game.tileadventure.TileAdventurePlayer
Stop moving right
stopMoveUp() - Method in interface erland.game.tileadventure.TileAdventureModelInterface
Stop moving up
stopMoveUp() - Method in class erland.game.tileadventure.TileAdventureModelStandalone
 
stopMoveUp() - Method in class erland.game.tileadventure.TileAdventurePlayer
Stop moving up
stopped(ActionInterface) - Method in interface erland.game.tileadventure.ControllerInterface
 
stopped(ActionInterface) - Method in class erland.game.tileadventure.TileAdventurePlayer
 
store(ParameterValueStorageExInterface, String, String, String, String) - Static method in class erland.game.tileadventure.LevelManagerHelper
 

T

TileAdventure - Class in erland.game.tileadventure
This is the main class for the client part of the adventure game
TileAdventure(String) - Constructor for class erland.game.tileadventure.TileAdventure
 
TileAdventureApplet - Class in erland.game.tileadventure
This class implements the applet version of the game
TileAdventureApplet() - Constructor for class erland.game.tileadventure.TileAdventureApplet
 
TileAdventureMain - Class in erland.game.tileadventure
This is the class that controls the drawing on the screen and receives the commands from the user
TileAdventureMain(TileAdventureModelInterface) - Constructor for class erland.game.tileadventure.TileAdventureMain
Creates a TileAdventureMain object using the specified model
TileAdventureModel - Class in erland.game.tileadventure
Implementation of the main game model that handles all the logic in the game
TileAdventureModel() - Constructor for class erland.game.tileadventure.TileAdventureModel
 
TileAdventureModelInterface - Interface in erland.game.tileadventure
Defines all methods needed for a game model for the game
TileAdventureModelStandalone - Class in erland.game.tileadventure
 
TileAdventureModelStandalone() - Constructor for class erland.game.tileadventure.TileAdventureModelStandalone
 
TileAdventurePlayer - Class in erland.game.tileadventure
Implementation of control of the user player
TileAdventurePlayer(GameEnvironmentInterface, int) - Constructor for class erland.game.tileadventure.TileAdventurePlayer
Create player object
TileGameEnvironmentInterface - Interface in erland.game.tileadventure
 
TileMapEditor - Class in erland.game.tileadventure
 
TileMapEditor() - Constructor for class erland.game.tileadventure.TileMapEditor
 

U

unregister(ActionInterface) - Method in interface erland.game.tileadventure.ActionHandlerInterface
 
unregister(ActionInterface) - Method in class erland.game.tileadventure.TileAdventureModel
 
UP - Static variable in class erland.game.tileadventure.Direction
 
UP - Static variable in class erland.game.tileadventure.MoveAction
 
update() - Method in class erland.game.tileadventure.AnimatedObject
 
update() - Method in class erland.game.tileadventure.GameObject
 
update() - Method in interface erland.game.tileadventure.GameObjectUpdateInterface
 
update() - Method in class erland.game.tileadventure.MapEditor
 
update() - Method in class erland.game.tileadventure.TileAdventureMain
 
update() - Method in class erland.game.tileadventure.TileAdventureModel
Update model, this will move all cars, check for collisions and apply frictions
update() - Method in interface erland.game.tileadventure.TileAdventureModelInterface
Update model
update() - Method in class erland.game.tileadventure.TileAdventureModelStandalone
 
update() - Method in class erland.game.tileadventure.TileAdventurePlayer
 
updateBlocks() - Method in class erland.game.tileadventure.AnimationEditor
 
updateBlocks() - Method in class erland.game.tileadventure.MapEditor
Update all blocks
updateBlocks() - Method in class erland.game.tileadventure.MapObjectEditor
 
updateBlocks() - Method in class erland.game.tileadventure.TileMapEditor
 

V

Vector3D - Class in erland.game.tileadventure
 
Vector3D() - Constructor for class erland.game.tileadventure.Vector3D
 
Vector3D(float, float, float) - Constructor for class erland.game.tileadventure.Vector3D
 
Vector3D(float, float, float, float) - Constructor for class erland.game.tileadventure.Vector3D
 
visibleSizeX - Variable in class erland.game.tileadventure.BlockContainerData
Number of visible horizontal blocks
visibleSizeY - Variable in class erland.game.tileadventure.BlockContainerData
Number of visible vertical blocks

W

walkableCheckbox - Variable in class erland.game.tileadventure.MapObjectEditor
The walkable setting checkbox
WEST - Static variable in class erland.game.tileadventure.Direction
 
WEST - Static variable in class erland.game.tileadventure.MoveAction
 
WorldEditorLevelManager - Class in erland.game.tileadventure
 
WorldEditorLevelManager() - Constructor for class erland.game.tileadventure.WorldEditorLevelManager
 
WorldExtendedLevelInfo - Class in erland.game.tileadventure
 
WorldExtendedLevelInfo() - Constructor for class erland.game.tileadventure.WorldExtendedLevelInfo
 
WorldGameLevelManager - Class in erland.game.tileadventure
 
WorldGameLevelManager() - Constructor for class erland.game.tileadventure.WorldGameLevelManager
 
WorldMapEditor - Class in erland.game.tileadventure
 
WorldMapEditor() - Constructor for class erland.game.tileadventure.WorldMapEditor
 
write(ParameterValueStorageExInterface) - Method in class erland.game.tileadventure.AnimatedObject
 
write(ParameterValueStorageExInterface) - Method in class erland.game.tileadventure.AnimationExtendedLevelInfo
 
write(ParameterValueStorageExInterface) - Method in class erland.game.tileadventure.BitmapObject
 
write(ParameterValueStorageExInterface) - Method in class erland.game.tileadventure.GameObject
 
write(ParameterValueStorageExInterface) - Method in class erland.game.tileadventure.MapEditorAnimationObject
 
write(ParameterValueStorageExInterface) - Method in class erland.game.tileadventure.MapEditorObject
 
write(ParameterValueStorageExInterface) - Method in class erland.game.tileadventure.MapObjectExtendedLevelInfo
 
write(ParameterValueStorageExInterface) - Method in class erland.game.tileadventure.RoomExtendedLevelInfo
 
write(ParameterValueStorageExInterface) - Method in class erland.game.tileadventure.WorldExtendedLevelInfo
 

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

Copyright © 2003-2006 Erland Isaksson. All Rights Reserved.