Package jadx.plugins.mappings
Class RenameMappingsData
- java.lang.Object
-
- jadx.plugins.mappings.RenameMappingsData
-
- All Implemented Interfaces:
jadx.api.plugins.input.data.attributes.IJadxAttribute
public class RenameMappingsData extends java.lang.Object implements jadx.api.plugins.input.data.attributes.IJadxAttribute
-
-
Constructor Summary
Constructors Constructor Description RenameMappingsData(net.fabricmc.mappingio.tree.MappingTreeView mappings)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description jadx.api.plugins.input.data.attributes.IJadxAttrType<RenameMappingsData>getAttrType()static @Nullable RenameMappingsDatagetData(jadx.core.dex.nodes.RootNode root)net.fabricmc.mappingio.tree.MappingTreeViewgetMappings()static @Nullable net.fabricmc.mappingio.tree.MappingTreeViewgetTree(jadx.core.dex.nodes.RootNode root)
-
-
-
Method Detail
-
getData
@Nullable public static @Nullable RenameMappingsData getData(jadx.core.dex.nodes.RootNode root)
-
getTree
@Nullable public static @Nullable net.fabricmc.mappingio.tree.MappingTreeView getTree(jadx.core.dex.nodes.RootNode root)
-
getMappings
public net.fabricmc.mappingio.tree.MappingTreeView getMappings()
-
getAttrType
public jadx.api.plugins.input.data.attributes.IJadxAttrType<RenameMappingsData> getAttrType()
- Specified by:
getAttrTypein interfacejadx.api.plugins.input.data.attributes.IJadxAttribute
-
-