13
0
geforkt von Mirrors/Paper

Implement the Depth Strider enchantment in the API

By: Suddenly <suddenly@suddenly.coffee>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2014-11-29 15:04:00 +00:00
Ursprung 8344aacc6e
Commit a1d3a897e3

Datei anzeigen

@ -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
*/