public class SourcePlayer extends Object
SourcePlayer class.
| Constructor and Description |
|---|
SourcePlayer(int index,
String name,
int score,
float duration)
Constructor for SourcePlayer.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getDuration()
Getter for the field
duration. |
int |
getIndex()
Getter for the field
index. |
String |
getName()
Getter for the field
name. |
int |
getScore()
Getter for the field
score. |
Copyright © 2016–2024. All rights reserved.