Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ setUidConfig
Method
setUidConfig
src/main/java/matcher/config/Config.java:86–92 ·
view source on GitHub ↗
(UidConfig config)
Source
from the content-addressed store, hash-verified
84
}
85
86
public
static
boolean setUidConfig(UidConfig config) {
87
if
(!config.isValid())
return
false;
88
89
uidConfig = config;
90
91
return
true;
92
}
93
94
public
static
void
setTheme(Theme value) {
95
if
(value != null) {
Callers
2
setup
Method · 0.95
init
Method · 0.95
Calls
1
isValid
Method · 0.45
Tested by
no test coverage detected