- get(int) - Method in interface net.fabricmc.mapping.reader.v2.MappingGetter
-
Gets the corresponding mapped name under a namespace with the namespace's index.
- getAllNames() - Method in interface net.fabricmc.mapping.reader.v2.MappingGetter
-
Creates an array of all mapped names, ordered by their namespace's appearance.
- getClasses() - Method in interface net.fabricmc.mapping.tree.TinyTree
-
Gets all the classes in the mappings.
- getComment() - Method in interface net.fabricmc.mapping.tree.Mapped
-
Gets the comment (JavaDoc, etc.) on an element.
- getDefaultNamespaceClassMap() - Method in interface net.fabricmc.mapping.tree.TinyTree
-
Gets the map from the default namespace class names to the class mappings.
- getDescriptor(String) - Method in interface net.fabricmc.mapping.tree.Descriptored
-
Maps the descriptor to the target namespace.
- getDescriptor() - Method in class net.fabricmc.mapping.util.EntryTriple
-
Returns the descriptor of the entry.
- getFields() - Method in interface net.fabricmc.mapping.tree.ClassDef
-
Gets all field elements belonging to this class element.
- getLocalVariableIndex() - Method in interface net.fabricmc.mapping.tree.LocalVariableDef
-
Gets the local variable index of this local variable.
- getLocalVariableIndex() - Method in interface net.fabricmc.mapping.tree.ParameterDef
-
Gets the index of this parameter.
- getLocalVariables() - Method in interface net.fabricmc.mapping.tree.MethodDef
-
Gets all local variable elements belonging to this method element.
- getLocalVariableStartOffset() - Method in interface net.fabricmc.mapping.tree.LocalVariableDef
-
Gets the local variable start offset of this local variable.
- getLocalVariableTableIndex() - Method in interface net.fabricmc.mapping.tree.LocalVariableDef
-
Gets the index of this local variable in the local variable table.
- getMajorVersion() - Method in interface net.fabricmc.mapping.reader.v2.TinyMetadata
-
Gets the major version of the mapping.
- getMetadata() - Method in interface net.fabricmc.mapping.tree.TinyTree
-
Gets the metadata of this mapping tree.
- getMethods() - Method in interface net.fabricmc.mapping.tree.ClassDef
-
Gets all method elements belonging to this class element.
- getMinorVersion() - Method in interface net.fabricmc.mapping.reader.v2.TinyMetadata
-
Gets the minor version of the mapping.
- getName(String) - Method in interface net.fabricmc.mapping.tree.Mapped
-
Gets the mapped name of the element in the target namespace.
- getName() - Method in class net.fabricmc.mapping.util.EntryTriple
-
Returns the name of the entry.
- getNamespaces() - Method in interface net.fabricmc.mapping.reader.v2.TinyMetadata
-
Gets the namespaces in this mapping in the order they are listed.
- getOwner() - Method in class net.fabricmc.mapping.util.EntryTriple
-
Returns the name of the owner class of the entry in internal form.
- getParameters() - Method in interface net.fabricmc.mapping.tree.MethodDef
-
Gets all parameter elements belonging to this method element.
- getProperties() - Method in interface net.fabricmc.mapping.reader.v2.TinyMetadata
-
Gets the properties in this Tiny V2 mapping, appearing in key-value pairs.
- getRaw(int) - Method in interface net.fabricmc.mapping.reader.v2.MappingGetter
-
Gets the raw mapped name under a namespace with the namespace's index.
- getRawName(String) - Method in interface net.fabricmc.mapping.tree.Mapped
-
Gets an explicitly mapped name of the element in the target namespace.
- getRawNames() - Method in interface net.fabricmc.mapping.reader.v2.MappingGetter
-
Creates an array of all mapped names, ordered by their namespace's appearance.
- getRemapper(String, String) - Method in class net.fabricmc.mapping.util.AsmRemapperFactory
-
Obtains the remapper between two namespaces.