Class SpigotClassMapping

java.lang.Object
fr.skytasul.reflection.shrieker.minecraft.SpigotClassMapping
All Implemented Interfaces:
fr.skytasul.reflection.mappings.files.MappingType

public class SpigotClassMapping extends Object implements fr.skytasul.reflection.mappings.files.MappingType
  • Constructor Details

    • SpigotClassMapping

      public SpigotClassMapping(boolean failOnLineParse)
  • Method Details

    • parse

      @NotNull public @NotNull fr.skytasul.reflection.mappings.Mappings parse(@NotNull @NotNull List<String> lines)
      Specified by:
      parse in interface fr.skytasul.reflection.mappings.files.MappingType
    • write

      public void write(@NotNull @NotNull BufferedWriter writer, @NotNull @NotNull fr.skytasul.reflection.mappings.Mappings mappings) throws IOException
      Specified by:
      write in interface fr.skytasul.reflection.mappings.files.MappingType
      Throws:
      IOException