public abstract class Recorder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected RecordedMatch |
recordedMatch |
| Constructor and Description |
|---|
Recorder() |
| Modifier and Type | Method and Description |
|---|---|
RecordedMatch |
getRecordedMatch() |
void |
setRecordedMatch(RecordedMatch recordedMatch) |
abstract void |
startRecording() |
abstract RecordedMatch |
stopRecording(java.util.List<FightInventory> fightInventories) |
protected RecordedMatch recordedMatch
public RecordedMatch getRecordedMatch()
public void setRecordedMatch(RecordedMatch recordedMatch)
public abstract void startRecording()
public abstract RecordedMatch stopRecording(java.util.List<FightInventory> fightInventories)