public class PlayerItemBreakEvent extends PlayerEvent
The item that's breaking will exist in the inventory with a stack size of 0. After the event, the item's durability will be reset to 0.
Event.Result
player
コンストラクタと説明 |
---|
PlayerItemBreakEvent(Player player,
ItemStack brokenItem) |
修飾子とタイプ | メソッドと説明 |
---|---|
ItemStack |
getBrokenItem()
Gets the item that broke
|
static HandlerList |
getHandlerList() |
HandlerList |
getHandlers() |
getPlayer
getEventName, isAsynchronous
public ItemStack getBrokenItem()
public HandlerList getHandlers()
getHandlers
クラス内 Event
public static HandlerList getHandlerList()
Copyright © 2016. All rights reserved.