MCPcopy Create free account
hub / github.com/Garten/sourcecraft / getDefaultConvertOption

Method getDefaultConvertOption

src/periphery/Config.java:161–163  ·  view source on GitHub ↗
(String game)

Source from the content-addressed store, hash-verified

159 }
160
161 public ConvertOption getDefaultConvertOption(String game) {
162 return this.getDefaultConvertOption(this.getGame(game));
163 }
164
165 public ConvertOption getDefaultConvertOption(SourceGame game) {
166 return this.getConvertOption(game.getDefaultConvertOption());

Callers

nothing calls this directly

Calls 2

getGameMethod · 0.95
getConvertOptionMethod · 0.95

Tested by

no test coverage detected