mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 11:45:52 -07:00
Updated to use mc-dev rename revision 1
This commit is contained in:
@@ -29,7 +29,7 @@ public class EntityZombie extends EntityMonster {
|
||||
this.world.getServer().getPluginManager().callEvent(event);
|
||||
|
||||
if (!event.isCancelled()) {
|
||||
this.j(event.getDuration());
|
||||
this.setOnFire(event.getDuration());
|
||||
}
|
||||
// CraftBukkit end
|
||||
}
|
||||
@@ -54,7 +54,7 @@ public class EntityZombie extends EntityMonster {
|
||||
return Item.ROTTEN_FLESH.id;
|
||||
}
|
||||
|
||||
public EnchantmentDamage t() {
|
||||
return EnchantmentDamage.b;
|
||||
public MonsterType getMonsterType() {
|
||||
return MonsterType.UNDEAD;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user