提供: Minecraft Modding Wiki
(作成。) |
細 (誤字修正。アイテムの日本名がわかる方、加筆お願いします。) |
||
68行目: | 68行目: | ||
|itemEssence | |itemEssence | ||
|- | |- | ||
− | | | + | |ウィスプのエッセンス |
|itemWispEssence | |itemWispEssence | ||
|- | |- | ||
105行目: | 105行目: | ||
!style="font-weight:bold;"|指定文字列 | !style="font-weight:bold;"|指定文字列 | ||
|- | |- | ||
− | || | + | ||ResearchNotes |
|itemResearchNotes | |itemResearchNotes | ||
|- | |- | ||
− | | | + | |Inkwell |
|itemInkwell | |itemInkwell | ||
|- | |- | ||
− | | | + | |ソーモノミコン |
|itemThaumonomicon | |itemThaumonomicon | ||
|- | |- | ||
|} | |} |
2013年4月28日 (日) 18:27時点における最新版
目次
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 |
ウィスプのエッセンス | itemWispEssence |
Resource | itemResource |
Shard | itemShard |
Nugget | itemNugget |
NuggetChicken | itemNuggetChicken |
NuggetBeef | itemNuggetBeef |
NuggetPork | itemNuggetPork |
TripleMeatTreat | itemTripleMeatTreat |
Wooden | blockWooden |
Marker | blockMarker |
Research[編集]
アイテム/ブロック名 | 指定文字列 |
---|---|
ResearchNotes | itemResearchNotes |
Inkwell | itemInkwell |
ソーモノミコン | itemThaumonomicon |