パッケージ | 説明 |
---|---|
org.bukkit |
More generalized classes in the API.
|
org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world , including all players, monsters, projectiles, etc. |
org.bukkit.event.player |
修飾子とタイプ | メソッドと説明 |
---|---|
Statistic |
UnsafeValues.getStatisticFromInternalName(String name)
非推奨です。
|
static Statistic |
Statistic.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static Statistic[] |
Statistic.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
Player.decrementStatistic(Statistic statistic)
Decrements the given statistic for this player.
|
void |
Player.decrementStatistic(Statistic statistic,
EntityType entityType)
Decrements the given statistic for this player for the given entity.
|
void |
Player.decrementStatistic(Statistic statistic,
EntityType entityType,
int amount)
Decrements the given statistic for this player for the given entity.
|
void |
Player.decrementStatistic(Statistic statistic,
int amount)
Decrements the given statistic for this player.
|
void |
Player.decrementStatistic(Statistic statistic,
Material material)
Decrements the given statistic for this player for the given material.
|
void |
Player.decrementStatistic(Statistic statistic,
Material material,
int amount)
Decrements the given statistic for this player for the given material.
|
int |
Player.getStatistic(Statistic statistic)
Gets the value of the given statistic for this player.
|
int |
Player.getStatistic(Statistic statistic,
EntityType entityType)
Gets the value of the given statistic for this player.
|
int |
Player.getStatistic(Statistic statistic,
Material material)
Gets the value of the given statistic for this player.
|
void |
Player.incrementStatistic(Statistic statistic)
Increments the given statistic for this player.
|
void |
Player.incrementStatistic(Statistic statistic,
EntityType entityType)
Increments the given statistic for this player for the given entity.
|
void |
Player.incrementStatistic(Statistic statistic,
EntityType entityType,
int amount)
Increments the given statistic for this player for the given entity.
|
void |
Player.incrementStatistic(Statistic statistic,
int amount)
Increments the given statistic for this player.
|
void |
Player.incrementStatistic(Statistic statistic,
Material material)
Increments the given statistic for this player for the given material.
|
void |
Player.incrementStatistic(Statistic statistic,
Material material,
int amount)
Increments the given statistic for this player for the given material.
|
void |
Player.setStatistic(Statistic statistic,
EntityType entityType,
int newValue)
Sets the given statistic for this player for the given entity.
|
void |
Player.setStatistic(Statistic statistic,
int newValue)
Sets the given statistic for this player.
|
void |
Player.setStatistic(Statistic statistic,
Material material,
int newValue)
Sets the given statistic for this player for the given material.
|
修飾子とタイプ | フィールドと説明 |
---|---|
protected Statistic |
PlayerStatisticIncrementEvent.statistic |
修飾子とタイプ | メソッドと説明 |
---|---|
Statistic |
PlayerStatisticIncrementEvent.getStatistic()
Gets the statistic that is being incremented.
|
コンストラクタと説明 |
---|
PlayerStatisticIncrementEvent(Player player,
Statistic statistic,
int initialValue,
int newValue) |
PlayerStatisticIncrementEvent(Player player,
Statistic statistic,
int initialValue,
int newValue,
EntityType entityType) |
PlayerStatisticIncrementEvent(Player player,
Statistic statistic,
int initialValue,
int newValue,
Material material) |
Copyright © 2016. All rights reserved.