Index

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

C

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

D

DETECT - Enum constant in enum class net.fabricmc.lorenztiny.TinyMappingFormat
Reads mappings of of any supported format.

F

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

L

load(BufferedReader) - Method in enum class net.fabricmc.lorenztiny.TinyMappingFormat
 

N

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

R

read(Path, String, String) - Method in enum class 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 class net.fabricmc.lorenztiny.TinyMappingFormat
Reads Tiny mappings from the given path, into the given mapping set.
requireType(FieldMapping) - Method in class net.fabricmc.lorenztiny.TinyMappingsWriter
 

T

TINY - Enum constant in enum class net.fabricmc.lorenztiny.TinyMappingFormat
Reads tiny mappings with legacy v1 format ("v1" header).
TINY_2 - Enum constant in enum class net.fabricmc.lorenztiny.TinyMappingFormat
Reads tiny mappings with new v2 ("tiny" header).
TinyMappingFormat - Enum Class 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(MappingTree, String, String, MappingTree, String, String) - Constructor for class net.fabricmc.lorenztiny.TinyMappingsJoiner
 
TinyMappingsJoiner(MappingTree, String, MappingTree, 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(MappingTree, 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.TinyMappingsWriter
 

V

valueOf(String) - Static method in enum class net.fabricmc.lorenztiny.TinyMappingFormat
Returns the enum constant of this class with the specified name.
values() - Static method in enum class net.fabricmc.lorenztiny.TinyMappingFormat
Returns an array containing the constants of this enum class, 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 class net.fabricmc.lorenztiny.TinyMappingFormat
Write the given mapping set to the file specified by the supplied path.
writer - Variable in class net.fabricmc.lorenztiny.TinyMappingsWriter
 
C D F L N R T V W 
All Classes and Interfaces|All Packages