add getId method to api interface

This commit is contained in:
Pyrbu 2023-05-26 13:40:16 +01:00
parent 564f26047f
commit 4602351f95

@ -1,6 +1,7 @@
package lol.pyr.znpcsplus.api.npc; package lol.pyr.znpcsplus.api.npc;
public interface NpcEntry { public interface NpcEntry {
String getId();
Npc getNpc(); Npc getNpc();
boolean isProcessed(); boolean isProcessed();