@@ -13,7 +13,7 @@
|
||||
public class EntityWither extends EntityMonster implements IRangedEntity {
|
||||
|
||||
private static final DataWatcherObject<Integer> a = DataWatcher.a(EntityWither.class, DataWatcherRegistry.b);
|
||||
@@ -188,13 +194,38 @@
|
||||
@@ -193,13 +199,38 @@
|
||||
if (this.dh() > 0) {
|
||||
i = this.dh() - 1;
|
||||
if (i <= 0) {
|
||||
@@ -55,7 +55,7 @@
|
||||
}
|
||||
|
||||
} else {
|
||||
@@ -285,6 +316,11 @@
|
||||
@@ -290,6 +321,11 @@
|
||||
Block block = iblockdata.getBlock();
|
||||
|
||||
if (iblockdata.getMaterial() != Material.AIR && a(block)) {
|
||||
@@ -67,7 +67,7 @@
|
||||
flag = this.world.setAir(blockposition, true) || flag;
|
||||
}
|
||||
}
|
||||
@@ -298,7 +334,7 @@
|
||||
@@ -303,7 +339,7 @@
|
||||
}
|
||||
|
||||
if (this.ticksLived % 20 == 0) {
|
||||
|
||||
Reference in New Issue
Block a user