mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -07:00
Adding Craftbukkit comment-tags.
This commit is contained in:
@@ -29,7 +29,9 @@ public class Explosion {
|
|||||||
public Entity e;
|
public Entity e;
|
||||||
public float f;
|
public float f;
|
||||||
public Set g = new HashSet();
|
public Set g = new HashSet();
|
||||||
|
// Craftbukkit start
|
||||||
public boolean wasCanceled = false;
|
public boolean wasCanceled = false;
|
||||||
|
// Craftbukkit end
|
||||||
|
|
||||||
public Explosion(World world, Entity entity, double d0, double d1, double d2, float f) {
|
public Explosion(World world, Entity entity, double d0, double d1, double d2, float f) {
|
||||||
this.i = world;
|
this.i = world;
|
||||||
|
Reference in New Issue
Block a user