@Override
 public boolean canInteractWith(EntityPlayer player) {
   return campfireEnt.isUseableByPlayer(player);
 }