package us.deans.pigs.api; public interface House { public int getState(); public void setState(int str); public String getDescription(); }