public class GatherDataEvent extends ModLifecycleEvent
Modifier and Type | Class and Description |
---|---|
static class |
GatherDataEvent.DataGeneratorConfig |
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
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()