ItemApiについて
ItemApiとは、Thaumcraftのアイテム又はブロックのItemStackを呼び出して使用するためのAPIである。
ItemStackの取得
メソッド名
|
public static ItemStack getItem(String itemString, int meta)
|
概要
|
ThaumcraftのアイテムのItemStackの取得
|
補足
|
itemStringには下に挙げた名前を使用すること。
|
itemString一覧
Casting Wands
アイテム/ブロック名
|
指定文字列
|
WandCastingApprentic
|
itemWandCastingApprentice
|
WandCastingAdept
|
itemWandCastingAdept
|
WandCastingMage
|
itemWandCastingMage
|
Elemental Wands
アイテム/ブロック名
|
指定文字列
|
WandFire
|
itemWandFire
|
WandLightning
|
itemWandLightning
|
WandFrost
|
itemWandFrost
|
WandTrade
|
itemWandTrade
|
WandExcavation
|
itemWandExcavation
|
Hellrod
|
itemHellrod
|
Resources
アイテム/ブロック名
|
指定文字列
|
Essence
|
itemEssence
|
WispEssence
|
itemWispEssence
|
Resource
|
itemResource
|
Shard
|
itemShard
|
Nugget
|
itemNugget
|
NuggetChicken
|
itemNuggetChicken
|
NuggetBeef
|
itemNuggetBeef
|
NuggetPork
|
itemNuggetPork
|
TripleMeatTreat
|
itemTripleMeatTreat
|
Wooden
|
blockWooden
|
Marker
|
blockMarker
|
Research
アイテム/ブロック名
|
指定文字列
|
WandCastingApprentic
|
itemResearchNotes
|
WandCastingAdept
|
itemInkwell
|
WandCastingMage
|
itemThaumonomicon
|