package Jatek; public class Human { void mutat() { System.out.println("Ember"); } }