Uses of Record Class
net.minecraftforge.fml.loading.VersionInfo
Packages that use VersionInfo
-
Uses of VersionInfo in net.minecraftforge.fml.loading
Fields in net.minecraftforge.fml.loading declared as VersionInfoMethods in net.minecraftforge.fml.loading that return VersionInfo -
Uses of VersionInfo in net.minecraftforge.fml.loading.targets
Methods in net.minecraftforge.fml.loading.targets with parameters of type VersionInfoModifier 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)