mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 12:43:52 -07:00
Update CraftBukkit to Minecraft 1.3.1
This commit is contained in:
committed by
Travis Watkins
parent
08e2923bd4
commit
a43d621c01
@@ -9,17 +9,17 @@ public class EntitySmallFireball extends EntityFireball {
|
||||
|
||||
public EntitySmallFireball(World world) {
|
||||
super(world);
|
||||
this.b(0.3125F, 0.3125F);
|
||||
this.a(0.3125F, 0.3125F);
|
||||
}
|
||||
|
||||
public EntitySmallFireball(World world, EntityLiving entityliving, double d0, double d1, double d2) {
|
||||
super(world, entityliving, d0, d1, d2);
|
||||
this.b(0.3125F, 0.3125F);
|
||||
this.a(0.3125F, 0.3125F);
|
||||
}
|
||||
|
||||
public EntitySmallFireball(World world, double d0, double d1, double d2, double d3, double d4, double d5) {
|
||||
super(world, d0, d1, d2, d3, d4, d5);
|
||||
this.b(0.3125F, 0.3125F);
|
||||
this.a(0.3125F, 0.3125F);
|
||||
}
|
||||
|
||||
protected void a(MovingObjectPosition movingobjectposition) {
|
||||
@@ -82,7 +82,7 @@ public class EntitySmallFireball extends EntityFireball {
|
||||
}
|
||||
}
|
||||
|
||||
public boolean o_() {
|
||||
public boolean L() {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user