commentaar set en getLocation
This commit is contained in:
@@ -115,7 +115,11 @@ public class Worm {
|
|||||||
// region location
|
// region location
|
||||||
//===================================================================================
|
//===================================================================================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return the location of the worm
|
||||||
|
* the location of the worm expresses the place of the worm
|
||||||
|
* in the play area
|
||||||
|
*/
|
||||||
public Tuple<Double, Double> getLocation() {
|
public Tuple<Double, Double> getLocation() {
|
||||||
return this.location;
|
return this.location;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user