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

Method updateContinueButton

src/main/GuiLogic.java:225–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

223 }
224
225 private void updateContinueButton() {
226 this.gui.setEnabledButtonContinueAtSetup(this.minecraftPathOk && this.sourcePathOk);
227 }
228
229 private void informAboutTexturePack(String texturePackName) {
230 TexturePack texturePack = TexturePack.getTexturePack(texturePackName);

Callers 2

updatedMinecraftPathMethod · 0.95
updateDisplayForSteamMethod · 0.95

Calls 1

Tested by

no test coverage detected