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