mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-12 18:55:51 -07:00
[Bleeding] Added Potions API. Fixes BUKKIT-389
This commit is contained in:
@@ -63,7 +63,7 @@ public abstract class EntityLiving extends Entity {
|
||||
protected EntityLiving lastDamager = null;
|
||||
public int aJ = 0;
|
||||
public int aK = 0;
|
||||
protected HashMap effects = new HashMap();
|
||||
public HashMap effects = new HashMap(); // CraftBukkit - protected -> public
|
||||
private boolean b = true;
|
||||
private int c;
|
||||
private ControllerLook lookController;
|
||||
|
Reference in New Issue
Block a user