Skip to content

Commit

Permalink
Add NPC#GLOWING_METADATA
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Mar 5, 2016
1 parent eb15c12 commit 16fe371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/citizensnpcs/api/npc/NPC.java
Expand Up @@ -281,6 +281,7 @@ public interface NPC extends Agent, Cloneable {
public static final String DEATH_SOUND_METADATA = "death-sound";
public static final String DEFAULT_PROTECTED_METADATA = "protected";
public static final String FLYABLE_METADATA = "flyable";
public static final String GLOWING_METADATA = "glowing";
public static final String HURT_SOUND_METADATA = "hurt-sound";
public static final String ITEM_DATA_METADATA = "item-type-data";
public static final String ITEM_ID_METADATA = "item-type-id";
Expand Down

0 comments on commit 16fe371

Please sign in to comment.