@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/world/entity/raid/EntityRaider.java
|
||||
+++ b/net/minecraft/world/entity/raid/EntityRaider.java
|
||||
@@ -43,6 +43,10 @@
|
||||
@@ -45,6 +45,10 @@
|
||||
import net.minecraft.world.level.WorldAccess;
|
||||
import net.minecraft.world.phys.Vec3D;
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
public abstract class EntityRaider extends EntityMonsterPatrolling {
|
||||
|
||||
protected static final DataWatcherObject<Boolean> IS_CELEBRATING = DataWatcher.defineId(EntityRaider.class, DataWatcherRegistry.BOOLEAN);
|
||||
@@ -165,7 +169,7 @@
|
||||
@@ -166,7 +170,7 @@
|
||||
MobEffect mobeffect1 = new MobEffect(MobEffects.BAD_OMEN, 120000, i, false, false, true);
|
||||
|
||||
if (!this.level().getGameRules().getBoolean(GameRules.RULE_DISABLE_RAIDS)) {
|
||||
@@ -20,7 +20,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -256,7 +260,7 @@
|
||||
@@ -275,7 +279,7 @@
|
||||
this.onItemPickup(entityitem);
|
||||
this.setItemSlot(enumitemslot, itemstack);
|
||||
this.take(entityitem, itemstack.getCount());
|
||||
@@ -29,16 +29,25 @@
|
||||
this.getCurrentRaid().setLeader(this.getWave(), this);
|
||||
this.setPatrolLeader(true);
|
||||
} else {
|
||||
@@ -305,7 +309,7 @@
|
||||
@@ -324,7 +328,7 @@
|
||||
|
||||
private final T mob;
|
||||
|
||||
- public b(EntityRaider entityraider) {
|
||||
+ public b(T entityraider) { // CraftBukkit - decompile error
|
||||
this.mob = entityraider;
|
||||
- public b(final EntityRaider entityraider, final EntityRaider entityraider1) {
|
||||
+ public b(final EntityRaider entityraider, final T entityraider1) { // CraftBukkit - decompile error
|
||||
this.mob = entityraider1;
|
||||
this.setFlags(EnumSet.of(PathfinderGoal.Type.MOVE));
|
||||
}
|
||||
@@ -521,7 +525,7 @@
|
||||
@@ -517,7 +521,7 @@
|
||||
private final float hostileRadiusSqr;
|
||||
public final PathfinderTargetCondition shoutTargeting = PathfinderTargetCondition.forNonCombat().range(8.0D).ignoreLineOfSight().ignoreInvisibilityTesting();
|
||||
|
||||
- public a(final EntityRaider entityraider, final EntityIllagerAbstract entityillagerabstract, final float f) {
|
||||
+ public a(final EntityIllagerAbstract entityillagerabstract, final float f) { // CraftBukkit - decompile error
|
||||
this.mob = entityillagerabstract;
|
||||
this.hostileRadiusSqr = f * f;
|
||||
this.setFlags(EnumSet.of(PathfinderGoal.Type.MOVE, PathfinderGoal.Type.LOOK));
|
||||
@@ -540,7 +544,7 @@
|
||||
while (iterator.hasNext()) {
|
||||
EntityRaider entityraider = (EntityRaider) iterator.next();
|
||||
|
||||
@@ -47,7 +56,7 @@
|
||||
}
|
||||
|
||||
}
|
||||
@@ -538,7 +542,7 @@
|
||||
@@ -557,7 +561,7 @@
|
||||
while (iterator.hasNext()) {
|
||||
EntityRaider entityraider = (EntityRaider) iterator.next();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user