Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-18 20:40:08 +01:00
Adding Craftbukkit comment-tags.
Dieser Commit ist enthalten in:
Ursprung
f20af7b129
Commit
a9a0ad6278
@ -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;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren