Methods Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

turnLeft

A

Turns a Painter object to the left.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

canMove

A

Returns true if there is no barrier one space ahead in the direction the Painter object is currently facing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

IsOnBucket

A

Returns true if there is a paint on the space the Painter is currently standing on.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

takePaint

A

Takes paint from the paint bucket the Painter object is currently standing on and adds a single unit of paint to their paint bucket. The number of units of paint in the paint bucket decreases by 1. If the Painter object is not on a paint bucket, nothing happens.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

scrapePaint

A

Removes the paint from the space the Painter object is standing on.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

getMyPaint

A

Returns the number of units of paint that the Painter object has in their paint bucket.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly