public class Disc
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
animateMovement()
Pre: true
Post: The movement has been animated
|
int |
getColumn()
Function to get the column of the disc
|
Player |
getOwner()
Function to get the owner of the disc
|
int |
getRow()
Function to get the row of the disc
|
void |
playSound()
Plays the sound.
|
public int getColumn()
public int getRow()
public Player getOwner()
public void playSound()
public void animateMovement()