Uses of Class
tripleplay.entity.Component
Packages that use Component
-
Uses of Component in tripleplay.entity
Subclasses of Component in tripleplay.entityModifier and TypeClassDescriptionstatic final class
A component implementation for a single scalarfloat
.static final class
A component implementation for arbitrary objects.static final class
A component implementation for a singleint
bit mask.static final class
A component implementation for a single scalarint
.static final class
A component implementation for a pair offloat
s.Methods in tripleplay.entity with parameters of type ComponentModifier and TypeMethodDescriptionAdds the specified component to this entity.Adds the supplied components to this entity.Adds the specified components to this entity.boolean
Returns true if this entity has the componentcomp
, false otherwise.Removes the specified component from this entity.