Refactor NpcCompositionChanged to NpcDefinitionChanged to stay consistent with mixin naming.

This commit is contained in:
Ganom
2019-07-01 16:12:00 -04:00
parent 83e54fb476
commit 4cbfc8dda0
4 changed files with 7 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ import net.runelite.api.NPC;
* Fires after the composition of an {@link NPC} changes.
*/
@Value
public class NpcCompositionChanged
public class NpcDefinitionChanged
{
/**
* The NPC of which the composition changed.