All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minecraft.server.EnchantmentDepthStrider Maven / Gradle / Ivy

There is a newer version: 2.4.0
Show newest version
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