C# Class Ingredient, CodeSpells

Inheritance: Item
Afficher le fichier Open project: srfoster/CodeSpells Class Usage Examples

Méthodes publiques

Свойство Type Description
is_plant bool
is_rock bool

Méthodes publiques

Méthode Description
isPlant ( ) : bool
isRock ( ) : bool
setIsPlant ( ) : void
setIsRock ( ) : void

Method Details

isPlant() public méthode

public isPlant ( ) : bool
Résultat bool

isRock() public méthode

public isRock ( ) : bool
Résultat bool

setIsPlant() public méthode

public setIsPlant ( ) : void
Résultat void

setIsRock() public méthode

public setIsRock ( ) : void
Résultat void

Property Details

is_plant public_oe property

public bool is_plant
Résultat bool

is_rock public_oe property

public bool is_rock
Résultat bool