Uses of Class
rekit.logic.gameelements.entities.state.EntityState
Packages that use EntityState
-
Uses of EntityState in rekit.logic.gameelements.entities
Methods in rekit.logic.gameelements.entities that return EntityStateModifier and TypeMethodDescriptionfinal EntityState
StateEntity.getEntityState()
Return the Entities current EntitiyState that determines its jump behavior.Methods in rekit.logic.gameelements.entities with parameters of type EntityStateModifier and TypeMethodDescriptionfinal void
StateEntity.setEntityState
(EntityState value) Set the Entities EntitiyState that determines its jump behavior. -
Uses of EntityState in rekit.logic.gameelements.entities.state
Subclasses of EntityState in rekit.logic.gameelements.entities.stateModifier and TypeClassDescriptionclass
The default state a entity is in after initialization.class
The default state a entity is in after jumping.class
The jumping state a entity is in upon jumping until landing Represents the state where a player can not jump anymore.class
This state is used for all prototypes ofEntity
.
This state will print to the syserr that the wrong constructorEntity(Team team)
was used to create this element