public class PlayerFishEvent extends PlayerEvent implements Cancellable
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
PlayerFishEvent.State
An enum to specify the state of the fishing
|
Event.Resultplayer| コンストラクタと説明 |
|---|
PlayerFishEvent(Player player,
Entity entity,
Fish hookEntity,
PlayerFishEvent.State state) |
PlayerFishEvent(Player player,
Entity entity,
PlayerFishEvent.State state)
非推奨です。
replaced by
PlayerFishEvent(Player, Entity, Fish,
State) to include the Fish hook entity. |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Entity |
getCaught()
Gets the entity caught by the player.
|
int |
getExpToDrop()
Gets the amount of experience received when fishing.
|
static HandlerList |
getHandlerList() |
HandlerList |
getHandlers() |
Fish |
getHook()
Gets the fishing hook.
|
PlayerFishEvent.State |
getState()
Gets the state of the fishing
|
boolean |
isCancelled()
Gets the cancellation state of this event.
|
void |
setCancelled(boolean cancel)
Sets the cancellation state of this event.
|
void |
setExpToDrop(int amount)
Sets the amount of experience received when fishing.
|
getPlayergetEventName, isAsynchronous@Deprecated public PlayerFishEvent(Player player, Entity entity, PlayerFishEvent.State state)
PlayerFishEvent(Player, Entity, Fish,
State) to include the Fish hook entity.player - the player fishingentity - the caught entitystate - the state of fishingpublic PlayerFishEvent(Player player, Entity entity, Fish hookEntity, PlayerFishEvent.State state)
public Entity getCaught()
If player has fished successfully, the result may be cast to Item.
public Fish getHook()
public boolean isCancelled()
CancellableisCancelled インタフェース内 Cancellablepublic void setCancelled(boolean cancel)
CancellablesetCancelled インタフェース内 Cancellablecancel - true if you wish to cancel this eventpublic int getExpToDrop()
Note: This value has no default effect unless the event state is PlayerFishEvent.State.CAUGHT_FISH.
public void setExpToDrop(int amount)
Note: This value has no default effect unless the event state is PlayerFishEvent.State.CAUGHT_FISH.
amount - the amount of experience to droppublic PlayerFishEvent.State getState()
public HandlerList getHandlers()
getHandlers クラス内 Eventpublic static HandlerList getHandlerList()
Copyright © 2016. All rights reserved.