MCPcopy 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

ExpressionMethod · 0.65
evaluateSubtreeMethod · 0.65
getVariableOrConstantMethod · 0.65
evaluateFunctionMethod · 0.65
evaluateArrayIndexMethod · 0.65
evaluateInfixOperatorMethod · 0.65
getPreviousTokenMethod · 0.65
getDataMethod · 0.65
evaluateMethod · 0.65
getFunctionMethod · 0.65

Implementers 1

AbstractThemesrc/main/java/com/cleanroommc/modularu

Calls

no outgoing calls

Tested by 6

buildUIMethod · 0.52
buildUIMethod · 0.52
openThirdWindowMethod · 0.52
getRandomItemMethod · 0.52
buildUIMethod · 0.52