add getId method to api interface
This commit is contained in:
parent
564f26047f
commit
4602351f95
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
package lol.pyr.znpcsplus.api.npc;
|
||||
|
||||
public interface NpcEntry {
|
||||
String getId();
|
||||
Npc getNpc();
|
||||
|
||||
boolean isProcessed();
|
||||
|
|
Loading…
Reference in a new issue