package NET.worlds.scape; public interface Animatable { boolean hasClump(); void setMaterial(Material var1); }