コード例 #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
ファイル: BakedPotatoMat.java プロジェクト: sgdc3/Diorite
 /** @return array that contains all sub-types of this block. */
 public static BakedPotatoMat[] bakedPotatoTypes() {
   return byID.values(new BakedPotatoMat[byID.size()]);
 }