Uses of Class
games.stendhal.server.entity.npc.fsm.Transition
Packages that use Transition
-
Uses of Transition in games.stendhal.server.entity.npc
Methods in games.stendhal.server.entity.npc that return types with arguments of type TransitionModifier and TypeMethodDescriptionSpeakerNPC.getTransitions()Returns a copy of the transition table. -
Uses of Transition in games.stendhal.server.entity.npc.fsm
Methods in games.stendhal.server.entity.npc.fsm that return types with arguments of type TransitionModifier and TypeMethodDescriptionEngine.getTransitions()Returns a copy of the transition table.TransitionList.getTransitionsForStateAndTrigger(ConversationStates state, Expression trigger) returns a list of transitions for this state-trigger pair.Methods in games.stendhal.server.entity.npc.fsm with parameters of type TransitionModifier and TypeMethodDescriptionbooleanMatchType.match(Transition transition, ConversationStates currentState, Sentence sentence) Constructors in games.stendhal.server.entity.npc.fsm with parameters of type TransitionModifierConstructorDescriptionTransition(Transition tr) Create transition and copy values from existing transitionConstructor parameters in games.stendhal.server.entity.npc.fsm with type arguments of type TransitionModifierConstructorDescriptionTransitionList(List<Transition> transitions) Creates a new TransitionList.