| パッケージ | 説明 |
|---|---|
| org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc. |
| org.bukkit.event.entity |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
EnderDragon.Phase |
EnderDragon.getPhase()
Gets the current phase that the dragon is performing.
|
static EnderDragon.Phase |
EnderDragon.Phase.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static EnderDragon.Phase[] |
EnderDragon.Phase.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
EnderDragon.setPhase(EnderDragon.Phase phase)
Sets the next phase for the dragon to perform.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
EnderDragon.Phase |
EnderDragonChangePhaseEvent.getCurrentPhase()
Gets the current phase that the dragon is in.
|
EnderDragon.Phase |
EnderDragonChangePhaseEvent.getNewPhase()
Gets the new phase that the dragon will switch to.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
EnderDragonChangePhaseEvent.setNewPhase(EnderDragon.Phase newPhase)
Sets the new phase for the ender dragon.
|
| コンストラクタと説明 |
|---|
EnderDragonChangePhaseEvent(EnderDragon enderDragon,
EnderDragon.Phase currentPhase,
EnderDragon.Phase newPhase) |
Copyright © 2016. All rights reserved.