| Package | Description |
|---|---|
| org.bukkit.event.player |
| Modifier and Type | Method and Description |
|---|---|
PlayerFishEvent.State |
PlayerFishEvent.getState()
Gets the state of the fishing
|
PlayerFishEvent.State |
PlayerFishEvent.getState()
Gets the state of the fishing
|
static PlayerFishEvent.State |
PlayerFishEvent.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayerFishEvent.State |
PlayerFishEvent.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayerFishEvent.State[] |
PlayerFishEvent.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static PlayerFishEvent.State[] |
PlayerFishEvent.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PlayerFishEvent(Player player,
Entity entity,
FishHook hookEntity,
PlayerFishEvent.State state) |
PlayerFishEvent(Player player,
Entity entity,
FishHook hookEntity,
PlayerFishEvent.State state) |
Copyright © 2022. All rights reserved.