Interface MappingLayer
- All Known Implementing Classes:
IntermediaryMappingLayer,MojangMappingLayer,ParchmentMappingLayer
@Experimental
public interface MappingLayer
-
Method Summary
Modifier and TypeMethodDescriptiondefault List<Class<? extends MappingLayer>>Provides a list of layer classes that this mapping layer depends on.default MappingsNamespacevoidvisit(net.fabricmc.mappingio.MappingVisitor mappingVisitor)
-
Method Details
-
visit
- Throws:
IOException
-
getSourceNamespace
-
dependsOn
Provides a list of layer classes that this mapping layer depends on. If such a layer is not present an Exception will be thrown when trying to resolve the layer.- Returns:
- A list of MappingLayer classes to depend on.
-