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

Method Roster

src/main/java/Client/Roster.java:167–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165 public final static int SOUND_OUTGOING = 999;
166
167 public Roster() {
168 super(null, false);
169
170 //splash = SplashScreen.getInstance();
171
172 sl = StatusList.getInstance();
173
174 // setLight(cf.lightState);
175
176 mainbar = new MainBar(4, null, null, false);
177 mainbar.addRAlign();
178 mainbar.addElement(null);
179 mainbar.addElement(null);
180 mainbar.addElement(null); //ft
181
182 groups = null;
183 groups = new Groups();
184
185 /*
186 * vContacts=null; vContacts=new Vector(); // just for displaying
187 */
188 updateMainBar();
189
190//#ifdef CLIENTS_ICONS
191 ClientsIconsData.getInstance();
192//#endif
193 enableListWrapping(true);
194 }
195
196 public final void commandState() {
197 menuName = SR.MS_MAIN_MENU;

Callers

nothing calls this directly

Calls 6

getInstanceMethod · 0.95
updateMainBarMethod · 0.95
getInstanceMethod · 0.95
addRAlignMethod · 0.80
addElementMethod · 0.80
enableListWrappingMethod · 0.80

Tested by

no test coverage detected