예제 #1
0
파일: BowlMat.java 프로젝트: sgdc3/Diorite
 /** @return array that contains all sub-types of this block. */
 public static BowlMat[] bowlTypes() {
   return byID.values(new BowlMat[byID.size()]);
 }
예제 #2
0
 /** @return array that contains all sub-types of this block. */
 public static BakedPotatoMat[] bakedPotatoTypes() {
   return byID.values(new BakedPotatoMat[byID.size()]);
 }