public class GatherDataEvent extends ModLifecycleEvent
Modifier and Type | Class and Description |
---|---|
static class |
GatherDataEvent.DataGeneratorConfig |
Modifier and Type | Field and Description |
---|---|
private GatherDataEvent.DataGeneratorConfig |
config |
private DataGenerator |
dataGenerator |
private ExistingFileHelper |
existingFileHelper |
Constructor and Description |
---|
GatherDataEvent(ModContainer modContainer,
DataGenerator dataGenerator,
GatherDataEvent.DataGeneratorConfig dataGeneratorConfig,
ExistingFileHelper existingFileHelper) |
Modifier and Type | Method and Description |
---|---|
ExistingFileHelper |
getExistingFileHelper() |
DataGenerator |
getGenerator() |
boolean |
includeClient() |
boolean |
includeDev() |
boolean |
includeReports() |
boolean |
includeServer() |
boolean |
validate() |
description, getIMCStream, getIMCStream, toString
private final DataGenerator dataGenerator
private final GatherDataEvent.DataGeneratorConfig config
private final ExistingFileHelper existingFileHelper
public GatherDataEvent(ModContainer modContainer, DataGenerator dataGenerator, GatherDataEvent.DataGeneratorConfig dataGeneratorConfig, ExistingFileHelper existingFileHelper)
public DataGenerator getGenerator()
public ExistingFileHelper getExistingFileHelper()
public boolean includeServer()
public boolean includeClient()
public boolean includeDev()
public boolean includeReports()
public boolean validate()