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
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull fr.skytasul.reflection.mappings.Mappingsprotected @NotNull Type @NotNull []parseParameters(@NotNull String parameters) voidwrite(@NotNull BufferedWriter writer, @NotNull fr.skytasul.reflection.mappings.Mappings mappings)
-
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:
parsein interfacefr.skytasul.reflection.mappings.files.MappingType
-
parseParameters
-
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
-