Class MappingFileWriter

java.lang.Object
fr.skytasul.reflection.shrieker.MappingFileWriter

public class MappingFileWriter extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    MappingFileWriter(@NotNull fr.skytasul.reflection.mappings.files.MappingType type, @NotNull Writer writer, @NotNull Map<fr.skytasul.reflection.Version,fr.skytasul.reflection.mappings.Mappings> mappings)
     
    MappingFileWriter(@NotNull fr.skytasul.reflection.mappings.files.MappingType type, @NotNull Path path, @NotNull Map<fr.skytasul.reflection.Version,fr.skytasul.reflection.mappings.Mappings> mappings)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MappingFileWriter

      public MappingFileWriter(@NotNull @NotNull fr.skytasul.reflection.mappings.files.MappingType type, @NotNull @NotNull Path path, @NotNull @NotNull Map<fr.skytasul.reflection.Version,fr.skytasul.reflection.mappings.Mappings> mappings)
    • MappingFileWriter

      public MappingFileWriter(@NotNull @NotNull fr.skytasul.reflection.mappings.files.MappingType type, @NotNull @NotNull Writer writer, @NotNull @NotNull Map<fr.skytasul.reflection.Version,fr.skytasul.reflection.mappings.Mappings> mappings)
  • Method Details