public class CooldownTrackerServer extends CooldownTracker
CooldownTracker.Cooldown| Modifier and Type | Field and Description |
|---|---|
private EntityPlayerMP |
player |
| Constructor and Description |
|---|
CooldownTrackerServer(EntityPlayerMP playerIn) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
notifyOnRemove(Item itemIn) |
protected void |
notifyOnSet(Item itemIn,
int ticksIn) |
getCooldown, hasCooldown, removeCooldown, setCooldown, tickprivate final EntityPlayerMP player
public CooldownTrackerServer(EntityPlayerMP playerIn)
protected void notifyOnSet(Item itemIn, int ticksIn)
notifyOnSet in class CooldownTrackerprotected void notifyOnRemove(Item itemIn)
notifyOnRemove in class CooldownTracker