/** @return array that contains all sub-types of this block. */ public static BowlMat[] bowlTypes() { return byID.values(new BowlMat[byID.size()]); }
/** @return array that contains all sub-types of this block. */ public static BakedPotatoMat[] bakedPotatoTypes() { return byID.values(new BakedPotatoMat[byID.size()]); }