Skip to content

Commit

Permalink
Add new metadata constant
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed May 6, 2021
1 parent a1a8d15 commit 6b4cc38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/net/citizensnpcs/api/npc/NPC.java
Expand Up @@ -399,6 +399,10 @@ public interface NPC extends Agent, Cloneable {
* The Item ID. Integer.
*/
public static final String ITEM_ID_METADATA = "item-type-id";
/**
* Whether to keep chunk loaded. Boolean.
*/
public static final String KEEP_CHUNK_LOADED_METADATA = "keep-chunk-loaded";
/**
* Whether the NPC is leashable. Boolean.
*/
Expand Down

0 comments on commit 6b4cc38

Please sign in to comment.