case class GravitySystem() extends AbstractSystem2[GravityInfluencedProperty, GravityProperty] with Product with Serializable
System managing the gravity cell
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GravitySystem
- Serializable
- Serializable
- Product
- Equals
- AbstractSystem2
- AbstractSystem
- System
- Observer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new GravitySystem()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
val
entities: ListBuffer[GravityInfluencedProperty]
The entity list with property of type T
The entity list with property of type T
- Attributes
- protected
- Definition Classes
- AbstractSystem
-
val
entitiesSecondType: ListBuffer[GravityProperty]
The entity list with property of type R.
The entity list with property of type R. An entity with property of type T could be also in this list
- Attributes
- protected
- Definition Classes
- AbstractSystem2
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
notify(event: EntityManagerEvent): Unit
- Definition Classes
- AbstractSystem2 → AbstractSystem → Observer
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
update(): Unit
Performs an action on all the entities of the system
Performs an action on all the entities of the system
- Definition Classes
- GravitySystem → System
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )