类 GatherDataEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.data.event.GatherDataEvent
所有已实现的接口:
net.minecraftforge.fml.event.IModBusEvent

public class GatherDataEvent extends net.minecraftforge.eventbus.api.Event implements net.minecraftforge.fml.event.IModBusEvent
  • 字段详细资料

  • 构造器详细资料

  • 方法详细资料

    • getModContainer

      public net.minecraftforge.fml.ModContainer getModContainer()
    • getInputs

      public Collection<Path> getInputs()
    • getGenerator

      public DataGenerator getGenerator()
    • getExistingFileHelper

      public ExistingFileHelper getExistingFileHelper()
    • getLookupProvider

      public CompletableFuture<HolderLookup.Provider> getLookupProvider()
    • includeServer

      public boolean includeServer()
    • includeClient

      public boolean includeClient()
    • includeDev

      public boolean includeDev()
    • includeReports

      public boolean includeReports()
    • validate

      public boolean validate()