Merge pull request #77 from FrederikHeinrich/patch-1

Update NPCBase.java
This commit is contained in:
Jitse Boonstra 2020-04-23 18:52:08 +02:00 committed by GitHub
commit 820a0f1c36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,10 @@ public abstract class NPCBase implements NPC, NPCPacketHandler {
public NPCLib getInstance() {
return instance;
}
public UUID getUniqueId() {
return uuid;
}
@Override
public String getId() {