Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ ParentInstance
Interface
ParentInstance
src/main/java/matcher/type/ParentInstance.java:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
matcher.type;
2
3
public
interface
ParentInstance {
4
boolean hasMappedChildren();
5
}
Callers
5
onClassSelect
Method · 0.65
hasMappedChildren
Method · 0.65
getDisplayClasses
Method · 0.65
write
Method · 0.65
writeClass
Method · 0.65
Implementers
2
ClassInstance
src/main/java/matcher/type/ClassInstan
MethodInstance
src/main/java/matcher/type/MethodInsta
Calls
no outgoing calls
Tested by
no test coverage detected