Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VolmitSoftware/Adapt
/ xpSilent
Method
xpSilent
src/main/java/com/volmit/adapt/api/skill/Skill.java:167–167 ·
view source on GitHub ↗
(Player p, double xp)
Source
from the content-addressed store, hash-verified
165
}
166
167
default
void
xpSilent(Player p, double xp) {
168
if
(!p.getClass().getSimpleName().equals(
"CraftPlayer"
)) {
169
return
;
170
}
Callers
7
onTick
Method · 0.65
on
Method · 0.65
onTick
Method · 0.65
on
Method · 0.65
on
Method · 0.65
onTick
Method · 0.65
onTick
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected