Implement the Depth Strider enchantment in the API

This commit is contained in:
Suddenly 2014-11-29 15:04:00 +00:00
parent 277baff1a1
commit 07351b62c8

View file

@ -50,6 +50,11 @@ public abstract class Enchantment {
*/
public static final Enchantment THORNS = new EnchantmentWrapper(7);
/**
* Increases walking speed while in water
*/
public static final Enchantment DEPTH_STRIDER = new EnchantmentWrapper(8);
/**
* Increases damage against all targets
*/