类 MinecraftLocator
java.lang.Object
net.minecraftforge.fml.loading.moddiscovery.AbstractModProvider
net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator
- 所有已实现的接口:
net.minecraftforge.forgespi.locating.IModLocator
,net.minecraftforge.forgespi.locating.IModProvider
@Internal
public final class MinecraftLocator
extends AbstractModProvider
implements net.minecraftforge.forgespi.locating.IModLocator
-
嵌套类概要
从接口继承的嵌套类/接口 net.minecraftforge.forgespi.locating.IModLocator
net.minecraftforge.forgespi.locating.IModLocator.ModFileOrException
-
字段概要
从类继承的字段 net.minecraftforge.fml.loading.moddiscovery.AbstractModProvider
MODS_TOML, MODULE_INFO
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static net.minecraftforge.forgespi.language.IModFileInfo
buildMinecraftTOML
(net.minecraftforge.forgespi.locating.IModFile iModFile) name()
List
<net.minecraftforge.forgespi.locating.IModLocator.ModFileOrException> scanMods()
从类继承的方法 net.minecraftforge.fml.loading.moddiscovery.AbstractModProvider
createMod, createMod, createMod, getDefaultJarModType, initArguments, isValid, manifestParser, scanFile
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraftforge.forgespi.locating.IModProvider
initArguments, isValid, scanFile
-
构造器详细资料
-
MinecraftLocator
public MinecraftLocator()
-
-
方法详细资料
-
scanMods
- 指定者:
scanMods
在接口中net.minecraftforge.forgespi.locating.IModLocator
-
buildMinecraftTOML
private static net.minecraftforge.forgespi.language.IModFileInfo buildMinecraftTOML(net.minecraftforge.forgespi.locating.IModFile iModFile) -
name
- 指定者:
name
在接口中net.minecraftforge.forgespi.locating.IModProvider
-