Minecraft Wiki
(new key for Category:ブロックエンティティページ: "うえきはち" using HotCat)
編集の要約なし
 
(同じ利用者による、間の1版が非表示)
1行目: 1行目:
 
<div class="treeview">
 
<div class="treeview">
* {{nbt|compound}} Block entity data
+
* {{nbt|compound}} ブロックエンティティデータ
 
** {{nbt inherit/blockentity}}
 
** {{nbt inherit/blockentity}}
** {{nbt|string|Item}}: 植木鉢に植えられている植物を ID で設定する。''minecraft:saplin''(6)、''minecraft:tallgrass''(31)、''minecraft:deadbush''(32)、'minecraft:yellow_flower'' (37)、 ''minecraft:red_flower'' (38)、 ''minecraft:brown_mushroom'' (39)、 ''minecraft:red_mushroom'' (40)、 ''minecraft:cactus'' (81)のみが描画される。それ以外も指定できるが描画はされない。<!--The Block ID of the plant in the pot. Known valid blocks are ''minecraft:sapling'' (6), ''minecraft:tallgrass'' (31), ''minecraft:deadbush'' (32), ''minecraft:yellow_flower'' (37), ''minecraft:red_flower'' (38), ''minecraft:brown_mushroom'' (39), ''minecraft:red_mushroom'' (40), ''minecraft:cactus'' (81). Other block and item IDs may be used, but not all will render. Together with '''Data''', this determines the item dropped by the pot when destroyed.-->
+
** {{nbt|string|Item}}: 植木鉢に植えられている植物を ID で設定する。''minecraft:sapling'' (6)、''minecraft:tallgrass'' (31)、''minecraft:deadbush'' (32)、''minecraft:yellow_flower'' (37)、''minecraft:red_flower'' (38)、''minecraft:brown_mushroom'' (39)、''minecraft:red_mushroom'' (40)、および ''minecraft:cactus'' (81) のみが描画される。それ以外も指定できるが描画はされない。'''Data''' と共に指定されることで、植木鉢が破壊されたときにドロップするアイテムを決定できる。<!--The Block ID of the plant in the pot. Known valid blocks are ''minecraft:sapling'' (6), ''minecraft:tallgrass'' (31), ''minecraft:deadbush'' (32), ''minecraft:yellow_flower'' (37), ''minecraft:red_flower'' (38), ''minecraft:brown_mushroom'' (39), ''minecraft:red_mushroom'' (40), ''minecraft:cactus'' (81). Other block and item IDs may be used, but not all will render. Together with '''Data''', this determines the item dropped by the pot when destroyed.-->
** {{nbt|int|Data}}: 植木鉢に植えられている植物のメタデータ。たとえば、苗木を植えている場合、どの苗木を植えているかを指定する。<!--The data value to use in conjunction with the above Block ID. For example if Item is 6 (a sapling block), the Data is used to indicate the type of sapling.-->
+
** {{nbt|int|Data}}: 植木鉢に植えられている植物のメタデータ。たとえば、'''Item''' が ''minecraft:sapling''(苗木を植えている)の場合、どの種類の苗木を植えているかを指定する。<!--The data value to use in conjunction with the above Block ID. For example if Item is 6 (a sapling block), the Data is used to indicate the type of sapling.-->
 
</div><noinclude>
 
</div><noinclude>
[[カテゴリ:ブロックエンティティページ|うえきはち]]
+
[[カテゴリ:ブロックエンティティページ]]
  +
{{デフォルトソートキー:うえきはち}}
 
</noinclude>
 
</noinclude>

2019年1月27日 (日) 04:47時点における最新版

  • ブロックエンティティデータ
    • すべてのブロックエンティティに共通するタグ
    •  Item: 植木鉢に植えられている植物を ID で設定する。minecraft:sapling (6)、minecraft:tallgrass (31)、minecraft:deadbush (32)、minecraft:yellow_flower (37)、minecraft:red_flower (38)、minecraft:brown_mushroom (39)、minecraft:red_mushroom (40)、および minecraft:cactus (81) のみが描画される。それ以外も指定できるが描画はされない。Data と共に指定されることで、植木鉢が破壊されたときにドロップするアイテムを決定できる。
    •  Data: 植木鉢に植えられている植物のメタデータ。たとえば、Itemminecraft:sapling(苗木を植えている)の場合、どの種類の苗木を植えているかを指定する。