mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-31 22:30:15 +00:00
19 lines
377 B
Java
19 lines
377 B
Java
![]() |
package net.minecraft.server;
|
||
|
|
||
|
public class EntityZombieSimple extends EntityMobs {
|
||
|
|
||
|
public EntityZombieSimple(World world) {
|
||
|
super(world);
|
||
|
aP = "/mob/zombie.png";
|
||
|
bC = 0.5F;
|
||
|
c = 50;
|
||
|
aZ *= 10;
|
||
|
H *= 6F;
|
||
|
a(I * 6F, J * 6F);
|
||
|
}
|
||
|
|
||
|
protected float a(int i, int j, int k) {
|
||
|
return l.l(i, j, k) - 0.5F;
|
||
|
}
|
||
|
}
|