Class SkillAPIHook
java.lang.Object
br.net.fabiozumbi12.RedProtect.Bukkit.hooks.SkillAPIHook
- All Implemented Interfaces:
org.bukkit.event.Listener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonPlayerExperience(com.sucy.skill.api.event.PlayerExperienceGainEvent e) voidonPlayerManaGain(com.sucy.skill.api.event.PlayerManaGainEvent e) voidonPlayerSkillGain(com.sucy.skill.api.event.PlayerGainSkillPointsEvent e)
-
Constructor Details
-
SkillAPIHook
public SkillAPIHook()
-
-
Method Details
-
onPlayerExperience
public void onPlayerExperience(com.sucy.skill.api.event.PlayerExperienceGainEvent e) -
onPlayerSkillGain
public void onPlayerSkillGain(com.sucy.skill.api.event.PlayerGainSkillPointsEvent e) -
onPlayerManaGain
public void onPlayerManaGain(com.sucy.skill.api.event.PlayerManaGainEvent e)
-