MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / isShowLabel

Method isShowLabel

The 5zig Mod/src/eu/the5zig/mod/modules/Module.java:399–401  ·  view source on GitHub ↗

@return true, if the title of the module gets rendered. @see #setShowLabel(boolean)

()

Source from the content-addressed store, hash-verified

397 * @see #setShowLabel(boolean)
398 */
399 public boolean isShowLabel() {
400 return showLabel;
401 }
402
403 /**
404 * Sets, whether the title of the module should get rendered.

Callers 7

renderMethod · 0.95
getMaxWidthMethod · 0.95
getTotalHeightMethod · 0.95
runMethod · 0.80
initGuiMethod · 0.80
actionPerformedMethod · 0.80
renderModulePreviewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected