类 AddPackFindersEvent

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

public class AddPackFindersEvent extends net.minecraftforge.eventbus.api.Event implements IModBusEvent
Fired on PackRepository creation to allow mods to add new pack finders.
  • 字段详细资料

  • 构造器详细资料

  • 方法详细资料

    • addRepositorySource

      public void addRepositorySource(RepositorySource source)
      Adds a new source to the list of pack finders.
      参数:
      source - the pack finder
    • getPackType

      public PackType getPackType()
      返回:
      the PackType of the pack repository being constructed.