Uses of Enum Class
modele.Carte.ObstacleType
Packages that use Carte.ObstacleType
-
Uses of Carte.ObstacleType in modele
Fields in modele declared as Carte.ObstacleTypeModifier and TypeFieldDescriptionprivate Carte.ObstacleTypeCase.obstacleObstacle présent sur la case (peut être null si aucun obstacle).Methods in modele that return Carte.ObstacleTypeModifier and TypeMethodDescriptionCase.getObstacle()Retourne l’obstacle présent sur la case (ou null s’il n’y en a pas).static Carte.ObstacleTypeReturns the enum constant of this class with the specified name.static Carte.ObstacleType[]Carte.ObstacleType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in modele with parameters of type Carte.ObstacleTypeModifier and TypeMethodDescriptionbooleanCarte.definirObstacle(int x, int y, Carte.ObstacleType obstacle) Définit un obstacle sur une case donnée.voidCase.setObstacle(Carte.ObstacleType o) Définit un obstacle sur cette case.