パッケージ | 説明 |
---|---|
org.bukkit.event.block | |
org.bukkit.event.player | |
org.bukkit.inventory |
Classes involved in manipulating player inventories and item interactions.
|
修飾子とタイプ | フィールドと説明 |
---|---|
protected EquipmentSlot |
BlockPlaceEvent.hand |
修飾子とタイプ | メソッドと説明 |
---|---|
EquipmentSlot |
BlockPlaceEvent.getHand()
Gets the hand which placed the block
|
コンストラクタと説明 |
---|
BlockPlaceEvent(Block placedBlock,
BlockState replacedBlockState,
Block placedAgainst,
ItemStack itemInHand,
Player thePlayer,
boolean canBuild,
EquipmentSlot hand) |
修飾子とタイプ | メソッドと説明 |
---|---|
EquipmentSlot |
PlayerInteractEvent.getHand()
The hand used to perform this interaction.
|
EquipmentSlot |
PlayerInteractEntityEvent.getHand()
The hand used to perform this interaction.
|
EquipmentSlot |
PlayerArmorStandManipulateEvent.getSlot()
Returns the raw item slot of the armor stand in this event.
|
コンストラクタと説明 |
---|
PlayerArmorStandManipulateEvent(Player who,
ArmorStand clickedEntity,
ItemStack playerItem,
ItemStack armorStandItem,
EquipmentSlot slot) |
PlayerInteractAtEntityEvent(Player who,
Entity clickedEntity,
Vector position,
EquipmentSlot hand) |
PlayerInteractEntityEvent(Player who,
Entity clickedEntity,
EquipmentSlot hand) |
PlayerInteractEvent(Player who,
Action action,
ItemStack item,
Block clickedBlock,
BlockFace clickedFace,
EquipmentSlot hand) |
修飾子とタイプ | メソッドと説明 |
---|---|
static EquipmentSlot |
EquipmentSlot.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static EquipmentSlot[] |
EquipmentSlot.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
Copyright © 2016. All rights reserved.