Minecraft Wiki
Chrom 24 (トーク | 投稿記録)
編集の要約なし
編集の要約なし
 
1行目: 1行目:
{{{1|}}}* {{nbt|list|direction}}: List of 3 doubles. Should be identical to Motion.
+
{{{1|}}}* {{nbt|list|direction}}: 火の玉の運動量の方向をX、Y、Zそれぞれで指定する。
{{{1|}}}* {{nbt|integer|life}}: Increments each tick when the projectile is not moving; resets to 0 if it moves. Has no effect, though is still saved/read
+
{{{1|}}}* {{nbt|integer|life}}: 移動していないときの経過時間をtick単位で指定する。tick経過で自動的に加算され、再び動いたときに 0 にリセットされる。Has no effect, though is still saved/read
{{{1|}}}* {{nbt|list|power}}: List of 3 doubles that acts like <code>direction</code> but without resistance<noinclude>
+
{{{1|}}}* {{nbt|list|power}}: <code>direction</code> と同様に運動量の方向をX、Y、Zそれぞれ指定する。こちらは、抵抗のかからない運動量になる。<noinclude>
 
[[カテゴリ:トップレベルデータページ]]
 
[[カテゴリ:トップレベルデータページ]]
   

2020年1月23日 (木) 14:11時点における最新版

  •  direction: 火の玉の運動量の方向をX、Y、Zそれぞれで指定する。
  •  life: 移動していないときの経過時間をtick単位で指定する。tick経過で自動的に加算され、再び動いたときに 0 にリセットされる。Has no effect, though is still saved/read
  •  power: direction と同様に運動量の方向をX、Y、Zそれぞれ指定する。こちらは、抵抗のかからない運動量になる。