summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityFireworks.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/net/minecraft/server/EntityFireworks.java')
-rw-r--r--src/main/java/net/minecraft/server/EntityFireworks.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/main/java/net/minecraft/server/EntityFireworks.java b/src/main/java/net/minecraft/server/EntityFireworks.java
index dc35ae5c..261262ed 100644
--- a/src/main/java/net/minecraft/server/EntityFireworks.java
+++ b/src/main/java/net/minecraft/server/EntityFireworks.java
@@ -10,7 +10,7 @@ public class EntityFireworks extends Entity {
this.a(0.25F, 0.25F);
}
- protected void a() {
+ protected void c() {
this.datawatcher.a(8, 5);
}
@@ -38,11 +38,11 @@ public class EntityFireworks extends Entity {
this.expectedLifespan = 10 * i + this.random.nextInt(6) + this.random.nextInt(7);
}
- public void l_() {
- this.U = this.locX;
- this.V = this.locY;
- this.W = this.locZ;
- super.l_();
+ public void h() {
+ this.T = this.locX;
+ this.U = this.locY;
+ this.V = this.locZ;
+ super.h();
this.motX *= 1.15D;
this.motZ *= 1.15D;
this.motY += 0.04D;
@@ -93,7 +93,7 @@ public class EntityFireworks extends Entity {
NBTTagCompound nbttagcompound1 = new NBTTagCompound();
itemstack.save(nbttagcompound1);
- nbttagcompound.setCompound("FireworksItem", nbttagcompound1);
+ nbttagcompound.set("FireworksItem", nbttagcompound1);
}
}
@@ -115,7 +115,7 @@ public class EntityFireworks extends Entity {
return super.d(f);
}
- public boolean aq() {
+ public boolean av() {
return false;
}
}