Index
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 readerfor the mappings contained by the path supplied. - createWriter(Writer, String, String) - Method in enum class net.fabricmc.lorenztiny.TinyMappingFormat
-
Creates a new
mappings writerfor 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 readerfor reading mappings from across twotiny 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 writerfor 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 readerfor 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 writerfor 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 setto the file specified by the suppliedpath. - writer - Variable in class net.fabricmc.lorenztiny.TinyMappingsWriter
All Classes and Interfaces|All Packages