Package net.fabricmc.mappingio.tree
Interface MappingTree.MethodVarMapping
- All Superinterfaces:
MappingTree.ElementMapping,MappingTreeView.ElementMappingView,MappingTreeView.MethodVarMappingView
- Enclosing interface:
MappingTree
public static interface MappingTree.MethodVarMapping
extends MappingTree.ElementMapping, MappingTreeView.MethodVarMappingView
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetLvIndex(int lvIndex, int startOpIdx, int endOpIdx) voidsetLvtRowIndex(int index) Methods inherited from interface net.fabricmc.mappingio.tree.MappingTree.ElementMapping
getTree, setComment, setDstNameMethods inherited from interface net.fabricmc.mappingio.tree.MappingTreeView.ElementMappingView
getComment, getDstName, getName, getName, getSrcNameMethods inherited from interface net.fabricmc.mappingio.tree.MappingTreeView.MethodVarMappingView
getEndOpIdx, getLvIndex, getLvtRowIndex, getStartOpIdx
-
Method Details
-
getMethod
MappingTree.MethodMapping getMethod()- Specified by:
getMethodin interfaceMappingTreeView.MethodVarMappingView
-
setLvtRowIndex
void setLvtRowIndex(int index) -
setLvIndex
void setLvIndex(int lvIndex, int startOpIdx, int endOpIdx)
-