Packages

trait GravityCellEntity extends CellEntity with GravityProperty with SpecificWeight

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GravityCellEntity
  2. SpecificWeight
  3. GravityProperty
  4. Mass
  5. CellEntity
  6. SentientEnemyProperty
  7. GravityInfluencedProperty
  8. DeathProperty
  9. DrawableProperty
  10. Visible
  11. CollidableProperty
  12. Type
  13. Collidable
  14. Dimension
  15. MovableProperty
  16. Speed
  17. Position
  18. Acceleration
  19. Property
  20. AnyRef
  21. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getAccelerationComponent: AccelerationComponent

    Gets the acceleration component

    Gets the acceleration component

    returns

    acceleration component

    Definition Classes
    Acceleration
  2. abstract def getCollidableComponent: CollidableComponent

    Gets the collidable component

    Gets the collidable component

    returns

    collidable component

    Definition Classes
    Collidable
  3. abstract def getDimensionComponent: DimensionComponent

    Gets the dimension component

    Gets the dimension component

    returns

    dimension component

    Definition Classes
    Dimension
  4. abstract def getMassComponent: MassComponent

    Gets the Mass Component

    Gets the Mass Component

    returns

    the Mass Component

    Definition Classes
    Mass
  5. abstract def getPositionComponent: PositionComponent

    Gets the position component

    Gets the position component

    returns

    position component

    Definition Classes
    Position
  6. abstract def getSpecificWeightComponent: SpecificWeightComponent

    Gets the SpecificWeight Component

    Gets the SpecificWeight Component

    returns

    the SpecificWeight Component

    Definition Classes
    SpecificWeight
  7. abstract def getSpeedComponent: SpeedComponent

    Gets the Speed Component

    Gets the Speed Component

    returns

    the Speed Component

    Definition Classes
    Speed
  8. abstract def getTypeComponent: TypeComponent

    Gets the Type Component

    Gets the Type Component

    returns

    the Type Component

    Definition Classes
    Type
  9. abstract def getUUID: String

    Gets the UUID of this entity

    Gets the UUID of this entity

    returns

    The uuid.

    Definition Classes
    Property
  10. abstract def getVisibleComponent: VisibleComponent

    Gets the Visible Component

    Gets the Visible Component

    returns

    the Visible Component

    Definition Classes
    Visible