protected void onNewPotionEffect(PotionEffect potioneffect) {
   super.onNewPotionEffect(potioneffect);
   playerNetServerHandler.sendPacket(new Packet41EntityEffect(entityId, potioneffect));
 }