Skip to content

Instantly share code, notes, and snippets.

@aikar
Created September 8, 2014 03:57
Show Gist options
  • Save aikar/aec19cac37ba0ef191a0 to your computer and use it in GitHub Desktop.
Save aikar/aec19cac37ba0ef191a0 to your computer and use it in GitHub Desktop.
public EntityLiving aL() {
return this.bn;
}
public int aM() {
return this.bo;
}
public void l(Entity entity) {
if (entity instanceof EntityLiving) {
this.bn = (EntityLiving) entity;
} else {
this.bn = null;
}
this.bo = this.ticksLived;
}
public int aN() {
return this.aU;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment