mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-15 12:02:49 +01:00
Add PAIL comments to a few things.
This commit is contained in:
parent
d33f0dd3ba
commit
3eea5637b4
2 changed files with 3 additions and 3 deletions
|
@ -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()
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
private int a;
|
||||
- private String b;
|
||||
- private int c;
|
||||
+ public String b; // CraftBukkit - public
|
||||
+ public int c; // CraftBukkit - public
|
||||
+ public String b; // CraftBukkit - public // PAIL: hostname
|
||||
+ public int c; // CraftBukkit - public // PAIL: port
|
||||
private EnumProtocol d;
|
||||
|
||||
public PacketHandshakingInSetProtocol() {}
|
||||
|
|
Loading…
Add table
Reference in a new issue