public void setPlayerWithoutAnimation(int player)
 {
     this.player = player;
     if (element != null)
     {
         element.setPlayerWithoutAnimation(player);
     }
 }