Class GradleMappingContext
java.lang.Object
net.fabricmc.loom.configuration.providers.mappings.GradleMappingContext
- All Implemented Interfaces:
MappingContext
-
Constructor Summary
ConstructorsConstructorDescriptionGradleMappingContext(org.gradle.api.Project project, String workingDirName) -
Method Summary
Modifier and TypeMethodDescriptionorg.gradle.api.logging.LoggerworkingDirectory(String name)Creates a temporary working dir to be used to store working files.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.fabricmc.loom.configuration.providers.mappings.MappingContext
minecraftVersion
-
Constructor Details
-
GradleMappingContext
-
-
Method Details
-
mavenFile
- Specified by:
mavenFilein interfaceMappingContext
-
mappingsProvider
- Specified by:
mappingsProviderin interfaceMappingContext
-
minecraftProvider
- Specified by:
minecraftProviderin interfaceMappingContext
-
workingDirectory
Description copied from interface:MappingContextCreates a temporary working dir to be used to store working files.- Specified by:
workingDirectoryin interfaceMappingContext
-
getLogger
public org.gradle.api.logging.Logger getLogger()- Specified by:
getLoggerin interfaceMappingContext
-