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

Method setConvertData

src/periphery/Config.java:274–283  ·  view source on GitHub ↗
(ConverterData converterData)

Source from the content-addressed store, hash-verified

272 }
273
274 public void setConvertData(ConverterData converterData) {
275 this.setPlace(converterData.getPlace()
276 .getDisplayName());
277 this.setGame(converterData.getGame()
278 .getLongName());
279 this.setConvertOption(converterData.getOption()
280 .getName());
281 this.setPack(converterData.getTexturePack()
282 .getName());
283 }
284
285 public static Config getDetaulftConfig() {
286 Config config = new Config();

Callers 1

MainMethod · 0.80

Calls 11

setPlaceMethod · 0.95
setGameMethod · 0.95
setConvertOptionMethod · 0.95
setPackMethod · 0.95
getDisplayNameMethod · 0.80
getLongNameMethod · 0.80
getOptionMethod · 0.80
getPlaceMethod · 0.45
getGameMethod · 0.45
getNameMethod · 0.45
getTexturePackMethod · 0.45

Tested by

no test coverage detected