Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CleanroomMC/ModularUI
/ get
Method
get
src/main/java/com/cleanroommc/modularui/api/ITheme.java:30–30 ·
view source on GitHub ↗
@param id theme id @return theme with given id
(String id)
Source
from the content-addressed store, hash-verified
28
* @
return
theme with given id
29
*/
30
static
ITheme get(String id) {
31
return
IThemeApi.get().getTheme(id);
32
}
33
Callers
15
Expression
Method · 0.65
evaluateSubtree
Method · 0.65
getVariableOrConstant
Method · 0.65
evaluateFunction
Method · 0.65
evaluateArrayIndex
Method · 0.65
evaluateStructureSeparator
Method · 0.65
evaluateInfixOperator
Method · 0.65
getPreviousToken
Method · 0.65
getData
Method · 0.65
getParameterDefinitionForParameter
Method · 0.65
evaluate
Method · 0.65
getFunction
Method · 0.65
Implementers
1
AbstractTheme
src/main/java/com/cleanroommc/modularu
Calls
no outgoing calls
Tested by
6
buildUI
Method · 0.52
buildUI
Method · 0.52
openThirdWindow
Method · 0.52
getRandomItem
Method · 0.52
getMainMenuOverlayTest
Method · 0.52
buildUI
Method · 0.52