MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / addButtons

Method addButtons

src/main/java/cc/slack/ui/menu/MainMenu.java:158–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156 }
157
158 private void addButtons() {
159 this.menuList.add(new MainMenuButton(1, width/2 - 120, height / 2 + 10, 240, 20, decodes("U2luZ2xlUGxheWVy")));
160 this.menuList.add(new MainMenuButton(2, width/2 - 120, height / 2 + 35, 240, 20, decodes("TXVsdGlQbGF5ZXI=")));
161
162
163 this.menuList.add(new MainMenuButton(3, width/2 - 120, height / 2 + 60, 117, 20, decodes("U2V0dGluZ3M=")));
164 this.menuList.add(new MainMenuButton(4, width/2 + 3, height / 2 + 60, 117, 20, decodes("QWx0IE1hbmFnZXI=")));
165 this.menuList.add(new MainMenuButton(6, 5, height - 25, 60, 20, decodes("U2h1dGRvd24="), new Color(255, 0, 0)));
166 this.menuList.add(new MainMenuButton(13, 70, height - 25, 100, 20, decodes("Sm9pbiBPdXIgRGlzY29yZA=="), new Color(86, 105, 247)));
167 this.menuList.add(new MainMenuButton(7, 175, height - 25, 20, 20, "i"));
168 }
169
170}

Callers 1

initGuiMethod · 0.95

Calls 2

decodesMethod · 0.95
addMethod · 0.45

Tested by

no test coverage detected