Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-18 12:30:06 +01:00
Add PAIL comments to a few things.
Dieser Commit ist enthalten in:
Ursprung
d33f0dd3ba
Commit
3eea5637b4
@ -23,7 +23,7 @@
|
|||||||
public boolean bw;
|
public boolean bw;
|
||||||
public boolean bx;
|
public boolean bx;
|
||||||
- private Entity bA;
|
- private Entity bA;
|
||||||
+ public Entity bA; // CraftBukkit - public
|
+ public Entity bA; // CraftBukkit - public // PAIL: Target
|
||||||
public int by;
|
public int by;
|
||||||
public EntityEnderCrystal bz;
|
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()
|
+ 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 int a;
|
||||||
- private String b;
|
- private String b;
|
||||||
- private int c;
|
- private int c;
|
||||||
+ public String b; // CraftBukkit - public
|
+ public String b; // CraftBukkit - public // PAIL: hostname
|
||||||
+ public int c; // CraftBukkit - public
|
+ public int c; // CraftBukkit - public // PAIL: port
|
||||||
private EnumProtocol d;
|
private EnumProtocol d;
|
||||||
|
|
||||||
public PacketHandshakingInSetProtocol() {}
|
public PacketHandshakingInSetProtocol() {}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren