Uses of Enum Class
engine.MoteurDeJeu.EtatJeu
Packages that use MoteurDeJeu.EtatJeu
-
Uses of MoteurDeJeu.EtatJeu in engine
Fields in engine with type parameters of type MoteurDeJeu.EtatJeuModifier and TypeFieldDescriptionprivate final EnumMap<MoteurDeJeu.EtatJeu, EnumMap<MoteurDeJeu.CommandeJeu, MoteurDeJeu.CommandHandler>> MoteurDeJeu.commandesParEtatMapping des commandes autorisées selon l’état du jeu.Methods in engine that return MoteurDeJeu.EtatJeuModifier and TypeMethodDescriptionprivate MoteurDeJeu.EtatJeuMoteurDeJeu.getEtatActuel()Détermine l’état courant du jeu (machine à états).static MoteurDeJeu.EtatJeuReturns the enum constant of this class with the specified name.static MoteurDeJeu.EtatJeu[]MoteurDeJeu.EtatJeu.values()Returns an array containing the constants of this enum class, in the order they are declared.