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

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

There is a newer version: 2.4.0
Show newest version
package net.minecraft.server;

public class EnchantmentOxygen extends Enchantment {

  public EnchantmentOxygen(int i, MinecraftKey minecraftkey, int j) {
    super(i, minecraftkey, j, EnchantmentSlotType.ARMOR_HEAD);
    this.c("oxygen");
  }

  public int a(int i) {
    return 10 * i;
  }

  public int b(int i) {
    return this.a(i) + 30;
  }

  public int getMaxLevel() {
    return 3;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy