Packages

trait PlayerCellEntity extends CellEntity with InputProperty

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

    Gets the Spawner Component

    Gets the Spawner Component

    returns

    the Spawner Component

    Definition Classes
    Spawner
  6. abstract def getSpeedComponent: SpeedComponent

    Gets the Speed Component

    Gets the Speed Component

    returns

    the Speed Component

    Definition Classes
    Speed
  7. abstract def getTypeComponent: TypeComponent

    Gets the Type Component

    Gets the Type Component

    returns

    the Type Component

    Definition Classes
    Type
  8. abstract def getUUID: String

    Gets the UUID of this entity

    Gets the UUID of this entity

    returns

    The uuid.

    Definition Classes
    Property
  9. 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 InputProperty

Inherited from Spawner

Inherited from CellEntity

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