MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / DefForm

Method DefForm

src/main/java/ui/controls/form/DefForm.java:56–58  ·  view source on GitHub ↗

Creates a new instance of DefForm @param caption

(String caption)

Source from the content-addressed store, hash-verified

54 * @param caption
55 */
56 public DefForm(String caption) {
57 this(caption, true);
58 }
59
60 public DefForm(String caption, boolean show) {
61 mainbar = new MainBar(caption);

Callers

nothing calls this directly

Calls 2

enableListWrappingMethod · 0.80
showMethod · 0.45

Tested by

no test coverage detected