类 GatherDataEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.data.event.GatherDataEvent
- 所有已实现的接口:
IModBusEvent
-
嵌套类概要
嵌套类从类继承的嵌套类/接口 net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
字段概要
字段修饰符和类型字段说明private final GatherDataEvent.DataGeneratorConfig
private final DataGenerator
private final ExistingFileHelper
private final ModContainer
-
构造器概要
构造器构造器说明GatherDataEvent
(ModContainer mc, DataGenerator dataGenerator, GatherDataEvent.DataGeneratorConfig dataGeneratorConfig, ExistingFileHelper existingFileHelper) -
方法概要
从类继承的方法 net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
字段详细资料
-
dataGenerator
-
config
-
existingFileHelper
-
modContainer
-
-
构造器详细资料
-
GatherDataEvent
public GatherDataEvent(ModContainer mc, DataGenerator dataGenerator, GatherDataEvent.DataGeneratorConfig dataGeneratorConfig, ExistingFileHelper existingFileHelper)
-
-
方法详细资料
-
getModContainer
-
getInputs
-
getGenerator
-
getExistingFileHelper
-
getLookupProvider
-
includeServer
public boolean includeServer() -
includeClient
public boolean includeClient() -
includeDev
public boolean includeDev() -
includeReports
public boolean includeReports() -
validate
public boolean validate()
-