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

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

package net.minecraft.server;

public class EnchantmentLure extends Enchantment {

  protected EnchantmentLure(int i, MinecraftKey minecraftkey, int j, EnchantmentSlotType enchantmentslottype) {
    super(i, minecraftkey, j, enchantmentslottype);
    this.c("fishingSpeed");
  }

  public int a(int i) {
    return 15 + (i - 1) * 9;
  }

  public int b(int i) {
    return super.a(i) + 50;
  }

  public int getMaxLevel() {
    return 3;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy