Package org.bukkit.event.player
Class PlayerBucketFishEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.player.PlayerEvent
org.bukkit.event.player.PlayerBucketEntityEvent
org.bukkit.event.player.PlayerBucketFishEvent
- All Implemented Interfaces:
Cancellable
Deprecated.
This event is called whenever a player attempts to put a fish in a bucket.
-
Nested Class Summary
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
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the fish involved with this event.Deprecated.Deprecated.Methods inherited from class org.bukkit.event.player.PlayerBucketEntityEvent
getEntityBucket, getHand, getHandlerList, getHandlers, getOriginalBucket, isCancelled, setCancelled
Methods inherited from class org.bukkit.event.player.PlayerEvent
getPlayer
Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
Method Details
-
getEntity
Deprecated.Gets the fish involved with this event.- Overrides:
getEntity
in classPlayerBucketEntityEvent
- Returns:
- The fish involved with this event
-
getWaterBucket
Deprecated.Gets the bucket used. This refers to the bucket clicked with, ieMaterial.WATER_BUCKET
.- Returns:
- The used bucket
-
getFishBucket
Deprecated.Gets the bucket that the fish will be put into. This refers to the bucket with the fish, ieMaterial.PUFFERFISH_BUCKET
.- Returns:
- The bucket that the fish will be put into
-
PlayerBucketEntityEvent