Refactor NpcCompositionChanged to NpcDefinitionChanged to stay consistent with mixin naming.
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user