Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ get
Method
get
src/main/java/net/optifine/Lang.java:98–101 ·
view source on GitHub ↗
(String key)
Source
from the content-addressed store, hash-verified
96
}
97
98
public
static
String get(String key)
99
{
100
return
I18n.format(key,
new
Object[0]);
101
}
102
103
public
static
String get(String key, String def)
104
{
Callers
15
initGui
Method · 0.95
drawSlot
Method · 0.95
getNameText
Method · 0.95
getValueText
Method · 0.95
getTooltipLines
Method · 0.95
makeTooltipLines
Method · 0.95
actionPerformed
Method · 0.95
initGui
Method · 0.95
setOptionValue
Method · 0.95
getKeyBinding
Method · 0.95
setOptionFloatValueOF
Method · 0.95
setOptionValueOF
Method · 0.95
Calls
2
format
Method · 0.95
equals
Method · 0.45
Tested by
no test coverage detected