Skip to content

Commit

Permalink
Add a metadata marker for swimming
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Nov 15, 2013
1 parent 0374471 commit 16706ca
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 @@ -289,5 +289,6 @@ public interface NPC extends Agent, Cloneable {
public static final String FLYABLE_METADATA = "flyable";
public static final String LEASH_PROTECTED_METADATA = "protected-leash";
public static final String RESPAWN_DELAY_METADATA = "respawn-delay";
public static final String SWIMMING_METADATA = "swim";
public static final String TARGETABLE_METADATA = "protected-target";
}

0 comments on commit 16706ca

Please sign in to comment.