Package com.codingame.gameengine.module.entities


package com.codingame.gameengine.module.entities
  • Class
    Description
    Represents a label on screen, you can use any bitmap font in your asset folder as it's font.
    BlendableEntity<T extends Entity<?>>
    Any PIXI Entity that can be attributed a BlendMode.
    The list of supported PIXI blend modes and their associated constant.
    A BufferedGroup is an Entity which acts as a container for other entities.
    A Circle specifies an area in a the world defined by the Circle's center point (x,y) and its radius.
     
    The function that will be used to animate the transition of given properties between two states of an Entity.
    Entity<T extends Entity<?>>
    A graphical entity, displayed on screen in the game's replay.
    The GraphicEntityModule takes care of displaying and animating graphical entities on the replay of the game.
    A Group is an Entity which acts as a container for other entities.
    Represents a line segment from (x,y) to (x2,y2) in world units.
    Entities that implement this interface can be used as a Mask by other entities.
    A Polygon specifies an area in a the world defined by a sequence of points.
    A Rectangle specifies an area in a the world enclosed by the Rectangle's upper-left point (x,y), its width, and its height.
    A RoundedRectangle specifies an area in a the world enclosed by the Rectangle's upper-left point (x,y), its width, and its height.
     
    Shape<T extends BlendableEntity<?>>
    A Shape represents a graphical entity with a fill and a line, both of which have an alpha and color.
    A Sprite is a graphical entity which displays an image.
    A SpriteAnimation is a graphical entity which displays a sequence of images.
    A Sprite is a graphical entity which displays an image.
    Utility to load an image containing several subimages displayed in sequential rectangles.
    Represents a label on screen.
    The list of supported font weights.
    Generic type for entities containing text.
    This is an enumeration that contains the three options for text alignment: left, center, and right.
    Any PIXI Entity based on a texture shares the properties found in this TextureBasedEntity.
    A TilingSprite is a graphical entity which displays a tiling image.
    The World represents a coordinate mapping from the positions of entities to the pixels on screen.