MCPcopy 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

onTickMethod · 0.65
onMethod · 0.65
onTickMethod · 0.65
onMethod · 0.65
onMethod · 0.65
onTickMethod · 0.65
onTickMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected