类 FurnaceExtractEvent


public class FurnaceExtractEvent extends BlockExpEvent
当玩家从熔炉取出产物时触发这个事件.
  • 构造器详细资料

    • FurnaceExtractEvent

      public FurnaceExtractEvent(Player player, Block block, Material itemType, int itemAmount, int exp)
  • 方法详细资料

    • getPlayer

      public Player getPlayer()
      获取触发这个事件的玩家.

      原文:Get the player that triggered the event

      返回:
      触发这个事件的玩家(译注:即拿取熔炼产物的玩家)
    • getItemType

      public Material getItemType()
      获取被取出的物品的类型.

      原文:Get the Material of the item being retrieved

      返回:
      物品类型
    • getItemAmount

      public int getItemAmount()
      获取被取出的物品的数量.

      原文:Get the item count being retrieved

      返回:
      物品数量