Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VolmitSoftware/Adapt
/ xp
Method
xp
src/main/java/com/volmit/adapt/api/skill/Skill.java:129–129 ·
view source on GitHub ↗
(Player p, double xp)
Source
from the content-addressed store, hash-verified
127
}
128
129
default
void
xp(Player p, double xp) {
130
if
(!p.getClass().getSimpleName().equals(
"CraftPlayer"
)) {
131
return
;
132
}
Callers
15
on
Method · 0.65
on
Method · 0.65
handleEvent
Method · 0.65
handleComposterInteraction
Method · 0.65
handleEntityDamageByPlayer
Method · 0.65
handleBlockBreakWithShovel
Method · 0.65
on
Method · 0.65
seeBlock
Method · 0.65
seeItem
Method · 0.65
seeCraftedRecipe
Method · 0.65
seeFood
Method · 0.65
seeEntity
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected