mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-04-29 22:04:25 +02:00
add convenient method
This commit is contained in:
parent
45a1de1a08
commit
fd6d756482
@ -173,6 +173,9 @@ public class SpecTypePair extends BlockContainer<Block>
|
||||
public TypeBlock getTypeBlock(String qualifiers){
|
||||
return getTypeBlockArray().getTypeBlock(qualifiers);
|
||||
}
|
||||
public TypeBlock getTypeBlock(ResConfig resConfig){
|
||||
return getTypeBlockArray().getTypeBlock(resConfig);
|
||||
}
|
||||
public List<ResConfig> listResConfig(){
|
||||
return mTypeBlockArray.listResConfig();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user