0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【マインクラフト(統合版)】アイテムアニメーションの種類まとめ

Posted at

はじめに

ゲーム内での既存のアイテムアニメーションとは少し見た目が異なりますが、カスタムアイテムを作る場合でもアニメーションを適用する事が可能です。
基本的な部分は以下のページで実装済みである前提として、以下のcomponentsブロックを追加定義する事で適用できます。

・minecraft:use_animation
以下の文字列が指定可能です。
eat
drink
bow
block
camera
crossbow
none
brush
spear
spyglass
・minecraft:use_modifiers
アイテム使用時の時間に関わる設定を行います。
use_duration
アイテムの使用にかかる時間(秒)を設定します。
movement_modifier
アイテム使用時の腕の動作速度を表す調整値を設定します。
値が小さいほど速くなります。

アニメーションの種類

ここではminecraft:use_animationブロックで設定できるアニメーションの種類をご紹介します。
minecraft:hand_equippedの設定内容と共に一人称、三人称のアニメーションを抱き合わせで掲載しています。

minecraft:use_modifiersの値は以下ページの設定をそのまま使っています。

・eat

"minecraft:hand_equipped":false(装備品以外)で設定
一人称アニメーション

 一人称アニメーション(eat)

三人称アニメーション

 三人称アニメーション(eat)

・drink

"minecraft:hand_equipped":false(装備品以外)で設定
一人称アニメーション

 一人称アニメーション(drink)

三人称アニメーション

 三人称アニメーション(drink)

・bow

"minecraft:hand_equipped":true(装備アイテム)で設定
一人称アニメーション

 ネイティブでは再生されない。

三人称アニメーション

 三人称アニメーション(bow)

・block

"minecraft:hand_equipped":false(装備品以外)で設定
一人称アニメーション

 ネイティブでは再生されない。

三人称アニメーション

 三人称アニメーション(block)

・camera

"minecraft:hand_equipped":false(装備品以外)で設定
一人称アニメーション

 一人称アニメーション(camera)

三人称アニメーション

 三人称アニメーション(camera)

・crossbow

"minecraft:hand_equipped":true(装備アイテム)で設定
一人称アニメーション

 ネイティブでは再生されない。

三人称アニメーション

 三人称アニメーション(crossbow)

・none

"minecraft:hand_equipped":false(装備品以外)で設定
一人称アニメーション

 ネイティブでは再生されない。

三人称アニメーション

 三人称アニメーション(none)

・brush

"minecraft:hand_equipped":false(装備品以外)で設定
一人称アニメーション

 一人称アニメーション(brush)

三人称アニメーション

 三人称アニメーション(brush)

・spear

"minecraft:hand_equipped":true(装備アイテム)で設定
一人称アニメーション

 ネイティブでは再生されない。

三人称アニメーション

 三人称アニメーション(spear)

・spyglass

"minecraft:hand_equipped":false(装備品以外)で設定
一人称アニメーション

 ネイティブでは再生されない。

三人称アニメーション

 三人称アニメーション(spyglass)

おわりに

上記でご覧頂いた通り、一人称のアニメーションが再生されない種類もあるので注意が必要です。
三人称アニメーションに注目するとeatだけは食片が散らばるエフェクトが付加されていますが、drinknoneまでは同じアニメーションが適用されています。
また、spearspyglassは同じように見えますが、spyglassの方は手の位置がプレイヤーの目のあたりで止まっているので、アイテムを持っていると望遠鏡を覗いているように見えます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?