Package net.fabricmc.mappingio.tree
Interface MappingTreeView.ClassMappingView
- All Superinterfaces:
MappingTreeView.ElementMappingView
- All Known Subinterfaces:
MappingTree.ClassMapping
- Enclosing interface:
- MappingTreeView
-
Method Summary
Modifier and TypeMethodDescriptiondefault MappingTreeView.FieldMappingViewCollection<? extends MappingTreeView.FieldMappingView>Collection<? extends MappingTreeView.MethodMappingView>Methods inherited from interface net.fabricmc.mappingio.tree.MappingTreeView.ElementMappingView
getComment, getDstName, getName, getName, getSrcName, getTree
-
Method Details
-
getFields
Collection<? extends MappingTreeView.FieldMappingView> getFields() -
getField
-
getField
-
getMethods
Collection<? extends MappingTreeView.MethodMappingView> getMethods() -
getMethod
-
getMethod
-