public class CsvFileWriter extends java.lang.Object implements ScheduledItem
| Constructor and Description |
|---|
CsvFileWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
initHeaderCSV()
Inits the header CSV.
|
void |
setWorld(World world)
Sets the world.
|
void |
update()
Update.
|
public void setWorld(World world)
world - the new worldpublic void initHeaderCSV()
public void update()
ScheduledItemupdate in interface ScheduledItem