Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W Z 

A

AbstractFernFlowerDecompiler - Class in net.fabricmc.loom.decompilers.fernflower
 
AbstractFernFlowerDecompiler(Project) - Constructor for class net.fabricmc.loom.decompilers.fernflower.AbstractFernFlowerDecompiler
 
AbstractForkedFFExecutor - Class in net.fabricmc.loom.decompilers.fernflower
Entry point for Forked FernFlower task.
AbstractForkedFFExecutor() - Constructor for class net.fabricmc.loom.decompilers.fernflower.AbstractForkedFFExecutor
 
AbstractLoomTask - Class in net.fabricmc.loom.task
 
AbstractLoomTask() - Constructor for class net.fabricmc.loom.task.AbstractLoomTask
 
AbstractRunTask - Class in net.fabricmc.loom.task
 
AbstractRunTask(Function<Project, RunConfig>) - Constructor for class net.fabricmc.loom.task.AbstractRunTask
 
accessWidener - Variable in class net.fabricmc.loom.LoomGradleExtension
 
accessWidener(Object) - Method in class net.fabricmc.loom.LoomGradleExtension
 
AccessWidenerJarProcessor - Class in net.fabricmc.loom.configuration.accesswidener
 
AccessWidenerJarProcessor(Project) - Constructor for class net.fabricmc.loom.configuration.accesswidener.AccessWidenerJarProcessor
 
active() - Method in class net.fabricmc.loom.configuration.processors.JarProcessorManager
 
addDecompiler(LoomDecompiler) - Method in class net.fabricmc.loom.LoomGradleExtension
Loom will generate a new genSources task (with a new name, based off of LoomDecompiler.name()) that uses the specified decompiler instead.
addDependencies(DependencyProvider.DependencyInfo, Consumer<Runnable>) - Method in class net.fabricmc.loom.configuration.processors.MinecraftProcessedProvider
 
addDependencies(DependencyProvider.DependencyInfo, Consumer<Runnable>) - Method in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftMappedProvider
 
addDependency(Object, String) - Method in class net.fabricmc.loom.configuration.DependencyProvider
 
addJarProcessor(JarProcessor) - Method in class net.fabricmc.loom.LoomGradleExtension
Add a transformation over the mapped mc jar.
addMappings(IMappingProvider) - Method in class net.fabricmc.loom.build.JarRemapper
 
addMavenRepo(Project, String, String) - Static method in class net.fabricmc.loom.configuration.CompileConfiguration
Permit to add a Maven repository to a target project.
addNestedJars(Project, Path) - Static method in class net.fabricmc.loom.build.NestedJars
 
addOptions(List<Action<TinyRemapper.Builder>>) - Method in class net.fabricmc.loom.build.JarRemapper
 
addProvider(T) - Method in class net.fabricmc.loom.configuration.LoomDependencyManager
 
addRefmapName(String, String, Path) - Static method in class net.fabricmc.loom.build.MixinRefmapHelper
 
addToClasspath(Path...) - Method in class net.fabricmc.loom.build.JarRemapper
 
addUnmappedMod(Path) - Method in class net.fabricmc.loom.LoomGradleExtension
Deprecated.
addXml(Node, String, Map<String, String>) - Method in class net.fabricmc.loom.configuration.ide.RunConfig
 
allowed() - Method in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftVersionInfo.Library
 
annotationDependency - Variable in class net.fabricmc.loom.configuration.providers.LaunchProvider
 
AnnotationProcessorInvoker<T extends org.gradle.api.Task> - Class in net.fabricmc.loom.build.mixin
Normally javac invokes annotation processors, but when the scala or kapt plugin are installed they will want to invoke the annotation processor themselves.
AnnotationProcessorInvoker(Project, Collection<Configuration>, TaskCollection<T>) - Constructor for class net.fabricmc.loom.build.mixin.AnnotationProcessorInvoker
 
apply(Project) - Method in class net.fabricmc.loom.LoomGradlePlugin
 
argument(String) - Method in class net.fabricmc.loom.configuration.providers.LaunchProvider.LaunchConfig
 
argument(String, String) - Method in class net.fabricmc.loom.configuration.providers.LaunchProvider.LaunchConfig
 
ASM_VERSION - Static variable in class net.fabricmc.loom.util.Constants
 
AssetIndex - Class in net.fabricmc.loom.configuration.providers.minecraft.assets
 
AssetIndex() - Constructor for class net.fabricmc.loom.configuration.providers.minecraft.assets.AssetIndex
 
assetIndex - Variable in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftVersionInfo
 
AssetIndex() - Constructor for class net.fabricmc.loom.configuration.providers.minecraft.MinecraftVersionInfo.AssetIndex
 
AssetObject - Class in net.fabricmc.loom.configuration.providers.minecraft.assets
 
AssetObject() - Constructor for class net.fabricmc.loom.configuration.providers.minecraft.assets.AssetObject
 
asString() - Method in class net.fabricmc.loom.configuration.providers.LaunchProvider.LaunchConfig
 
autoGenIDERuns - Variable in class net.fabricmc.loom.LoomGradleExtension
 

B

because(String) - Method in class net.fabricmc.loom.configuration.providers.mappings.MojangMappingsDependency
 

C

Checksum - Class in net.fabricmc.loom.util
 
Checksum() - Constructor for class net.fabricmc.loom.util.Checksum
 
childrenNodesStream(Node) - Static method in class net.fabricmc.loom.util.GroovyXmlUtil
 
classifier - Variable in class net.fabricmc.loom.configuration.processors.dependency.ModDependencyInfo
 
classifierToFile - Variable in class net.fabricmc.loom.configuration.DependencyProvider.FileDependencyInfo
 
classpath(FileCollection) - Method in class net.fabricmc.loom.task.RemapJarTask
 
clean() - Method in class net.fabricmc.loom.configuration.providers.mappings.MappingsProvider
 
CleanEclipseRunsTask - Class in net.fabricmc.loom.task
 
CleanEclipseRunsTask() - Constructor for class net.fabricmc.loom.task.CleanEclipseRunsTask
 
cleanFiles() - Method in class net.fabricmc.loom.configuration.providers.mappings.MappingsProvider
 
cleanRuns() - Method in class net.fabricmc.loom.task.CleanEclipseRunsTask
 
client() - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
Configure run config with the default client options.
closeArchive(String, String) - Method in class net.fabricmc.loom.decompilers.fernflower.ThreadSafeResultSaver
 
COMPILE - Static variable in class net.fabricmc.loom.util.Constants.Configurations
Deprecated.
CompileConfiguration - Class in net.fabricmc.loom.configuration
Add Minecraft dependencies to compile time.
complete(BiConsumer<JarRemapper.RemapData, Pair<String, byte[]>>) - Method in class net.fabricmc.loom.build.JarRemapper.RemapData
 
completed() - Method in class net.fabricmc.loom.util.gradle.ProgressLogger
Logs the completion of the operation, with no final status.
completed(String) - Method in class net.fabricmc.loom.util.gradle.ProgressLogger
Logs the completion of the operation, with a final status.
configName - Variable in class net.fabricmc.loom.configuration.ide.RunConfig
 
configure(Project) - Static method in class net.fabricmc.loom.configuration.MavenPublication
 
configureCompile(Project) - Static method in class net.fabricmc.loom.configuration.CompileConfiguration
 
configureMixin() - Method in class net.fabricmc.loom.build.mixin.AnnotationProcessorInvoker
 
configureMixin() - Method in class net.fabricmc.loom.build.mixin.KaptApInvoker
 
Constants - Class in net.fabricmc.loom.util
 
Constants.Configurations - Class in net.fabricmc.loom.util
Constants related to configurations.
Constants.Dependencies - Class in net.fabricmc.loom.util
Constants related to dependencies.
Constants.Dependencies.Versions - Class in net.fabricmc.loom.util
Constants for versions of dependencies.
Constants.Knot - Class in net.fabricmc.loom.util
 
Constants.LaunchWrapper - Class in net.fabricmc.loom.util
 
Constants.MixinArguments - Class in net.fabricmc.loom.util
 
ConsumingOutputStream - Class in net.fabricmc.loom.util
Created by covers1624 on 20/12/18.
ConsumingOutputStream(Consumer<String>) - Constructor for class net.fabricmc.loom.util.ConsumingOutputStream
 
contentEquals(Dependency) - Method in class net.fabricmc.loom.configuration.providers.mappings.MojangMappingsDependency
 
copy() - Method in class net.fabricmc.loom.configuration.providers.mappings.MojangMappingsDependency
 
copyEntry(String, String, String, String) - Method in class net.fabricmc.loom.decompilers.fernflower.ThreadSafeResultSaver
 
copyFile(String, String, String) - Method in class net.fabricmc.loom.decompilers.fernflower.ThreadSafeResultSaver
 
create(Project, Dependency, Configuration) - Static method in class net.fabricmc.loom.configuration.DependencyProvider.DependencyInfo
 
create(TinyTree, String, String, boolean) - Static method in class net.fabricmc.loom.util.TinyRemapperMappingsHelper
 
createArchive(String, String, Manifest) - Method in class net.fabricmc.loom.decompilers.fernflower.ThreadSafeResultSaver
 
createMercuryWithClassPath(Project, boolean) - Static method in class net.fabricmc.loom.util.SourceRemapper
 
customManifest - Variable in class net.fabricmc.loom.LoomGradleExtension
 

D

DecompilationMetadata - Class in net.fabricmc.loom.api.decompilers
 
DecompilationMetadata(int, Path, Collection<Path>) - Constructor for class net.fabricmc.loom.api.decompilers.DecompilationMetadata
 
decompile(Path, Path, Path, DecompilationMetadata) - Method in interface net.fabricmc.loom.api.decompilers.LoomDecompiler
 
decompile(Path, Path, Path, DecompilationMetadata) - Method in class net.fabricmc.loom.decompilers.cfr.FabricCFRDecompiler
 
decompile(Path, Path, Path, DecompilationMetadata) - Method in class net.fabricmc.loom.decompilers.fernflower.AbstractFernFlowerDecompiler
 
decompile(String[], AbstractForkedFFExecutor) - Static method in class net.fabricmc.loom.decompilers.fernflower.AbstractForkedFFExecutor
 
decompiler - Variable in class net.fabricmc.loom.task.GenerateSourcesTask
 
DecompilerConfiguration - Class in net.fabricmc.loom.decompilers
 
DEFAULT_FABRIC_CLIENT_TWEAKER - Static variable in class net.fabricmc.loom.util.Constants.LaunchWrapper
 
DEFAULT_FABRIC_SERVER_TWEAKER - Static variable in class net.fabricmc.loom.util.Constants.LaunchWrapper
 
DEFAULT_OBFUSCATION_ENV - Static variable in class net.fabricmc.loom.util.Constants.MixinArguments
 
defaultMainClass(String) - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
delete(File) - Static method in class net.fabricmc.loom.util.DownloadUtil
Delete the file along with the corresponding ETag, if it exists.
delete(File) - Static method in class net.fabricmc.loom.util.HashedDownloadUtil
 
DeletingFileVisitor - Class in net.fabricmc.loom.util
 
DeletingFileVisitor() - Constructor for class net.fabricmc.loom.util.DeletingFileVisitor
 
DependencyProvider - Class in net.fabricmc.loom.configuration
 
DependencyProvider(Project) - Constructor for class net.fabricmc.loom.configuration.DependencyProvider
 
DependencyProvider.DependencyInfo - Class in net.fabricmc.loom.configuration
 
DependencyProvider.FileDependencyInfo - Class in net.fabricmc.loom.configuration
 
DEV_LAUNCH_INJECTOR - Static variable in class net.fabricmc.loom.util.Constants.Dependencies
 
DEV_LAUNCH_INJECTOR - Static variable in class net.fabricmc.loom.util.Constants.Dependencies.Versions
 
doSingleRemap() - Method in class net.fabricmc.loom.task.RemapJarTask
 
doTask() - Method in class net.fabricmc.loom.task.GenerateSourcesTask
 
doTask() - Method in class net.fabricmc.loom.task.MigrateMappingsTask
 
doTask() - Method in class net.fabricmc.loom.task.RemapJarTask
 
downloadAssets() - Method in class net.fabricmc.loom.task.DownloadAssetsTask
 
DownloadAssetsTask - Class in net.fabricmc.loom.task
 
DownloadAssetsTask() - Constructor for class net.fabricmc.loom.task.DownloadAssetsTask
 
downloadIfChanged(URL, File, Logger) - Static method in class net.fabricmc.loom.util.DownloadUtil
Download from the given URL to the given File so long as there are differences between them.
downloadIfChanged(URL, File, Logger, boolean) - Static method in class net.fabricmc.loom.util.DownloadUtil
Download from the given URL to the given File so long as there are differences between them.
downloadIfInvalid(URL, File, String, Logger, boolean) - Static method in class net.fabricmc.loom.util.HashedDownloadUtil
 
downloads - Variable in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftVersionInfo
 
Downloads() - Constructor for class net.fabricmc.loom.configuration.providers.minecraft.MinecraftVersionInfo.Downloads
 
downloads - Variable in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftVersionInfo.Library
 
DownloadUtil - Class in net.fabricmc.loom.util
 
DownloadUtil() - Constructor for class net.fabricmc.loom.util.DownloadUtil
 

E

eclipseProjectName - Variable in class net.fabricmc.loom.configuration.ide.RunConfig
 
endClass() - Method in class net.fabricmc.loom.decompilers.fernflower.ThreadIDFFLogger
 
endMethod() - Method in class net.fabricmc.loom.decompilers.fernflower.ThreadIDFFLogger
 
endReadingClass() - Method in class net.fabricmc.loom.decompilers.fernflower.ThreadIDFFLogger
 
endWriteClass() - Method in class net.fabricmc.loom.decompilers.fernflower.ThreadIDFFLogger
 
equals(Object) - Method in class net.fabricmc.loom.configuration.providers.minecraft.assets.AssetObject
 
equals(File, String) - Static method in class net.fabricmc.loom.util.Checksum
 
exec() - Method in class net.fabricmc.loom.task.AbstractRunTask
 
extractMappings(FileSystem, Path) - Static method in class net.fabricmc.loom.configuration.providers.mappings.MappingsProvider
 

F

FabricApiExtension - Class in net.fabricmc.loom.configuration
 
FabricApiExtension(Project) - Constructor for class net.fabricmc.loom.configuration.FabricApiExtension
 
FabricCFRDecompiler - Class in net.fabricmc.loom.decompilers.cfr
 
FabricCFRDecompiler(Project) - Constructor for class net.fabricmc.loom.decompilers.cfr.FabricCFRDecompiler
 
FabricFernFlowerDecompiler - Class in net.fabricmc.loom.decompilers.fernflower
 
FabricFernFlowerDecompiler(Project) - Constructor for class net.fabricmc.loom.decompilers.fernflower.FabricFernFlowerDecompiler
 
FabricForkedFFExecutor - Class in net.fabricmc.loom.decompilers.fernflower
 
FabricForkedFFExecutor() - Constructor for class net.fabricmc.loom.decompilers.fernflower.FabricForkedFFExecutor
 
fernFlowerExecutor() - Method in class net.fabricmc.loom.decompilers.fernflower.AbstractFernFlowerDecompiler
 
fernFlowerExecutor() - Method in class net.fabricmc.loom.decompilers.fernflower.FabricFernFlowerDecompiler
 
FernFlowerUtils - Class in net.fabricmc.loom.decompilers.fernflower
 
FernFlowerUtils() - Constructor for class net.fabricmc.loom.decompilers.fernflower.FernFlowerUtils
 
finaliseRemapping() - Method in class net.fabricmc.loom.configuration.processors.dependency.ModDependencyInfo
 
findSources(DependencyHandler, ResolvedArtifact) - Static method in class net.fabricmc.loom.build.ModCompileRemapper
 
flush() - Method in class net.fabricmc.loom.util.ConsumingOutputStream
 
forceRemap() - Method in class net.fabricmc.loom.configuration.processors.dependency.ModDependencyInfo
 
ForkingJavaExec - Class in net.fabricmc.loom.decompilers.fernflower
Simple utility class for a Task that wishes to execute a java process with the classpath of the gradle plugin plus groovy.
ForkingJavaExec() - Constructor for class net.fabricmc.loom.decompilers.fernflower.ForkingJavaExec
 
fromDummy(String) - Method in class net.fabricmc.loom.configuration.ide.RunConfig
 

G

GenEclipseRunsTask - Class in net.fabricmc.loom.task
 
GenEclipseRunsTask() - Constructor for class net.fabricmc.loom.task.GenEclipseRunsTask
 
GenerateSourcesTask - Class in net.fabricmc.loom.task
 
GenerateSourcesTask(LoomDecompiler) - Constructor for class net.fabricmc.loom.task.GenerateSourcesTask
 
GenIdeaProjectTask - Class in net.fabricmc.loom.task
 
GenIdeaProjectTask() - Constructor for class net.fabricmc.loom.task.GenIdeaProjectTask
 
genIdeaRuns() - Method in class net.fabricmc.loom.task.GenIdeaProjectTask
 
genRuns(Element) - Method in class net.fabricmc.loom.configuration.ide.RunConfig
 
genRuns() - Method in class net.fabricmc.loom.task.GenEclipseRunsTask
 
genRuns() - Method in class net.fabricmc.loom.task.GenVsCodeProjectTask
 
GenVsCodeProjectTask - Class in net.fabricmc.loom.task
 
GenVsCodeProjectTask() - Constructor for class net.fabricmc.loom.task.GenVsCodeProjectTask
 
get(Path) - Method in class net.fabricmc.loom.configuration.providers.mappings.MappingsCache
 
getAccessWidener() - Method in class net.fabricmc.loom.configuration.processors.dependency.ModDependencyInfo
 
getAccessWidenerPath(Path) - Method in class net.fabricmc.loom.configuration.accesswidener.AccessWidenerJarProcessor
 
getAddNestedDependencies() - Method in class net.fabricmc.loom.task.RemapJarTask
 
getAllMixinMappings() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getArch() - Static method in class net.fabricmc.loom.util.OperatingSystem
 
getArtifactName() - Method in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftVersionInfo.Library
 
getBuildDependencies() - Method in class net.fabricmc.loom.configuration.providers.mappings.MojangMappingsDependency
 
getBytecode(String, String) - Static method in class net.fabricmc.loom.decompilers.fernflower.FernFlowerUtils
 
getByType(Class<T>) - Method in class net.fabricmc.loom.configuration.processors.JarProcessorManager
 
getClassDoc(StructClass) - Method in class net.fabricmc.loom.decompilers.fernflower.TinyJavadocProvider
 
getClassifier() - Method in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftVersionInfo.Library
 
getConfigName() - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
getDecompilers() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getDefaultMainClass() - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
getDependency() - Method in class net.fabricmc.loom.configuration.DependencyProvider.DependencyInfo
 
getDependencyManager() - Method in class net.fabricmc.loom.configuration.DependencyProvider
 
getDependencyManager() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getDepString() - Method in class net.fabricmc.loom.configuration.DependencyProvider.DependencyInfo
 
getDepString() - Method in class net.fabricmc.loom.configuration.DependencyProvider.FileDependencyInfo
 
getDescription() - Method in class net.fabricmc.loom.util.gradle.ProgressLogger
Returns the description of the operation.
getDestinationDir(T) - Method in class net.fabricmc.loom.build.mixin.AnnotationProcessorInvoker
 
getDestinationDir(JavaCompile) - Method in class net.fabricmc.loom.build.mixin.JavaApInvoker
 
getDestinationDir(JavaCompile) - Method in class net.fabricmc.loom.build.mixin.KaptApInvoker
 
getDestinationDir(ScalaCompile) - Method in class net.fabricmc.loom.build.mixin.ScalaApInvoker
 
getDevLauncherConfig() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getExtension() - Method in class net.fabricmc.loom.configuration.DependencyProvider
 
getExtension() - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
getExtension() - Method in class net.fabricmc.loom.task.AbstractLoomTask
 
getFabricId(String) - Method in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftVersionInfo.AssetIndex
 
getFieldDoc(StructClass, StructField) - Method in class net.fabricmc.loom.decompilers.fernflower.TinyJavadocProvider
 
getFile(File) - Method in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftVersionInfo.Library
 
getFileMap() - Method in class net.fabricmc.loom.configuration.providers.minecraft.assets.AssetIndex
 
getfileProperty(Project) - Static method in class net.fabricmc.loom.util.gradle.GradleSupport
 
getGroup() - Method in class net.fabricmc.loom.configuration.providers.mappings.MojangMappingsDependency
 
getHash() - Method in class net.fabricmc.loom.configuration.providers.minecraft.assets.AssetObject
 
getId() - Method in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftVersionInfo.AssetIndex
 
getInput() - Method in class net.fabricmc.loom.task.RemapJarTask
 
getInput() - Method in class net.fabricmc.loom.task.RemapSourcesJarTask
 
getInputFile() - Method in class net.fabricmc.loom.configuration.processors.dependency.ModDependencyInfo
 
getInstallerJson() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getIntermediaryJar() - Method in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftMappedProvider
 
getIntermediaryTiny() - Method in class net.fabricmc.loom.configuration.providers.mappings.MappingsProvider
 
getIntermediaryUrl() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getJarDirectory(File, String) - Method in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftMappedProvider
 
getJarProcessorManager() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getJarProcessors() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getJarVersionString(String) - Method in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftMappedProvider
 
getJvmArgs() - Method in class net.fabricmc.loom.task.AbstractRunTask
 
getLibraryProvider() - Method in class net.fabricmc.loom.configuration.providers.MinecraftProvider
 
getLoaderLaunchMethod() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getLoggingHeader() - Method in class net.fabricmc.loom.util.gradle.ProgressLogger
Returns the logging header for the operation.
getMain() - Method in class net.fabricmc.loom.task.AbstractRunTask
 
getMappedJar() - Method in class net.fabricmc.loom.configuration.processors.MinecraftProcessedProvider
 
getMappedJar() - Method in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftMappedProvider
 
getMappings() - Method in class net.fabricmc.loom.configuration.providers.mappings.MappingsProvider
 
getMappingsDir() - Method in class net.fabricmc.loom.configuration.providers.mappings.MappingsProvider
 
getMappingsKey() - Method in class net.fabricmc.loom.configuration.providers.mappings.MappingsProvider
 
getMappingsPrefix(String) - Static method in class net.fabricmc.loom.configuration.processors.dependency.ModDependencyInfo
 
getMappingsProvider() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getMavenScope() - Method in class net.fabricmc.loom.configuration.RemappedConfigurationEntry
 
getMergedJar() - Method in class net.fabricmc.loom.configuration.providers.MinecraftProvider
 
getMethodDoc(StructClass, StructMethod) - Method in class net.fabricmc.loom.decompilers.fernflower.TinyJavadocProvider
 
getMinecraftMappedProvider() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getMinecraftProvider() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getMinecraftVersion() - Method in class net.fabricmc.loom.configuration.providers.MinecraftProvider
 
getMixinJsonVersion() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getMode() - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
getName() - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
getName() - Method in class net.fabricmc.loom.configuration.providers.mappings.MojangMappingsDependency
 
getNativesDirectory() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getNativesJarStore() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getNestedModCache() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getNextMixinMappings() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getNode(Node, String) - Static method in class net.fabricmc.loom.util.GroovyXmlUtil
 
getOrCreateNode(Node, String) - Static method in class net.fabricmc.loom.util.GroovyXmlUtil
 
getOrCreateSrcMappingCache(int, Supplier<MappingSet>) - Method in class net.fabricmc.loom.LoomGradleExtension
 
getOrCreateSrcMercuryCache(int, Supplier<Mercury>) - Method in class net.fabricmc.loom.LoomGradleExtension
 
getOS() - Static method in class net.fabricmc.loom.util.OperatingSystem
 
getOSClientJVMArgs() - Static method in class net.fabricmc.loom.configuration.ide.RunConfig
 
getOutput() - Method in class net.fabricmc.loom.task.RemapSourcesJarTask
 
getProgramArgs() - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
getProgressFactory(Project, String) - Static method in class net.fabricmc.loom.util.gradle.ProgressLogger
Get a Progress logger from the Gradle internal API.
getProject() - Method in class net.fabricmc.loom.configuration.DependencyProvider
 
getProject() - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
getProjectBuildCache() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getProjectPersistentCache() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getProvider(Class<T>) - Method in class net.fabricmc.loom.configuration.LoomDependencyManager
 
getReason() - Method in class net.fabricmc.loom.configuration.providers.mappings.MojangMappingsDependency
 
getRefmapDestination(T, LoomGradleExtension) - Method in class net.fabricmc.loom.build.mixin.AnnotationProcessorInvoker
 
getRefmapName() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getRemapAccessWidener() - Method in class net.fabricmc.loom.task.RemapJarTask
 
getRemapClasspath() - Method in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftMappedProvider
 
getRemappedAccessWidener(Remapper) - Method in class net.fabricmc.loom.configuration.accesswidener.AccessWidenerJarProcessor
 
getRemappedConfiguration() - Method in class net.fabricmc.loom.configuration.RemappedConfigurationEntry
 
getRemappedDir() - Method in class net.fabricmc.loom.configuration.processors.dependency.ModDependencyInfo
 
getRemappedFilename(boolean) - Method in class net.fabricmc.loom.configuration.processors.dependency.ModDependencyInfo
 
getRemappedModCache() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getRemappedNotation() - Method in class net.fabricmc.loom.configuration.processors.dependency.ModDependencyInfo
 
getRemappedOutput() - Method in class net.fabricmc.loom.configuration.processors.dependency.ModDependencyInfo
 
getRemappedOutput(String) - Method in class net.fabricmc.loom.configuration.processors.dependency.ModDependencyInfo
 
getRequiredTasks(Project) - Static method in class net.fabricmc.loom.build.NestedJars
 
getResolvedDepString() - Method in class net.fabricmc.loom.configuration.DependencyProvider.DependencyInfo
 
getResolvedDepString() - Method in class net.fabricmc.loom.configuration.DependencyProvider.FileDependencyInfo
 
getResolvedVersion() - Method in class net.fabricmc.loom.configuration.DependencyProvider.DependencyInfo
 
getResolvedVersion() - Method in class net.fabricmc.loom.configuration.DependencyProvider.FileDependencyInfo
 
getRootGradleExtension() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getRootProjectBuildCache() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getRootProjectPersistentCache() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getRunDir() - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
getRuns() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getSha1() - Method in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftVersionInfo.Library
 
getSharedGradleExtension() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getShortDescription() - Method in class net.fabricmc.loom.util.gradle.ProgressLogger
Returns the short description of the operation.
getSize() - Method in class net.fabricmc.loom.configuration.providers.minecraft.assets.AssetObject
 
getSource(Project) - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
getSourceConfiguration() - Method in class net.fabricmc.loom.configuration.DependencyProvider.DependencyInfo
 
getSourceConfiguration() - Method in class net.fabricmc.loom.configuration.RemappedConfigurationEntry
 
getSourceRemapper() - Method in class net.fabricmc.loom.task.RemapAllSourcesTask
 
getSourceRemapper() - Method in class net.fabricmc.loom.task.RemapSourcesJarTask
 
getTargetConfig() - Method in class net.fabricmc.loom.configuration.DependencyProvider
 
getTargetConfig() - Method in class net.fabricmc.loom.configuration.providers.LaunchProvider
 
getTargetConfig() - Method in class net.fabricmc.loom.configuration.providers.mappings.MappingsProvider
 
getTargetConfig() - Method in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftMappedProvider
 
getTargetConfig() - Method in class net.fabricmc.loom.configuration.providers.MinecraftProvider
 
getTargetConfiguration(ConfigurationContainer) - Method in class net.fabricmc.loom.configuration.RemappedConfigurationEntry
 
getTargetNamespace() - Method in class net.fabricmc.loom.task.RemapSourcesJarTask
 
getTinyRemapper(String, String) - Method in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftMappedProvider
 
getUniqueObjects() - Method in class net.fabricmc.loom.configuration.providers.minecraft.assets.AssetIndex
 
getUnmappedModCollection() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getUnmappedMods() - Method in class net.fabricmc.loom.LoomGradleExtension
getURL() - Method in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftVersionInfo.Library
 
getUserCache() - Method in class net.fabricmc.loom.LoomGradleExtension
 
getVersion() - Method in class net.fabricmc.loom.configuration.providers.mappings.MojangMappingsDependency
 
getVersionInfo() - Method in class net.fabricmc.loom.configuration.providers.MinecraftProvider
 
getVmArgs() - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
GradleSupport - Class in net.fabricmc.loom.util.gradle
 
GradleSupport() - Constructor for class net.fabricmc.loom.util.gradle.GradleSupport
 
GroovyXmlUtil - Class in net.fabricmc.loom.util
 
group - Variable in class net.fabricmc.loom.configuration.DependencyProvider.FileDependencyInfo
 
GROUP - Static variable in class net.fabricmc.loom.configuration.providers.mappings.MojangMappingsDependency
 
GSON - Static variable in class net.fabricmc.loom.LoomGradlePlugin
 

H

handleDependencies(Project) - Method in class net.fabricmc.loom.configuration.LoomDependencyManager
 
hasClassifier() - Method in class net.fabricmc.loom.configuration.processors.dependency.ModDependencyInfo
 
hasCustomNatives() - Method in class net.fabricmc.loom.LoomGradleExtension
 
hasFileChanged(Path) - Method in class net.fabricmc.loom.util.StaticPathWatcher
 
hashCode() - Method in class net.fabricmc.loom.configuration.providers.minecraft.assets.AssetObject
 
HashedDownloadUtil - Class in net.fabricmc.loom.util
 
HashedDownloadUtil() - Constructor for class net.fabricmc.loom.util.HashedDownloadUtil
 
hasMavenScope() - Method in class net.fabricmc.loom.configuration.RemappedConfigurationEntry
 

I

id - Variable in class net.fabricmc.loom.configuration.providers.minecraft.ManifestVersion.Versions
 
ideaModuleName - Variable in class net.fabricmc.loom.configuration.ide.RunConfig
 
IdeConfiguration - Class in net.fabricmc.loom.configuration.ide
 
ideSync() - Method in class net.fabricmc.loom.LoomGradleExtension
 
IN_MAP_FILE_NAMED_INTERMEDIARY - Static variable in class net.fabricmc.loom.util.Constants.MixinArguments
 
INCLUDE - Static variable in class net.fabricmc.loom.util.Constants.Configurations
 
inherit(RunConfigSettings) - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
Copies settings from another run configuration.
initFiles(MinecraftProvider, MappingsProvider) - Method in class net.fabricmc.loom.configuration.processors.MinecraftProcessedProvider
 
initFiles(MinecraftProvider, MappingsProvider) - Method in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftMappedProvider
 
input - Variable in class net.fabricmc.loom.build.JarRemapper.RemapData
 
inputFile - Variable in class net.fabricmc.loom.configuration.processors.dependency.ModDependencyInfo
 
INSTANCE - Static variable in class net.fabricmc.loom.configuration.providers.mappings.MappingsCache
 
INSTANCE - Static variable in class net.fabricmc.loom.util.StaticPathWatcher
 
intermediaryUrl - Variable in class net.fabricmc.loom.LoomGradleExtension
 
invalidate() - Method in class net.fabricmc.loom.configuration.providers.mappings.MappingsCache
 
invokerTasks - Variable in class net.fabricmc.loom.build.mixin.AnnotationProcessorInvoker
 
is64Bit() - Static method in class net.fabricmc.loom.util.OperatingSystem
 
IS_GRADLE_7_OR_NEWER - Static variable in class net.fabricmc.loom.util.gradle.GradleSupport
 
isCIBuild() - Static method in class net.fabricmc.loom.util.OperatingSystem
 
isInvalid(File) - Method in class net.fabricmc.loom.configuration.accesswidener.AccessWidenerJarProcessor
 
isInvalid(File) - Method in interface net.fabricmc.loom.configuration.processors.JarProcessor
Return true to make all jar processors run again, return false to use the existing results of jar processing.
isInvalid(File) - Method in class net.fabricmc.loom.configuration.processors.JarProcessorManager
 
isIsGradle7OrNewer() - Static method in class net.fabricmc.loom.util.gradle.GradleSupport
 
isNative() - Method in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftVersionInfo.Library
 
isOnModCompileClasspath() - Method in class net.fabricmc.loom.configuration.RemappedConfigurationEntry
 
isRefreshDeps() - Method in class net.fabricmc.loom.configuration.DependencyProvider
 
isRootProject() - Method in class net.fabricmc.loom.LoomGradleExtension
 
isShareCaches() - Method in class net.fabricmc.loom.LoomGradleExtension
 
isVirtual() - Method in class net.fabricmc.loom.configuration.providers.minecraft.assets.AssetIndex
 

J

JarProcessor - Interface in net.fabricmc.loom.configuration.processors
 
JarProcessorManager - Class in net.fabricmc.loom.configuration.processors
 
JarProcessorManager(List<JarProcessor>) - Constructor for class net.fabricmc.loom.configuration.processors.JarProcessorManager
 
JarRemapper - Class in net.fabricmc.loom.build
 
JarRemapper() - Constructor for class net.fabricmc.loom.build.JarRemapper
 
jarRemapper - Variable in class net.fabricmc.loom.task.RemapJarTask
 
JarRemapper.RemapData - Class in net.fabricmc.loom.build
 
JavaApInvoker - Class in net.fabricmc.loom.build.mixin
 
JavaApInvoker(Project) - Constructor for class net.fabricmc.loom.build.mixin.JavaApInvoker
 
javaDocs - Variable in class net.fabricmc.loom.api.decompilers.DecompilationMetadata
 
javaexec(Project, Action<? super JavaExecSpec>) - Static method in class net.fabricmc.loom.decompilers.fernflower.ForkingJavaExec
 
JETBRAINS_ANNOTATIONS - Static variable in class net.fabricmc.loom.util.Constants.Dependencies
 
JETBRAINS_ANNOTATIONS - Static variable in class net.fabricmc.loom.util.Constants.Dependencies.Versions
 

K

KaptApInvoker - Class in net.fabricmc.loom.build.mixin
 
KaptApInvoker(Project) - Constructor for class net.fabricmc.loom.build.mixin.KaptApInvoker
 
KNOT_CLIENT - Static variable in class net.fabricmc.loom.util.Constants.Knot
 
KNOT_SERVER - Static variable in class net.fabricmc.loom.util.Constants.Knot
 

L

LaunchConfig() - Constructor for class net.fabricmc.loom.configuration.providers.LaunchProvider.LaunchConfig
 
LaunchProvider - Class in net.fabricmc.loom.configuration.providers
 
LaunchProvider(Project) - Constructor for class net.fabricmc.loom.configuration.providers.LaunchProvider
 
LaunchProvider.LaunchConfig - Class in net.fabricmc.loom.configuration.providers
 
libraries - Variable in class net.fabricmc.loom.api.decompilers.DecompilationMetadata
 
libraries - Variable in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftVersionInfo
 
LIBRARIES_BASE - Static variable in class net.fabricmc.loom.util.Constants
 
Library() - Constructor for class net.fabricmc.loom.configuration.providers.minecraft.MinecraftVersionInfo.Library
 
lineMapWriter - Variable in class net.fabricmc.loom.decompilers.fernflower.ThreadSafeResultSaver
 
LineNumberRemapper - Class in net.fabricmc.loom.decompilers
TODO, Move to stitch.
LineNumberRemapper() - Constructor for class net.fabricmc.loom.decompilers.LineNumberRemapper
 
LOADER_DEPENDENCIES - Static variable in class net.fabricmc.loom.util.Constants.Configurations
 
loaderLaunchMethod - Variable in class net.fabricmc.loom.LoomGradleExtension
 
LoomDecompiler - Interface in net.fabricmc.loom.api.decompilers
 
LoomDependencyManager - Class in net.fabricmc.loom.configuration
 
LoomDependencyManager() - Constructor for class net.fabricmc.loom.configuration.LoomDependencyManager
 
LoomGradleExtension - Class in net.fabricmc.loom
 
LoomGradleExtension(Project) - Constructor for class net.fabricmc.loom.LoomGradleExtension
 
LoomGradlePlugin - Class in net.fabricmc.loom
 
LoomGradlePlugin() - Constructor for class net.fabricmc.loom.LoomGradlePlugin
 
LoomTasks - Class in net.fabricmc.loom.task
 

M

main(String[]) - Static method in class net.fabricmc.loom.decompilers.fernflower.FabricForkedFFExecutor
 
mainClass - Variable in class net.fabricmc.loom.configuration.ide.RunConfig
 
makeRunDir() - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
ManifestVersion - Class in net.fabricmc.loom.configuration.providers.minecraft
 
ManifestVersion() - Constructor for class net.fabricmc.loom.configuration.providers.minecraft.ManifestVersion
 
ManifestVersion.Versions - Class in net.fabricmc.loom.configuration.providers.minecraft
 
mappedProvider - Variable in class net.fabricmc.loom.configuration.providers.mappings.MappingsProvider
 
MAPPINGS - Static variable in class net.fabricmc.loom.util.Constants.Configurations
 
MAPPINGS_FINAL - Static variable in class net.fabricmc.loom.util.Constants.Configurations
 
MappingsCache - Class in net.fabricmc.loom.configuration.providers.mappings
 
MappingsCache() - Constructor for class net.fabricmc.loom.configuration.providers.mappings.MappingsCache
 
mappingsName - Variable in class net.fabricmc.loom.configuration.providers.mappings.MappingsProvider
 
MappingsProvider - Class in net.fabricmc.loom.configuration.providers.mappings
 
MappingsProvider(Project) - Constructor for class net.fabricmc.loom.configuration.providers.mappings.MappingsProvider
 
mappingsSuffix - Variable in class net.fabricmc.loom.configuration.processors.dependency.RemapData
 
mappingsVersion - Variable in class net.fabricmc.loom.configuration.providers.mappings.MappingsProvider
 
MavenPublication - Class in net.fabricmc.loom.configuration
 
MigrateMappingsTask - Class in net.fabricmc.loom.task
 
MigrateMappingsTask() - Constructor for class net.fabricmc.loom.task.MigrateMappingsTask
 
MINECRAFT - Static variable in class net.fabricmc.loom.util.Constants.Configurations
 
MINECRAFT_DEPENDENCIES - Static variable in class net.fabricmc.loom.util.Constants.Configurations
 
MINECRAFT_LIBS - Variable in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftLibraryProvider
 
MINECRAFT_NAMED - Static variable in class net.fabricmc.loom.util.Constants.Configurations
 
MINECRAFT_REMAP_CLASSPATH - Static variable in class net.fabricmc.loom.util.Constants.Configurations
 
MinecraftAssetsProvider - Class in net.fabricmc.loom.configuration.providers.minecraft.assets
 
MinecraftAssetsProvider() - Constructor for class net.fabricmc.loom.configuration.providers.minecraft.assets.MinecraftAssetsProvider
 
MinecraftLibraryProvider - Class in net.fabricmc.loom.configuration.providers.minecraft
 
MinecraftLibraryProvider() - Constructor for class net.fabricmc.loom.configuration.providers.minecraft.MinecraftLibraryProvider
 
MinecraftMappedProvider - Class in net.fabricmc.loom.configuration.providers.minecraft
 
MinecraftMappedProvider(Project) - Constructor for class net.fabricmc.loom.configuration.providers.minecraft.MinecraftMappedProvider
 
MinecraftNativesProvider - Class in net.fabricmc.loom.configuration.providers.minecraft
 
MinecraftNativesProvider() - Constructor for class net.fabricmc.loom.configuration.providers.minecraft.MinecraftNativesProvider
 
MinecraftProcessedProvider - Class in net.fabricmc.loom.configuration.processors
 
MinecraftProcessedProvider(Project, JarProcessorManager) - Constructor for class net.fabricmc.loom.configuration.processors.MinecraftProcessedProvider
 
MinecraftProvider - Class in net.fabricmc.loom.configuration.providers
 
MinecraftProvider(Project) - Constructor for class net.fabricmc.loom.configuration.providers.MinecraftProvider
 
minecraftVersion - Variable in class net.fabricmc.loom.configuration.providers.mappings.MappingsProvider
 
MinecraftVersionInfo - Class in net.fabricmc.loom.configuration.providers.minecraft
 
MinecraftVersionInfo() - Constructor for class net.fabricmc.loom.configuration.providers.minecraft.MinecraftVersionInfo
 
MinecraftVersionInfo.AssetIndex - Class in net.fabricmc.loom.configuration.providers.minecraft
 
MinecraftVersionInfo.Downloads - Class in net.fabricmc.loom.configuration.providers.minecraft
 
MinecraftVersionInfo.Library - Class in net.fabricmc.loom.configuration.providers.minecraft
 
MIXIN_COMPILE_EXTENSIONS - Static variable in class net.fabricmc.loom.util.Constants.Dependencies
 
MIXIN_COMPILE_EXTENSIONS - Static variable in class net.fabricmc.loom.util.Constants.Dependencies.Versions
 
MixinRefmapHelper - Class in net.fabricmc.loom.build
 
MOD_COMPILE_CLASSPATH - Static variable in class net.fabricmc.loom.util.Constants.Configurations
 
MOD_COMPILE_CLASSPATH_MAPPED - Static variable in class net.fabricmc.loom.util.Constants.Configurations
 
MOD_COMPILE_ENTRIES - Static variable in class net.fabricmc.loom.util.Constants
 
ModCompileRemapper - Class in net.fabricmc.loom.build
 
ModCompileRemapper() - Constructor for class net.fabricmc.loom.build.ModCompileRemapper
 
ModDependencyInfo - Class in net.fabricmc.loom.configuration.processors.dependency
 
ModDependencyInfo(String, String, String, String, File, Configuration, RemapData) - Constructor for class net.fabricmc.loom.configuration.processors.dependency.ModDependencyInfo
 
mode(String) - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
ModProcessor - Class in net.fabricmc.loom.configuration.mods
 
ModProcessor() - Constructor for class net.fabricmc.loom.configuration.mods.ModProcessor
 
modStore - Variable in class net.fabricmc.loom.configuration.processors.dependency.RemapData
 
module(String, String) - Method in class net.fabricmc.loom.configuration.FabricApiExtension
 
MODULE - Static variable in class net.fabricmc.loom.configuration.providers.mappings.MojangMappingsDependency
 
moduleVersion(String, String) - Method in class net.fabricmc.loom.configuration.FabricApiExtension
 
MojangMappingsDependency - Class in net.fabricmc.loom.configuration.providers.mappings
 
MojangMappingsDependency(Project, LoomGradleExtension) - Constructor for class net.fabricmc.loom.configuration.providers.mappings.MojangMappingsDependency
 

N

name() - Method in interface net.fabricmc.loom.api.decompilers.LoomDecompiler
 
name - Variable in class net.fabricmc.loom.configuration.DependencyProvider.FileDependencyInfo
 
name(String) - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
name - Variable in class net.fabricmc.loom.configuration.processors.dependency.ModDependencyInfo
 
name - Variable in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftVersionInfo.Library
 
name() - Method in class net.fabricmc.loom.decompilers.cfr.FabricCFRDecompiler
 
name() - Method in class net.fabricmc.loom.decompilers.fernflower.FabricFernFlowerDecompiler
 
natives - Variable in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftVersionInfo.Library
 
NestedJars - Class in net.fabricmc.loom.build
 
NestedJars() - Constructor for class net.fabricmc.loom.build.NestedJars
 
net.fabricmc.loom - package net.fabricmc.loom
 
net.fabricmc.loom.api.decompilers - package net.fabricmc.loom.api.decompilers
 
net.fabricmc.loom.build - package net.fabricmc.loom.build
 
net.fabricmc.loom.build.mixin - package net.fabricmc.loom.build.mixin
 
net.fabricmc.loom.configuration - package net.fabricmc.loom.configuration
 
net.fabricmc.loom.configuration.accesswidener - package net.fabricmc.loom.configuration.accesswidener
 
net.fabricmc.loom.configuration.ide - package net.fabricmc.loom.configuration.ide
 
net.fabricmc.loom.configuration.mods - package net.fabricmc.loom.configuration.mods
 
net.fabricmc.loom.configuration.processors - package net.fabricmc.loom.configuration.processors
 
net.fabricmc.loom.configuration.processors.dependency - package net.fabricmc.loom.configuration.processors.dependency
 
net.fabricmc.loom.configuration.providers - package net.fabricmc.loom.configuration.providers
 
net.fabricmc.loom.configuration.providers.mappings - package net.fabricmc.loom.configuration.providers.mappings
 
net.fabricmc.loom.configuration.providers.minecraft - package net.fabricmc.loom.configuration.providers.minecraft
 
net.fabricmc.loom.configuration.providers.minecraft.assets - package net.fabricmc.loom.configuration.providers.minecraft.assets
 
net.fabricmc.loom.decompilers - package net.fabricmc.loom.decompilers
 
net.fabricmc.loom.decompilers.cfr - package net.fabricmc.loom.decompilers.cfr
 
net.fabricmc.loom.decompilers.fernflower - package net.fabricmc.loom.decompilers.fernflower
 
net.fabricmc.loom.task - package net.fabricmc.loom.task
 
net.fabricmc.loom.util - package net.fabricmc.loom.util
 
net.fabricmc.loom.util.gradle - package net.fabricmc.loom.util.gradle
 
numberOfThreads - Variable in class net.fabricmc.loom.api.decompilers.DecompilationMetadata
 

O

officialMojangMappings() - Method in class net.fabricmc.loom.LoomGradleExtension
 
OperatingSystem - Class in net.fabricmc.loom.util
 
OperatingSystem() - Constructor for class net.fabricmc.loom.util.OperatingSystem
 
OUT_MAP_FILE_NAMED_INTERMEDIARY - Static variable in class net.fabricmc.loom.util.Constants.MixinArguments
 
OUT_REFMAP_FILE - Static variable in class net.fabricmc.loom.util.Constants.MixinArguments
 
output - Variable in class net.fabricmc.loom.build.JarRemapper.RemapData
 
outputStreams - Variable in class net.fabricmc.loom.decompilers.fernflower.ThreadSafeResultSaver
 

P

passArgument(T, String, String) - Method in class net.fabricmc.loom.build.mixin.AnnotationProcessorInvoker
 
passArgument(JavaCompile, String, String) - Method in class net.fabricmc.loom.build.mixin.JavaApInvoker
 
passArgument(JavaCompile, String, String) - Method in class net.fabricmc.loom.build.mixin.KaptApInvoker
 
passArgument(ScalaCompile, String, String) - Method in class net.fabricmc.loom.build.mixin.ScalaApInvoker
 
postVisitDirectory(Path, IOException) - Method in class net.fabricmc.loom.util.DeletingFileVisitor
 
process(File) - Method in class net.fabricmc.loom.configuration.accesswidener.AccessWidenerJarProcessor
 
process(File) - Method in interface net.fabricmc.loom.configuration.processors.JarProcessor
Currently this is a destructive process that replaces the existing jar.
process(File) - Method in class net.fabricmc.loom.configuration.processors.JarProcessorManager
 
process(ProgressLogger, Path, Path) - Method in class net.fabricmc.loom.decompilers.LineNumberRemapper
 
processMods(Project, List<ModDependencyInfo>) - Static method in class net.fabricmc.loom.configuration.mods.ModProcessor
 
programArg(String) - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
programArgs - Variable in class net.fabricmc.loom.configuration.ide.RunConfig
 
programArgs(String...) - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
programArgs(Collection<String>) - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
progress(String) - Method in class net.fabricmc.loom.util.gradle.ProgressLogger
Logs some progress, indicated by a new status.
ProgressLogger - Class in net.fabricmc.loom.util.gradle
Wrapper to ProgressLogger internal API.
project - Variable in class net.fabricmc.loom.build.mixin.AnnotationProcessorInvoker
 
PROJECT_MAPPED_CLASSIFIER - Static variable in class net.fabricmc.loom.configuration.processors.MinecraftProcessedProvider
 
properties(Map<String, String>) - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
property(String, String) - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
property(String) - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
property(String, String) - Method in class net.fabricmc.loom.configuration.providers.LaunchProvider.LaunchConfig
 
property(String, String, String) - Method in class net.fabricmc.loom.configuration.providers.LaunchProvider.LaunchConfig
 
provide(DependencyProvider.DependencyInfo, Consumer<Runnable>) - Method in class net.fabricmc.loom.configuration.DependencyProvider
 
provide(DependencyProvider.DependencyInfo, Consumer<Runnable>) - Method in class net.fabricmc.loom.configuration.providers.LaunchProvider
 
provide(DependencyProvider.DependencyInfo, Consumer<Runnable>) - Method in class net.fabricmc.loom.configuration.providers.mappings.MappingsProvider
 
provide(MinecraftProvider, Project) - Static method in class net.fabricmc.loom.configuration.providers.minecraft.assets.MinecraftAssetsProvider
 
provide(MinecraftProvider, Project) - Method in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftLibraryProvider
 
provide(DependencyProvider.DependencyInfo, Consumer<Runnable>) - Method in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftMappedProvider
 
provide(MinecraftProvider, Project) - Static method in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftNativesProvider
 
provide(DependencyProvider.DependencyInfo, Consumer<Runnable>) - Method in class net.fabricmc.loom.configuration.providers.MinecraftProvider
 

R

readInstallerJson(File, Project) - Static method in class net.fabricmc.loom.configuration.mods.ModProcessor
 
readMappings(File) - Method in class net.fabricmc.loom.decompilers.LineNumberRemapper
 
refmapName - Variable in class net.fabricmc.loom.LoomGradleExtension
 
refreshDeps - Static variable in class net.fabricmc.loom.LoomGradlePlugin
 
register(LoomDependencyManager) - Method in class net.fabricmc.loom.configuration.DependencyProvider
 
registerTasks(Project) - Static method in class net.fabricmc.loom.task.LoomTasks
 
remap() - Method in class net.fabricmc.loom.build.JarRemapper
 
remap() - Method in class net.fabricmc.loom.task.RemapSourcesJarTask
 
remapAccessWidener(Path, Remapper) - Method in class net.fabricmc.loom.configuration.accesswidener.AccessWidenerJarProcessor
 
remapAll() - Method in class net.fabricmc.loom.util.SourceRemapper
 
RemapAllSourcesTask - Class in net.fabricmc.loom.task
 
RemapAllSourcesTask() - Constructor for class net.fabricmc.loom.task.RemapAllSourcesTask
 
RemapData(Path, Path) - Constructor for class net.fabricmc.loom.build.JarRemapper.RemapData
 
remapData - Variable in class net.fabricmc.loom.configuration.processors.dependency.ModDependencyInfo
 
RemapData - Class in net.fabricmc.loom.configuration.processors.dependency
 
RemapData(String, File) - Constructor for class net.fabricmc.loom.configuration.processors.dependency.RemapData
 
remapDependencies(Project, String, LoomGradleExtension, SourceRemapper) - Static method in class net.fabricmc.loom.build.ModCompileRemapper
 
RemapJarTask - Class in net.fabricmc.loom.task
 
RemapJarTask() - Constructor for class net.fabricmc.loom.task.RemapJarTask
 
remapMod - Variable in class net.fabricmc.loom.LoomGradleExtension
 
remapOptions(Action<TinyRemapper.Builder>) - Method in class net.fabricmc.loom.task.RemapJarTask
 
RemappedConfigurationEntry - Class in net.fabricmc.loom.configuration
 
RemappedConfigurationEntry(String, String, boolean, String) - Constructor for class net.fabricmc.loom.configuration.RemappedConfigurationEntry
 
remapSources(Project, File, File, boolean) - Static method in class net.fabricmc.loom.util.SourceRemapper
 
RemapSourcesJarTask - Class in net.fabricmc.loom.task
 
RemapSourcesJarTask() - Constructor for class net.fabricmc.loom.task.RemapSourcesJarTask
 
reprocessZip(File, boolean, boolean) - Static method in class net.fabricmc.loom.util.ZipReprocessorUtil
 
requiresRemapping() - Method in class net.fabricmc.loom.configuration.processors.dependency.ModDependencyInfo
 
resolve() - Method in class net.fabricmc.loom.configuration.DependencyProvider.DependencyInfo
 
resolve() - Method in class net.fabricmc.loom.configuration.DependencyProvider.FileDependencyInfo
 
resolve() - Method in class net.fabricmc.loom.configuration.providers.mappings.MojangMappingsDependency
 
resolve(boolean) - Method in class net.fabricmc.loom.configuration.providers.mappings.MojangMappingsDependency
 
resolvedFiles - Variable in class net.fabricmc.loom.configuration.DependencyProvider.FileDependencyInfo
 
resolveFile() - Method in class net.fabricmc.loom.configuration.DependencyProvider.DependencyInfo
 
RESOURCES_BASE - Static variable in class net.fabricmc.loom.util.Constants
 
rules - Variable in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftVersionInfo.Library
 
RunClientTask - Class in net.fabricmc.loom.task
Deprecated.
RunClientTask() - Constructor for class net.fabricmc.loom.task.RunClientTask
Deprecated.
 
RunConfig - Class in net.fabricmc.loom.configuration.ide
 
RunConfig() - Constructor for class net.fabricmc.loom.configuration.ide.RunConfig
 
runConfig(Project, RunConfigSettings) - Static method in class net.fabricmc.loom.configuration.ide.RunConfig
 
RunConfigSettings - Class in net.fabricmc.loom.configuration.ide
Experimental for now, please make sure to direct any suggests towards the github.
RunConfigSettings(Project, String) - Constructor for class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
runDir - Variable in class net.fabricmc.loom.configuration.ide.RunConfig
 
runDir(String) - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
runDirIdeaUrl - Variable in class net.fabricmc.loom.configuration.ide.RunConfig
 
runFF(Map<String, Object>, List<File>, File, File, File, File) - Method in class net.fabricmc.loom.decompilers.fernflower.AbstractForkedFFExecutor
 
runFF(Map<String, Object>, List<File>, File, File, File, File) - Method in class net.fabricmc.loom.decompilers.fernflower.FabricForkedFFExecutor
 
RunGameTask - Class in net.fabricmc.loom.task
 
RunGameTask(RunConfigSettings) - Constructor for class net.fabricmc.loom.task.RunGameTask
 
runs(Action<NamedDomainObjectContainer<RunConfigSettings>>) - Method in class net.fabricmc.loom.LoomGradleExtension
 
RunServerTask - Class in net.fabricmc.loom.task
Deprecated.
RunServerTask() - Constructor for class net.fabricmc.loom.task.RunServerTask
Deprecated.
 

S

saveClassEntry(String, String, String, String, String) - Method in class net.fabricmc.loom.decompilers.fernflower.ThreadSafeResultSaver
 
saveClassEntry(String, String, String, String, String, int[]) - Method in class net.fabricmc.loom.decompilers.fernflower.ThreadSafeResultSaver
 
saveClassFile(String, String, String, String, int[]) - Method in class net.fabricmc.loom.decompilers.fernflower.ThreadSafeResultSaver
 
saveDirEntry(String, String, String) - Method in class net.fabricmc.loom.decompilers.fernflower.ThreadSafeResultSaver
 
saveExecutors - Variable in class net.fabricmc.loom.decompilers.fernflower.ThreadSafeResultSaver
 
saveFolder(String) - Method in class net.fabricmc.loom.decompilers.fernflower.ThreadSafeResultSaver
 
ScalaApInvoker - Class in net.fabricmc.loom.build.mixin
 
ScalaApInvoker(Project) - Constructor for class net.fabricmc.loom.build.mixin.ScalaApInvoker
 
scheduleRemap(Path, Path) - Method in class net.fabricmc.loom.build.JarRemapper
 
scheduleRemap() - Method in class net.fabricmc.loom.task.RemapJarTask
 
scheduleRemapSources(File, File) - Method in class net.fabricmc.loom.util.SourceRemapper
Deprecated.
scheduleRemapSources(File, File, boolean, boolean) - Method in class net.fabricmc.loom.util.SourceRemapper
 
server() - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
Configure run config with the default server options.
serverWithGui() - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
Removes the nogui argument for the server configuration.
setConfigName(String) - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
setDefaultMainClass(String) - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
setDependencyManager(LoomDependencyManager) - Method in class net.fabricmc.loom.LoomGradleExtension
 
setDescription(String) - Method in class net.fabricmc.loom.util.gradle.ProgressLogger
Sets the description of the operation.
setInput(Object) - Method in class net.fabricmc.loom.task.RemapSourcesJarTask
 
setInputDir(String) - Method in class net.fabricmc.loom.task.MigrateMappingsTask
 
setInstallerJson(JsonObject) - Method in class net.fabricmc.loom.LoomGradleExtension
 
setJarProcessorManager(JarProcessorManager) - Method in class net.fabricmc.loom.LoomGradleExtension
 
setLoggingHeader(String) - Method in class net.fabricmc.loom.util.gradle.ProgressLogger
Sets the logging header for the operation.
setMappings(String) - Method in class net.fabricmc.loom.task.MigrateMappingsTask
 
setMode(String) - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
setOutput(Object) - Method in class net.fabricmc.loom.task.RemapSourcesJarTask
 
setOutputDir(String) - Method in class net.fabricmc.loom.task.MigrateMappingsTask
 
setRunDir(String) - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
setShortDescription(String) - Method in class net.fabricmc.loom.util.gradle.ProgressLogger
Sets the short description of the operation.
setSource(SourceSet) - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
setSource(Function<Project, SourceSet>) - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
setSourceRemapper(SourceRemapper) - Method in class net.fabricmc.loom.task.RemapSourcesJarTask
 
setTargetNamespace(String) - Method in class net.fabricmc.loom.task.RemapSourcesJarTask
 
setup() - Method in class net.fabricmc.loom.configuration.accesswidener.AccessWidenerJarProcessor
 
setup(Project) - Static method in class net.fabricmc.loom.configuration.ide.IdeConfiguration
 
setup(Project) - Static method in class net.fabricmc.loom.configuration.ide.SetupIntelijRunConfigs
 
setup() - Method in interface net.fabricmc.loom.configuration.processors.JarProcessor
 
setup(Project) - Static method in class net.fabricmc.loom.decompilers.DecompilerConfiguration
 
setupConfigurations(Project) - Static method in class net.fabricmc.loom.configuration.CompileConfiguration
 
SetupIntelijRunConfigs - Class in net.fabricmc.loom.configuration.ide
 
SetupIntelijRunConfigs() - Constructor for class net.fabricmc.loom.configuration.ide.SetupIntelijRunConfigs
 
setupProcessors() - Method in class net.fabricmc.loom.configuration.processors.JarProcessorManager
 
setWorkingDir(File) - Method in class net.fabricmc.loom.task.AbstractRunTask
 
sha1 - Variable in class net.fabricmc.loom.configuration.providers.minecraft.ManifestVersion.Versions
 
sha1 - Variable in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftVersionInfo.AssetIndex
 
sha1 - Variable in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftVersionInfo.Downloads
 
sha256(File) - Static method in class net.fabricmc.loom.util.Checksum
 
shareCaches - Variable in class net.fabricmc.loom.LoomGradleExtension
 
source(SourceSet) - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
source(String) - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
sourceRemapper - Variable in class net.fabricmc.loom.task.RemapAllSourcesTask
 
SourceRemapper - Class in net.fabricmc.loom.util
 
SourceRemapper(Project, boolean) - Constructor for class net.fabricmc.loom.util.SourceRemapper
 
start(String, String) - Method in class net.fabricmc.loom.util.gradle.ProgressLogger
Convenience method that sets descriptions and logs started() event.
startClass(String) - Method in class net.fabricmc.loom.decompilers.fernflower.ThreadIDFFLogger
 
started() - Method in class net.fabricmc.loom.util.gradle.ProgressLogger
Logs the start of the operation, with no initial status.
started(String) - Method in class net.fabricmc.loom.util.gradle.ProgressLogger
Logs the start of the operation, with the given status.
startFirstThread() - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
Add the -XstartOnFirstThread JVM argument when on OSX.
startMethod(String) - Method in class net.fabricmc.loom.decompilers.fernflower.ThreadIDFFLogger
 
startReadingClass(String) - Method in class net.fabricmc.loom.decompilers.fernflower.ThreadIDFFLogger
 
startWriteClass(String) - Method in class net.fabricmc.loom.decompilers.fernflower.ThreadIDFFLogger
 
StaticPathWatcher - Class in net.fabricmc.loom.util
 
stdErr - Variable in class net.fabricmc.loom.decompilers.fernflower.ThreadIDFFLogger
 
stdOut - Variable in class net.fabricmc.loom.decompilers.fernflower.ThreadIDFFLogger
 
supplyAccessWidener(BiFunction<JarRemapper.RemapData, Remapper, Pair<String, byte[]>>) - Method in class net.fabricmc.loom.build.JarRemapper.RemapData
 
SYSTEM_ARCH - Static variable in class net.fabricmc.loom.util.Constants
 

T

targetConfig - Variable in class net.fabricmc.loom.configuration.processors.dependency.ModDependencyInfo
 
TERMINAL_CONSOLE_APPENDER - Static variable in class net.fabricmc.loom.util.Constants.Dependencies
 
TERMINAL_CONSOLE_APPENDER - Static variable in class net.fabricmc.loom.util.Constants.Dependencies.Versions
 
ThreadIDFFLogger - Class in net.fabricmc.loom.decompilers.fernflower
This logger simply prints what each thread is doing to the console in a machine parsable way.
ThreadIDFFLogger() - Constructor for class net.fabricmc.loom.decompilers.fernflower.ThreadIDFFLogger
 
ThreadIDFFLogger(PrintStream, PrintStream) - Constructor for class net.fabricmc.loom.decompilers.fernflower.ThreadIDFFLogger
 
ThreadSafeResultSaver - Class in net.fabricmc.loom.decompilers.fernflower
Created by covers1624 on 18/02/19.
ThreadSafeResultSaver(Supplier<File>, Supplier<File>) - Constructor for class net.fabricmc.loom.decompilers.fernflower.ThreadSafeResultSaver
 
TinyJavadocProvider - Class in net.fabricmc.loom.decompilers.fernflower
 
TinyJavadocProvider(File) - Constructor for class net.fabricmc.loom.decompilers.fernflower.TinyJavadocProvider
 
tinyMappings - Variable in class net.fabricmc.loom.configuration.providers.mappings.MappingsProvider
 
tinyMappingsJar - Variable in class net.fabricmc.loom.configuration.providers.mappings.MappingsProvider
 
TinyRemapperMappingsHelper - Class in net.fabricmc.loom.util
 
toNiceSize(long) - Static method in class net.fabricmc.loom.util.DownloadUtil
Format the given number of bytes as a more human readable string.
toString() - Method in class net.fabricmc.loom.configuration.DependencyProvider.DependencyInfo
 
toString() - Method in class net.fabricmc.loom.configuration.processors.dependency.ModDependencyInfo
 

U

url - Variable in class net.fabricmc.loom.configuration.providers.minecraft.ManifestVersion.Versions
 
url - Variable in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftVersionInfo.AssetIndex
 
url - Variable in class net.fabricmc.loom.configuration.providers.minecraft.MinecraftVersionInfo.Downloads
 

V

version - Variable in class net.fabricmc.loom.configuration.DependencyProvider.FileDependencyInfo
 
version - Variable in class net.fabricmc.loom.configuration.processors.dependency.ModDependencyInfo
 
VERSION_MANIFESTS - Static variable in class net.fabricmc.loom.util.Constants
 
versions - Variable in class net.fabricmc.loom.configuration.providers.minecraft.ManifestVersion
 
Versions() - Constructor for class net.fabricmc.loom.configuration.providers.minecraft.ManifestVersion.Versions
 
visitFile(Path, BasicFileAttributes) - Method in class net.fabricmc.loom.util.DeletingFileVisitor
 
vmArg(String) - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
vmArgs - Variable in class net.fabricmc.loom.configuration.ide.RunConfig
 
vmArgs(String...) - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 
vmArgs(Collection<String>) - Method in class net.fabricmc.loom.configuration.ide.RunConfigSettings
 

W

write(int) - Method in class net.fabricmc.loom.util.ConsumingOutputStream
 
writeMessage(String, IFernflowerLogger.Severity) - Method in class net.fabricmc.loom.decompilers.fernflower.ThreadIDFFLogger
 
writeMessage(String, IFernflowerLogger.Severity, Throwable) - Method in class net.fabricmc.loom.decompilers.fernflower.ThreadIDFFLogger
 

Z

ZipReprocessorUtil - Class in net.fabricmc.loom.util
 
A B C D E F G H I J K L M N O P R S T U V W Z 
Skip navigation links