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

Method cmdActions

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

Source from the content-addressed store, hash-verified

1951//#endif
1952
1953 public void cmdActions() {
1954 if (isLoggedIn()) {
1955 try {
1956 new RosterItemActions(getFocusedObject());
1957 } catch (Exception ex) {
1958 }
1959 }
1960 }
1961
1962 public void cmdAdd() {
1963 if (isLoggedIn()) {

Callers 2

eventLongOkMethod · 0.95
selectPressedMethod · 0.95

Calls 2

isLoggedInMethod · 0.95
getFocusedObjectMethod · 0.80

Tested by

no test coverage detected