Uses of Enum Class
dyntabs.ai.event.EasyAIEvent.Phase
Packages that use EasyAIEvent.Phase
-
Uses of EasyAIEvent.Phase in dyntabs.ai.event
Methods in dyntabs.ai.event that return EasyAIEvent.PhaseModifier and TypeMethodDescriptionEasyAIEvent.phase()static EasyAIEvent.PhaseReturns the enum constant of this class with the specified name.static EasyAIEvent.Phase[]EasyAIEvent.Phase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dyntabs.ai.event with parameters of type EasyAIEvent.PhaseModifier and TypeMethodDescriptionstatic EasyAIEvent.BuilderEasyAIEvent.builder(EasyAIEvent.Source source, EasyAIEvent.Phase phase) Start building an event for the given source and phase.