Packages

trait Speed extends Property

Trait representing the entity's speed property

Linear Supertypes
Property, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Speed
  2. Property
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getSpeedComponent: SpeedComponent

    Gets the Speed Component

    Gets the Speed Component

    returns

    the Speed Component

  2. abstract def getUUID: String

    Gets the UUID of this entity

    Gets the UUID of this entity

    returns

    The uuid.

    Definition Classes
    Property