Uses of Enum Class
modele.objet.Item.ItemType
Packages that use Item.ItemType
-
Uses of Item.ItemType in modele.objet
Fields in modele.objet declared as Item.ItemTypeModifier and TypeFieldDescriptionprivate final Item.ItemTypeItem.typeType de l'objet (arme, armure, potion, etc.).Methods in modele.objet that return Item.ItemTypeModifier and TypeMethodDescriptionItem.getType()Retourne le type de l'objet (arme, armure, etc.).static Item.ItemTypeReturns the enum constant of this class with the specified name.static Item.ItemType[]Item.ItemType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in modele.objet with parameters of type Item.ItemTypeModifier and TypeMethodDescriptionbooleanInventaire.desequiperObjet(Joueur joueur, Item.ItemType type) Déséquipe un objet d'un emplacement donné, retire les bonus, et remet l'objet dans l'inventaire.Constructors in modele.objet with parameters of type Item.ItemTypeModifierConstructorDescriptionItem(int id, String name, Item.ItemType type, int prix, int bonusMinDamage, int bonusMaxDamage, int bonusForce, int bonusDexterite, int bonusArmure, int bonusVitesse, int bonusVieMax, int bonusVieCourante, int niveauRequis) Constructeur complet de l'objet.