mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-09-18 21:45:12 +00:00
Merge pull request #2 in SPIGOT/bukkit from ~DMCK2B/bukkit:feature/implementDepthStrider to master
* commit '07351b62c810c306e076d49ddf0a5b74c57e9351': Implement the Depth Strider enchantment in the API
This commit is contained in:
commit
efd0c51723
1 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,11 @@ public abstract class Enchantment {
|
||||||
*/
|
*/
|
||||||
public static final Enchantment THORNS = new EnchantmentWrapper(7);
|
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
|
* Increases damage against all targets
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue