Index
All Classes|All Packages
G
- G - fr.r1r0r0.deltaengine.model.engines.utils.Key
- getAI() - Method in class fr.r1r0r0.deltaengine.model.elements.entity.Entity
-
Get attached AI of the entity
- getAndResetAddedElements() - Method in class fr.r1r0r0.deltaengine.model.BufferedHashMap
-
Get elements previously added to the HashMap, and reset it for future usage
- getAndResetRemovedElements() - Method in class fr.r1r0r0.deltaengine.model.BufferedHashMap
-
Get elements previously removed from the HashMap, and reset it for future usage
- getAttachedAI() - Method in class fr.r1r0r0.deltaengine.model.elements.entity.EntityAttributes
-
Get current AI of the entity
- getAttributes() - Method in class fr.r1r0r0.deltaengine.model.elements.entity.Entity
-
Get all attributes packaged in an object, allowing to getting, setting them or attach listeners when they are updated
- getBlockTarget() - Method in class fr.r1r0r0.deltaengine.model.elements.entity.Entity
- getBufferedCells() - Method in class fr.r1r0r0.deltaengine.model.maplevel.MapLevel
-
Getter of attribute cells
- getBufferedEntities() - Method in class fr.r1r0r0.deltaengine.model.maplevel.MapLevel
-
Getter of attribute entities
- getCell(int, int) - Method in class fr.r1r0r0.deltaengine.model.maplevel.MapLevel
-
Return the cell in the map with coordinate (x,y)
- getCells() - Method in class fr.r1r0r0.deltaengine.model.maplevel.MapLevel
-
Return all the cells in map
- getClient() - Method in class fr.r1r0r0.deltaengine.model.engines.NetworkEngine
-
Allows getting Client instance if it was previously created.
- getCollisionEvent(Entity) - Method in class fr.r1r0r0.deltaengine.model.elements.entity.Entity
-
Return the event matching to the entity given
- getCollisionPoints() - Method in class fr.r1r0r0.deltaengine.model.elements.entity.Entity
-
Return the collision points, a list of coordinates used to calc if there is a collision between 2 entities.
- getCollisionsEvents() - Method in class fr.r1r0r0.deltaengine.model.elements.entity.EntityAttributes
-
Get map of collisions event, to produce actions when entities collide each others
- getCoordinates() - Method in enum fr.r1r0r0.deltaengine.model.Direction
-
Getter of attribute coordinates
- getCoordinates() - Method in class fr.r1r0r0.deltaengine.model.elements.cells.Cell
- getCoordinates() - Method in interface fr.r1r0r0.deltaengine.model.elements.Element
-
Coordinates of the element in the game.
- getCoordinates() - Method in class fr.r1r0r0.deltaengine.model.elements.entity.Entity
- getCoordinates() - Method in class fr.r1r0r0.deltaengine.model.elements.entity.EntityAttributes
-
Get current position of the entity
- getCoordinates() - Method in class fr.r1r0r0.deltaengine.model.elements.HUDElement
- getCurrentMap() - Method in class fr.r1r0r0.deltaengine.model.engines.KernelEngine
-
Get current loaded and running map
- getDimension() - Method in class fr.r1r0r0.deltaengine.model.elements.cells.Cell
- getDimension() - Method in interface fr.r1r0r0.deltaengine.model.elements.Element
-
Return dimension of the Element.
- getDimension() - Method in class fr.r1r0r0.deltaengine.model.elements.entity.Entity
- getDimension() - Method in class fr.r1r0r0.deltaengine.model.elements.entity.EntityAttributes
-
Get current dimension of the entity
- getDimension() - Method in class fr.r1r0r0.deltaengine.model.elements.HUDElement
- getDirection() - Method in class fr.r1r0r0.deltaengine.model.elements.entity.Entity
-
Current direction of the entity
- getDirection() - Method in class fr.r1r0r0.deltaengine.model.elements.entity.EntityAttributes
-
Get current direction of the entity
- getEngine(Engines) - Method in class fr.r1r0r0.deltaengine.model.engines.KernelEngine
-
Private method to get others engines.
- getEntities() - Method in class fr.r1r0r0.deltaengine.model.maplevel.MapLevel
-
Return all the entities in map
- getEntity() - Method in class fr.r1r0r0.deltaengine.model.AI
-
Get bound entity, to update its properties
- getEntity(String) - Method in class fr.r1r0r0.deltaengine.model.maplevel.MapLevel
-
Return the entity in map with the same given
- getEvents() - Method in class fr.r1r0r0.deltaengine.model.maplevel.MapLevel
-
Return all the events in map
- getFile() - Method in class fr.r1r0r0.deltaengine.model.Sound
-
Get file descriptor for audio clip
- getFrameRate() - Method in class fr.r1r0r0.deltaengine.model.engines.KernelEngine
-
Allows knowing Engine frame rate goal currently.
- getFXColor() - Method in class fr.r1r0r0.deltaengine.view.colors.Color
-
Returns you JavaFX color converted.
- getFXShape() - Method in class fr.r1r0r0.deltaengine.model.sprites.shapes.Circle
- getFXShape() - Method in class fr.r1r0r0.deltaengine.model.sprites.shapes.Ellipse
- getFXShape() - Method in class fr.r1r0r0.deltaengine.model.sprites.shapes.Rectangle
- getFXShape() - Method in class fr.r1r0r0.deltaengine.model.sprites.shapes.Shape
-
more often than not, Javafx is used for shapes
- getHeight() - Method in class fr.r1r0r0.deltaengine.model.Dimension
-
Return the attribute height
- getHeight() - Method in class fr.r1r0r0.deltaengine.model.maplevel.MapLevel
-
Return the height
- getHitBox() - Method in class fr.r1r0r0.deltaengine.model.elements.entity.Entity
-
Getter fot the attribute hitBox
- getHitBox() - Method in class fr.r1r0r0.deltaengine.model.elements.entity.EntityAttributes
-
Return the attribute hit-box
- getInstance() - Method in enum fr.r1r0r0.deltaengine.model.engines.Engines
-
Gives an instance of the Engine
- getInstance() - Static method in class fr.r1r0r0.deltaengine.model.events.VoidEvent
-
Instance of this class, because it is impossible (and useless) to create a new one each time
- getInstance() - Static method in class fr.r1r0r0.deltaengine.model.events.VoidTrigger
-
Instance of this class, because it is impossible (and useless) to create a new one each time
- getInstance() - Static method in class fr.r1r0r0.deltaengine.model.sprites.InvisibleSprite
-
Get an instance Invisible Sprite
- getJFXInput() - Method in enum fr.r1r0r0.deltaengine.model.engines.utils.Key
-
Converts Engine Key to Graphic API Key
- getJfxType() - Method in enum fr.r1r0r0.deltaengine.tools.dialog.DialogType
- getKernelEngine() - Static method in class fr.r1r0r0.deltaengine.model.engines.DeltaEngine
-
Retrieves the Kernel of DeltaEngine.
- getLayout() - Method in interface fr.r1r0r0.deltaengine.model.sprites.Sprite
-
Return the component's position (relative to its parent)
- getMediaPlayer(String) - Method in class fr.r1r0r0.deltaengine.model.engines.SoundEngine
-
Gets associated music JavaFX Media Player, to have full customization
- getName() - Method in class fr.r1r0r0.deltaengine.model.elements.cells.Cell
- getName() - Method in interface fr.r1r0r0.deltaengine.model.elements.Element
-
Name getter of the element
- getName() - Method in class fr.r1r0r0.deltaengine.model.elements.entity.Entity
- getName() - Method in class fr.r1r0r0.deltaengine.model.elements.entity.EntityAttributes
-
Returns name of the entity
- getName() - Method in class fr.r1r0r0.deltaengine.model.elements.HUDElement
- getName() - Method in class fr.r1r0r0.deltaengine.model.maplevel.MapLevel
-
Return the name
- getName() - Method in class fr.r1r0r0.deltaengine.model.Sound
-
Get the name of audio clip
- getNetworkEngine() - Method in class fr.r1r0r0.deltaengine.model.engines.KernelEngine
-
Getting network engine to send or receive data
- getNextCoordinates(Direction, double) - Method in class fr.r1r0r0.deltaengine.model.Coordinates
-
Calc and returns the next coordinates matching to the current coordinate, a direction, and a delta of movement
- getNode() - Method in class fr.r1r0r0.deltaengine.model.sprites.Image
- getNode() - Method in class fr.r1r0r0.deltaengine.model.sprites.InvisibleSprite
- getNode() - Method in class fr.r1r0r0.deltaengine.model.sprites.shapes.Shape
- getNode() - Method in interface fr.r1r0r0.deltaengine.model.sprites.Sprite
-
Deprecated.avoid using this elsewhere than in Engine
- getNode() - Method in class fr.r1r0r0.deltaengine.model.sprites.Text
- getOpposite() - Method in enum fr.r1r0r0.deltaengine.model.Direction
-
Returns the opposite of the direction
- getPath() - Method in class fr.r1r0r0.deltaengine.model.Sound
-
Get path of audio clip
- getPath() - Method in class fr.r1r0r0.deltaengine.model.sprites.Image
-
Path to image file
- getRadius() - Method in class fr.r1r0r0.deltaengine.model.sprites.shapes.Circle
- getRadiusX() - Method in class fr.r1r0r0.deltaengine.model.sprites.shapes.Ellipse
-
get the radius of the ellipse in the x direction
- getRadiusY() - Method in class fr.r1r0r0.deltaengine.model.sprites.shapes.Ellipse
-
get the radius of the ellipse in the y direction
- getRotate() - Method in interface fr.r1r0r0.deltaengine.model.sprites.Sprite
-
Return the angle of the component
- getScale() - Method in interface fr.r1r0r0.deltaengine.model.sprites.Sprite
-
Return the scale used for the component
- getScaleX() - Method in class fr.r1r0r0.deltaengine.model.Scale
-
Return the attribute scaleX
- getScaleY() - Method in class fr.r1r0r0.deltaengine.model.Scale
-
Return the attribute scaleY
- getServer() - Method in class fr.r1r0r0.deltaengine.model.engines.NetworkEngine
-
Allows getting Server instance if it was previously created.
- getSize() - Method in interface fr.r1r0r0.deltaengine.model.sprites.Sprite
-
Return the component's size
- getSoundEngine() - Method in class fr.r1r0r0.deltaengine.model.engines.KernelEngine
-
Getting sound engine to add, remove or control sounds
- getSpeed() - Method in class fr.r1r0r0.deltaengine.model.elements.entity.Entity
-
Current speed of the entity.
- getSpeed() - Method in class fr.r1r0r0.deltaengine.model.elements.entity.EntityAttributes
-
Get current speed of the entity
- getSprite() - Method in class fr.r1r0r0.deltaengine.model.elements.cells.Cell
- getSprite() - Method in interface fr.r1r0r0.deltaengine.model.elements.Element
-
Returns sprite of the element
- getSprite() - Method in class fr.r1r0r0.deltaengine.model.elements.entity.Entity
- getSprite() - Method in class fr.r1r0r0.deltaengine.model.elements.entity.EntityAttributes
-
Get current sprite of the entity
- getSprite() - Method in class fr.r1r0r0.deltaengine.model.elements.HUDElement
- getVolume() - Method in class fr.r1r0r0.deltaengine.model.Sound
-
Returns current volume of audio clip
- getWidth() - Method in class fr.r1r0r0.deltaengine.model.Dimension
-
Return the attribute width
- getWidth() - Method in class fr.r1r0r0.deltaengine.model.maplevel.MapLevel
-
Return the width
- getX() - Method in class fr.r1r0r0.deltaengine.model.Coordinates
-
Get saved x position.
- getX() - Method in enum fr.r1r0r0.deltaengine.model.Direction
-
Returns X value of the Direction
- getY() - Method in class fr.r1r0r0.deltaengine.model.Coordinates
-
Get saved y position.
- getY() - Method in enum fr.r1r0r0.deltaengine.model.Direction
-
Returns Y value of the Direction
- getZOrder() - Method in interface fr.r1r0r0.deltaengine.model.sprites.Sprite
-
The depth of the component
- globalEvents - Variable in class fr.r1r0r0.deltaengine.model.engines.EventEngine
- GRAPHICS_ENGINE - fr.r1r0r0.deltaengine.model.engines.Engines
- graphicsEngine - Variable in class fr.r1r0r0.deltaengine.model.engines.KernelEngine
- GraphicsEngine - Class in fr.r1r0r0.deltaengine.model.engines
-
Graphic engine takes care of maintaining the view updated
- GraphicsEngine() - Constructor for class fr.r1r0r0.deltaengine.model.engines.GraphicsEngine
-
Constructor to instantiate the engine but not initialising its components
- GRAY - Static variable in class fr.r1r0r0.deltaengine.view.colors.Color
- GREEN - Static variable in class fr.r1r0r0.deltaengine.view.colors.Color
All Classes|All Packages