Uses of Record Class
net.minecraftforge.fml.loading.VersionInfo
-
Uses of VersionInfo in net.minecraftforge.fml.loading
-
Uses of VersionInfo in net.minecraftforge.fml.loading.targets
Modifier and TypeMethodDescriptionprotected abstract void
CommonClientLaunchHandler.processMCStream
(VersionInfo versionInfo, Stream.Builder<Path> mc, Stream.Builder<List<Path>> mods) protected abstract BiPredicate<String,
String> CommonServerLaunchHandler.processMCStream
(VersionInfo versionInfo, Stream.Builder<Path> mc, BiPredicate<String, String> filter, Stream.Builder<List<Path>> mods) protected void
FMLClientLaunchHandler.processMCStream
(VersionInfo versionInfo, Stream.Builder<Path> mc, Stream.Builder<List<Path>> mods) protected BiPredicate<String,
String> FMLServerLaunchHandler.processMCStream
(VersionInfo versionInfo, Stream.Builder<Path> mc, BiPredicate<String, String> filter, Stream.Builder<List<Path>> mods) protected void
ForgeClientLaunchHandler.processMCStream
(VersionInfo versionInfo, Stream.Builder<Path> mc, Stream.Builder<List<Path>> mods) protected BiPredicate<String,
String> ForgeServerLaunchHandler.processMCStream
(VersionInfo versionInfo, Stream.Builder<Path> mc, BiPredicate<String, String> filter, Stream.Builder<List<Path>> mods) protected abstract void
CommonUserdevLaunchHandler.processStreams
(String[] classpath, VersionInfo versionInfo, Stream.Builder<Path> mc, Stream.Builder<List<Path>> mods) protected void
FMLUserdevLaunchHandler.processStreams
(String[] classpath, VersionInfo versionInfo, Stream.Builder<Path> mc, Stream.Builder<List<Path>> mods) protected void
ForgeUserdevLaunchHandler.processStreams
(String[] classpath, VersionInfo versionInfo, Stream.Builder<Path> mc, Stream.Builder<List<Path>> mods)