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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull fr.skytasul.reflection.mappings.Mappingsvoidwrite(@NotNull BufferedWriter writer, @NotNull fr.skytasul.reflection.mappings.Mappings mappings)
-
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:
parsein interfacefr.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:
writein interfacefr.skytasul.reflection.mappings.files.MappingType- Throws:
IOException
-