Add PAIL comments to a few things.

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2015-05-31 16:20:53 +10:00
parent a0a199a242
commit 7ffb160a28
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
public boolean bw;
public boolean bx;
- private Entity bA;
+ public Entity bA; // CraftBukkit - public
+ public Entity bA; // CraftBukkit - public // PAIL: Target
public int by;
public EntityEnderCrystal bz;
+ private Explosion explosionSource = new Explosion(null, this, Double.NaN, Double.NaN, Double.NaN, Float.NaN, true, true); // CraftBukkit - reusable source for CraftTNTPrimed.getSource()