| Package | Description | 
|---|---|
| com.destroystokyo.paper.entity.ai | |
| org.bukkit.entity | 
 Interfaces for non-voxel objects that can exist in a  
world, including all players, monsters, projectiles, etc. | 
| org.bukkit.event.player | 
| Modifier and Type | Field and Description | 
|---|---|
static GoalKey<Fish> | 
VanillaGoal.FISH_SCHOOL  | 
static GoalKey<Fish> | 
VanillaGoal.FISH_SWIM  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Cod
Represents a cod fish. 
 | 
interface  | 
PufferFish
Represents a puffer fish. 
 | 
interface  | 
Salmon
Represents a salmon fish. 
 | 
interface  | 
TropicalFish
Tropical fish. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
@NotNull Fish | 
PlayerBucketFishEvent.getEntity()
Deprecated.  
Gets the fish involved with this event. 
 | 
| Constructor and Description | 
|---|
PlayerBucketFishEvent(@NotNull Player player,
                     @NotNull Fish fish,
                     @NotNull ItemStack waterBucket,
                     @NotNull ItemStack fishBucket)
Deprecated.  
  | 
Copyright © 2022. All rights reserved.