mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-18 14:24:17 +08:00
Add PAIL comments to a few things.
This commit is contained in:
parent
d33f0dd3ba
commit
3eea5637b4
@ -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…
Reference in New Issue
Block a user