Class 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 RenameMappingsData getData​(jadx.core.dex.nodes.RootNode root)  
      net.fabricmc.mappingio.tree.MappingTreeView getMappings()  
      static @Nullable net.fabricmc.mappingio.tree.MappingTreeView getTree​(jadx.core.dex.nodes.RootNode root)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface jadx.api.plugins.input.data.attributes.IJadxAttribute

        keepLoaded, toAttrString
    • Constructor Detail

      • RenameMappingsData

        public RenameMappingsData​(net.fabricmc.mappingio.tree.MappingTreeView mappings)
    • 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:
        getAttrType in interface jadx.api.plugins.input.data.attributes.IJadxAttribute