Uses of Enum Class
engine.MoteurDeJeu.CommandeJeu
Packages that use MoteurDeJeu.CommandeJeu
-
Uses of MoteurDeJeu.CommandeJeu in engine
Fields in engine with type parameters of type MoteurDeJeu.CommandeJeuModifier 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.CommandeJeuModifier and TypeMethodDescriptionstatic MoteurDeJeu.CommandeJeuReturns the enum constant of this class with the specified name.static MoteurDeJeu.CommandeJeu[]MoteurDeJeu.CommandeJeu.values()Returns an array containing the constants of this enum class, in the order they are declared.