Updated to use mc-dev rename revision 1
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package net.minecraft.server;
|
||||
|
||||
final class EnchantmentModifierProtection implements EnchantmentModifier {
|
||||
|
||||
public int a;
|
||||
public DamageSource b;
|
||||
|
||||
private EnchantmentModifierProtection() {}
|
||||
|
||||
public void a(Enchantment enchantment, int i) {
|
||||
this.a += enchantment.a(i, this.b);
|
||||
}
|
||||
|
||||
EnchantmentModifierProtection(EmptyClass3 emptyclass3) {
|
||||
this();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user