1 2 3 4 5 6 7
package NET.worlds.scape; public interface Animatable { boolean hasClump(); void setMaterial(Material var1); }