| パッケージ | 説明 |
|---|---|
| org.bukkit.potion |
Classes to represent various
potion
properties and manipulation. |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static Potion.Tier |
Potion.Tier.getByDamageBit(int damageBit)
非推奨です。
|
Potion.Tier |
Potion.getTier()
非推奨です。
|
static Potion.Tier |
Potion.Tier.valueOf(String name)
非推奨です。
指定した名前を持つこの型の列挙型定数を返します。
|
static Potion.Tier[] |
Potion.Tier.values()
非推奨です。
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
Potion.setTier(Potion.Tier tier)
非推奨です。
In favour of
Potion.setLevel(int) |
| コンストラクタと説明 |
|---|
Potion(PotionType type,
Potion.Tier tier)
非推奨です。
In favour of
Potion.Potion(PotionType, int) |
Potion(PotionType type,
Potion.Tier tier,
boolean splash)
非推奨です。
In favour of
Potion.Potion(PotionType, int, boolean) |
Potion(PotionType type,
Potion.Tier tier,
boolean splash,
boolean extended)
非推奨です。
In favour of
Potion.Potion(PotionType, int, boolean,
boolean) |
Copyright © 2016. All rights reserved.