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 voidCommonClientLaunchHandler.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 voidFMLClientLaunchHandler.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 voidForgeClientLaunchHandler.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 voidCommonUserdevLaunchHandler.processStreams(String[] classpath, VersionInfo versionInfo, Stream.Builder<Path> mc, Stream.Builder<List<Path>> mods) protected voidFMLUserdevLaunchHandler.processStreams(String[] classpath, VersionInfo versionInfo, Stream.Builder<Path> mc, Stream.Builder<List<Path>> mods) protected voidForgeUserdevLaunchHandler.processStreams(String[] classpath, VersionInfo versionInfo, Stream.Builder<Path> mc, Stream.Builder<List<Path>> mods)