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

Method addGroup

src/main/java/Client/Groups.java:158–162  ·  view source on GitHub ↗
(String name, int type)

Source from the content-addressed store, hash-verified

156//#endif
157
158 public final Group addGroup(String name, int type) {
159 Group ng = new Group(name);
160 ng.type = type;
161 return addGroup(ng);
162 }
163
164 public Group addGroup(Group ng) {
165 groups.addElement(ng);

Callers 4

GroupsMethod · 0.95
updateContactMethod · 0.80
initMucMethod · 0.80
cmdOkMethod · 0.80

Calls 2

sortMethod · 0.95
addElementMethod · 0.80

Tested by

no test coverage detected