Package de.gurkenlabs.litiengine.entities.behavior
package de.gurkenlabs.litiengine.entities.behavior
-
ClassDescriptionA pathfinder implementation based on the A* algorithm.The EntityNavigator class is responsible for navigating an entity along a path.EntityState<T extends IEntity>EntityTransition<T extends IEntity>Represents a transition for an entity.Represents a path consisting of a series of points.Abstract class representing a path finder.Represents an abstract state in a state machine.StateController<T extends IEntity>Controls the state of an entity.Represents a state machine that manages the states and transitions of an entity.Represents a transition with a priority and a target state.