Packages

trait CellEntity extends MovableProperty with CollidableProperty with DrawableProperty with DeathProperty with GravityInfluencedProperty with SentientEnemyProperty

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CellEntity
  2. SentientEnemyProperty
  3. GravityInfluencedProperty
  4. DeathProperty
  5. DrawableProperty
  6. Visible
  7. CollidableProperty
  8. Type
  9. Collidable
  10. Dimension
  11. MovableProperty
  12. Speed
  13. Position
  14. Acceleration
  15. Property
  16. AnyRef
  17. 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 getPositionComponent: PositionComponent

    Gets the position component

    Gets the position component

    returns

    position component

    Definition Classes
    Position
  5. abstract def getSpeedComponent: SpeedComponent

    Gets the Speed Component

    Gets the Speed Component

    returns

    the Speed Component

    Definition Classes
    Speed
  6. abstract def getTypeComponent: TypeComponent

    Gets the Type Component

    Gets the Type Component

    returns

    the Type Component

    Definition Classes
    Type
  7. abstract def getUUID: String

    Gets the UUID of this entity

    Gets the UUID of this entity

    returns

    The uuid.

    Definition Classes
    Property
  8. abstract def getVisibleComponent: VisibleComponent

    Gets the Visible Component

    Gets the Visible Component

    returns

    the Visible Component

    Definition Classes
    Visible

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from SentientEnemyProperty

Inherited from GravityInfluencedProperty

Inherited from DeathProperty

Inherited from DrawableProperty

Inherited from Visible

Inherited from CollidableProperty

Inherited from Type

Inherited from Collidable

Inherited from Dimension

Inherited from MovableProperty

Inherited from Speed

Inherited from Position

Inherited from Acceleration

Inherited from Property

Inherited from AnyRef

Inherited from Any

Ungrouped