Index

C D F L N R S T V W 
All Classes|All Packages

C

close() - Method in class net.fabricmc.lorenztiny.TinyMappingsLegacyWriter
 
close() - Method in class net.fabricmc.lorenztiny.TinyMappingsJoiner
 
close() - Method in class net.fabricmc.lorenztiny.TinyMappingsReader
 
createReader(Path, String, String) - Method in enum net.fabricmc.lorenztiny.TinyMappingFormat
Creates a new mappings reader for the mappings contained by the path supplied.
createWriter(Writer, String, String) - Method in enum net.fabricmc.lorenztiny.TinyMappingFormat
Creates a new mappings writer for the writer supplied.

D

DETECT - net.fabricmc.lorenztiny.TinyMappingFormat
Reads tiny mappings of either the standard (new) or legacy format.

F

from - Variable in class net.fabricmc.lorenztiny.TinyMappingsLegacyWriter
 

L

LEGACY - net.fabricmc.lorenztiny.TinyMappingFormat
Reads tiny mappings with legacy format ("v1" header).
load(BufferedReader) - Method in enum net.fabricmc.lorenztiny.TinyMappingFormat
 

N

net.fabricmc.lorenztiny - package net.fabricmc.lorenztiny
 

R

read(Path, String, String) - Method in enum net.fabricmc.lorenztiny.TinyMappingFormat
Reads Tiny mappings from the given path, into a new mapping set.
read(MappingSet) - Method in class net.fabricmc.lorenztiny.TinyMappingsJoiner
 
read(MappingSet) - Method in class net.fabricmc.lorenztiny.TinyMappingsReader
 
read(MappingSet, Path, String, String) - Method in enum net.fabricmc.lorenztiny.TinyMappingFormat
Reads Tiny mappings from the given path, into the given mapping set.
requireType(FieldMapping) - Method in class net.fabricmc.lorenztiny.TinyMappingsLegacyWriter
 

S

STANDARD - net.fabricmc.lorenztiny.TinyMappingFormat
Reads tiny mappings with new standard ("tiny" header).

T

TinyMappingFormat - Enum in net.fabricmc.lorenztiny
A helper class for working with Tiny mappings with Lorenz, in lieu of having a mapping format.
TinyMappingsJoiner - Class in net.fabricmc.lorenztiny
A mappings reader for reading mappings from across two tiny trees, using a namespace present in both to match.
TinyMappingsJoiner(TinyTree, String, String, TinyTree, String, String) - Constructor for class net.fabricmc.lorenztiny.TinyMappingsJoiner
 
TinyMappingsJoiner(TinyTree, String, TinyTree, String, String) - Constructor for class net.fabricmc.lorenztiny.TinyMappingsJoiner
 
TinyMappingsLegacyWriter - Class in net.fabricmc.lorenztiny
A mappings writer for Fabric's legacy (v1) Tiny format.
TinyMappingsLegacyWriter(Writer, String, String) - Constructor for class net.fabricmc.lorenztiny.TinyMappingsLegacyWriter
 
TinyMappingsReader - Class in net.fabricmc.lorenztiny
A mappings reader for Fabric's Tiny format.
TinyMappingsReader(TinyTree, String, String) - Constructor for class net.fabricmc.lorenztiny.TinyMappingsReader
Creates a new mappings reader for Fabric's Tiny format, from a tiny tree.
TinyMappingsWriter - Class in net.fabricmc.lorenztiny
A mappings writer for Fabric's v2 Tiny format.
TinyMappingsWriter(Writer, String, String) - Constructor for class net.fabricmc.lorenztiny.TinyMappingsWriter
 
to - Variable in class net.fabricmc.lorenztiny.TinyMappingsLegacyWriter
 

V

valueOf(String) - Static method in enum net.fabricmc.lorenztiny.TinyMappingFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.fabricmc.lorenztiny.TinyMappingFormat
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(MappingSet) - Method in class net.fabricmc.lorenztiny.TinyMappingsLegacyWriter
 
write(MappingSet) - Method in class net.fabricmc.lorenztiny.TinyMappingsWriter
 
write(MappingSet, Path, String, String) - Method in enum net.fabricmc.lorenztiny.TinyMappingFormat
Write the given mapping set to the file specified by the supplied path.
writer - Variable in class net.fabricmc.lorenztiny.TinyMappingsLegacyWriter
 
C D F L N R S T V W 
All Classes|All Packages