mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 11:15:57 -07:00
Implemented getKiller in LivingEntity
This commit is contained in:
@@ -56,7 +56,7 @@ public abstract class EntityLiving extends Entity {
|
||||
public float aC;
|
||||
public float aD;
|
||||
public float aE;
|
||||
protected EntityHuman aF = null;
|
||||
public EntityHuman aF = null; // CraftBukkit - prot to pub - "killer"
|
||||
protected int aG = 0;
|
||||
public int aH = 0;
|
||||
public int aI = 0;
|
||||
|
Reference in New Issue
Block a user