@@ -25,7 +25,7 @@
|
||||
@@ -114,6 +120,7 @@
|
||||
private void a(MovingObjectPosition movingobjectposition, List<MobEffect> list) {
|
||||
AxisAlignedBB axisalignedbb = this.getBoundingBox().grow(4.0D, 2.0D, 4.0D);
|
||||
List list1 = this.world.a(EntityLiving.class, axisalignedbb);
|
||||
List<EntityLiving> list1 = this.world.a(EntityLiving.class, axisalignedbb);
|
||||
+ Map<LivingEntity, Double> affected = new HashMap<LivingEntity, Double>(); // CraftBukkit
|
||||
|
||||
if (!list1.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user