Uses of Class
games.stendhal.server.entity.npc.fsm.Transition
-
Uses of Transition in games.stendhal.server.entity.npc
Modifier and TypeMethodDescriptionSpeakerNPC.getTransitions()
Returns a copy of the transition table. -
Uses of Transition in games.stendhal.server.entity.npc.fsm
Modifier 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.Modifier and TypeMethodDescriptionboolean
MatchType.match(Transition transition, ConversationStates currentState, Sentence sentence)
ModifierConstructorDescriptionTransition(Transition tr)
Create transition and copy values from existing transitionModifierConstructorDescriptionTransitionList(List<Transition> transitions)
Creates a new TransitionList.