mirror of
https://forge.univ-lyon1.fr/tplifap4/gyromite_ya.git
synced 2024-02-27 13:31:49 +01:00
rename fct recoltoble -> recoltable
This commit is contained in:
parent
78aadac3da
commit
304a9c851a
@ -13,7 +13,7 @@ public abstract class DecorFond extends ElementFond {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean estRectoble() {
|
public boolean estRectable() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -8,5 +8,5 @@ public abstract class ElementFond extends ObjetGyromide {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public abstract boolean peutPermettreDeMonterDescendre();
|
public abstract boolean peutPermettreDeMonterDescendre();
|
||||||
public abstract boolean estRectoble();
|
public abstract boolean estRectable();
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,7 @@ public abstract class Items extends ElementFond implements ElementDynamique {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean estRectoble() {
|
public boolean estRectable() {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user