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()
Gets the fish involved with this event.
|
Constructor and Description |
---|
PlayerBucketFishEvent(@NotNull Player player,
@NotNull Fish fish,
@NotNull ItemStack waterBucket,
@NotNull ItemStack fishBucket) |
Copyright © 2021. All rights reserved.