Uses of Enum
org.baseagent.behaviors.grid.FollowGradientBehavior.Direction
Packages that use FollowGradientBehavior.Direction
-
Uses of FollowGradientBehavior.Direction in org.baseagent.behaviors.grid
Methods in org.baseagent.behaviors.grid that return FollowGradientBehavior.DirectionModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static FollowGradientBehavior.Direction[]
FollowGradientBehavior.Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.baseagent.behaviors.grid with parameters of type FollowGradientBehavior.DirectionModifierConstructorDescriptionFollowGradientBehavior
(Signal signal, FollowGradientBehavior.Direction direction)