net.minecraft.server.EnchantmentDepthStrider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of walk-server Show documentation
Show all versions of walk-server Show documentation
A spigot fork to kotlin structure and news.
package net.minecraft.server;
public class EnchantmentDepthStrider extends Enchantment {
public EnchantmentDepthStrider(int i, MinecraftKey minecraftkey, int j) {
super(i, minecraftkey, j, EnchantmentSlotType.ARMOR_FEET);
this.c("waterWalker");
}
public int a(int i) {
return i * 10;
}
public int b(int i) {
return this.a(i) + 15;
}
public int getMaxLevel() {
return 3;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy