提供: Minecraft Modding Wiki
(リストの一部を掲載。) |
|||
12行目: | 12行目: | ||
|IC2のアイテムのItemStackの取得 | |IC2のアイテムのItemStackの取得 | ||
|- | |- | ||
+ | |備考 | ||
+ | |nameには下に挙げた名前を使用すること。 | ||
|} | |} | ||
{|class="wikitable" style="border-width:1px 1px 1px 1px; border-color:black; border-style:solid; " width=100% | {|class="wikitable" style="border-width:1px 1px 1px 1px; border-color:black; border-style:solid; " width=100% | ||
− | !width = 15%| | + | !width = 15%|アイテム/ブロック名 |
− | |style="font-weight:bold;"| | + | |style="font-weight:bold;"|指定文字列 |
|- | |- | ||
||銅鉱石 | ||銅鉱石 |
2013年4月5日 (金) 05:41時点における版
Itemsについて
Itemsとは、IC2のアイテム又はブロックのItemStackを呼び出して使用するためのAPIである。
メソッド名 | public static ItemStack getItem(String name) |
---|---|
概要 | IC2のアイテムのItemStackの取得 |
備考 | nameには下に挙げた名前を使用すること。 |
アイテム/ブロック名 | 指定文字列 |
---|---|
銅鉱石 | copperOre |
錫鉱石 | tinOre |
ウラン鉱石 | uraniumOre |
ゴムの木 | rubberWood |
ゴムの葉 | rubberLeaves |
ゴムの苗木 | rubberSapling |
ゴムシート | resinSheet |
ラバートランポリン | rubberTrampoline |
鉄の柵 | ironFence |
強化石材 | reinforcedStone |
強化ガラス | reinforcedGlass |
強化石材のドア | reinforcedDoorBlock |
建築用建材 | constructionFoam |
建築用建材(硬化後) | constructionFoamWall |