Class SpigotMemberMapping

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

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

    • SpigotMemberMapping

      public SpigotMemberMapping(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
    • parseParameters

      @NotNull protected @NotNull Type @NotNull [] parseParameters(@NotNull @NotNull String parameters)
    • 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