Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ hasClientIcon
Method
hasClientIcon
src/main/java/Client/Contact.java:877–879 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
875
876
//#ifdef CLIENTS_ICONS
877
boolean hasClientIcon() {
878
return
(client > -1);
879
}
880
//#endif
881
882
//#ifdef PEP
Callers
1
drawItem
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected