Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ getMessage
Method
getMessage
src/main/java/Client/ExtendedStatus.java:70–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
public
String getName() {
return
name; }
69
70
public
String getMessage() {
return
status; }
71
public
void
setMessage(String s) { status=s; }
72
73
public
int
getPriority() {
return
priority; }
Callers
10
setAutoAway
Method · 0.95
setAutoXa
Method · 0.95
restoreStatus
Method · 0.95
sendPresence
Method · 0.95
sendDirectPresence
Method · 0.95
saveStatusToStorage
Method · 0.95
StatusForm
Method · 0.45
askReconnect
Method · 0.45
logoff
Method · 0.45
send
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected