Class LayeredMappingSpecBuilderImpl
java.lang.Object
net.fabricmc.loom.configuration.providers.mappings.LayeredMappingSpecBuilderImpl
- All Implemented Interfaces:
LayeredMappingSpecBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLayer(MappingsSpec<?> mappingSpec)Add a MappingsSpec layer.build()Add a layer that uses the official mappings provided by Mojang.parchment(Object object, org.gradle.api.Action<ParchmentMappingsSpecBuilder> action)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.fabricmc.loom.api.mappings.layered.spec.LayeredMappingSpecBuilder
parchment
-
Constructor Details
-
LayeredMappingSpecBuilderImpl
public LayeredMappingSpecBuilderImpl()
-
-
Method Details
-
addLayer
Description copied from interface:LayeredMappingSpecBuilderAdd a MappingsSpec layer.- Specified by:
addLayerin interfaceLayeredMappingSpecBuilder
-
officialMojangMappings
Description copied from interface:LayeredMappingSpecBuilderAdd a layer that uses the official mappings provided by Mojang.- Specified by:
officialMojangMappingsin interfaceLayeredMappingSpecBuilder
-
parchment
public LayeredMappingSpecBuilder parchment(Object object, org.gradle.api.Action<ParchmentMappingsSpecBuilder> action)- Specified by:
parchmentin interfaceLayeredMappingSpecBuilder
-
build
-