Package mc.limestone.remap.mappings
Class MappingsSets
- java.lang.Object
-
- mc.limestone.remap.mappings.MappingsSets
-
public final class MappingsSets extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MappingsSets()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DirectMappingsSetnewDirect()static DirectMappingsSetnewDirect(java.util.Map<java.lang.String,DirectClass> classes)static DirectMappingsBuildernewDirectBuilder()static DirectMappingsSetnewProGuard(java.io.InputStream src)static DirectMappingsSetnewProGuard(java.io.Reader reader)static DirectMappingsSetnewProGuard(java.lang.String s)static DirectMappingsSetnewProGuard(java.nio.channels.ReadableByteChannel channel)static DirectMappingsSetnewProGuard(java.nio.file.Path path)
-
-
-
Method Detail
-
newDirect
public static DirectMappingsSet newDirect(java.util.Map<java.lang.String,DirectClass> classes)
-
newDirect
public static DirectMappingsSet newDirect()
-
newDirectBuilder
public static DirectMappingsBuilder newDirectBuilder()
-
newProGuard
public static DirectMappingsSet newProGuard(java.nio.file.Path path) throws java.io.IOException
- Throws:
java.io.IOException
-
newProGuard
public static DirectMappingsSet newProGuard(java.io.InputStream src) throws java.io.IOException
- Throws:
java.io.IOException
-
newProGuard
public static DirectMappingsSet newProGuard(java.nio.channels.ReadableByteChannel channel) throws java.io.IOException
- Throws:
java.io.IOException
-
newProGuard
public static DirectMappingsSet newProGuard(java.io.Reader reader) throws java.io.IOException
- Throws:
java.io.IOException
-
newProGuard
public static DirectMappingsSet newProGuard(java.lang.String s) throws java.io.IOException
- Throws:
java.io.IOException
-
-