Adds some events that trigger when NPC actions start or end, and when sounds are played
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
package net.knarcraft.blacksmith.event;
|
||||
|
||||
/**
|
||||
* An event triggered when a reforge finishes
|
||||
*/
|
||||
public interface ReforgeEndEvent extends BlacksmithPluginEvent {
|
||||
}
|
Reference in New Issue
Block a user