|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.bukkit.event.Event org.bukkit.event.player.PlayerEvent org.bukkit.event.player.PlayerFishEvent
public class PlayerFishEvent
Thrown when a player is fishing
Nested Class Summary | |
---|---|
static class |
PlayerFishEvent.State
An enum to specify the state of the fishing |
Nested classes/interfaces inherited from class org.bukkit.event.Event |
---|
Event.Result |
Field Summary |
---|
Fields inherited from class org.bukkit.event.player.PlayerEvent |
---|
player |
Constructor Summary | |
---|---|
PlayerFishEvent(Player player,
Entity entity,
Fish hookEntity,
PlayerFishEvent.State state)
|
|
PlayerFishEvent(Player player,
Entity entity,
PlayerFishEvent.State state)
Deprecated. replaced by PlayerFishEvent(Player, Entity, Fish,
State) to include the Fish hook entity. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.bukkit.event.player.PlayerEvent |
---|
getPlayer |
Methods inherited from class org.bukkit.event.Event |
---|
getEventName, isAsynchronous |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public PlayerFishEvent(Player player, Entity entity, PlayerFishEvent.State state)
PlayerFishEvent(Player, Entity, Fish,
State)
to include the Fish
hook entity.
player
- entity
- state
- public PlayerFishEvent(Player player, Entity entity, Fish hookEntity, PlayerFishEvent.State state)
Method Detail |
---|
public Entity getCaught()
public Fish getHook()
public boolean isCancelled()
Cancellable
isCancelled
in interface Cancellable
public void setCancelled(boolean cancel)
Cancellable
setCancelled
in interface Cancellable
cancel
- 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
in class Event
public static HandlerList getHandlerList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |