Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VolmitSoftware/Adapt
/ get
Method
get
src/main/java/com/volmit/adapt/util/IRare.java:22–22 ·
view source on GitHub ↗
(Object v)
Source
from the content-addressed store, hash-verified
20
21
public
interface
IRare {
22
static
int
get(Object v) {
23
return
v instanceof IRare ? ((IRare) v).getRarity() : 1;
24
}
25
Callers
15
onRequest
Method · 0.65
hotloaded
Method · 0.65
execute
Method · 0.65
execute
Method · 0.65
notifyXP
Method · 0.65
cleanupSkills
Method · 0.65
getEarningsMultiplier
Method · 0.65
reportEarnings
Method · 0.65
getSkill
Method · 0.65
getStat
Method · 0.65
addStat
Method · 0.65
getSkillLine
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected