mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 19:24:44 +02:00
Fix a handful of Javadoc issues - need to check through the rest later to ensure that we actually have updated JDs for everything
This commit is contained in:
@ -60,7 +60,8 @@ public class AxeManager extends SkillManager {
|
||||
/**
|
||||
* Check for Skull Splitter ability.
|
||||
*
|
||||
* @param event The event to process
|
||||
* @param target The entity hit by Skull Splitter
|
||||
* @param damage The base damage to deal
|
||||
*/
|
||||
public void skullSplitter(LivingEntity target, int damage) {
|
||||
SkullSplitterEventHandler eventHandler = new SkullSplitterEventHandler(player, damage, target);
|
||||
|
Reference in New Issue
Block a user