@@ -6,10 +6,10 @@
|
||||
|
||||
+ // CraftBukkit add setBoostTicks(int)
|
||||
+ public void setBoostTicks(int ticks) {
|
||||
+ this.a = true; // PAIL rename boosting
|
||||
+ this.b = 0; // PAIL rename currentBoostTicks
|
||||
+ this.c = ticks; // PAIL rename boostTicks
|
||||
+ this.d.set(this.e, this.c); // PAIL rename dataWatcher, dataWatcherBoostTicks
|
||||
+ this.boosting = true;
|
||||
+ this.currentBoostTicks = 0;
|
||||
+ this.boostTicks = ticks;
|
||||
+ this.dataWatcher.set(this.dataWatcherBoostTicks, this.boostTicks);
|
||||
+ }
|
||||
+ // CraftBukkit end
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user