| Package | Description |
|---|---|
| net.tridentsdk.event.player |
Called when a player-based event occurs, such as an event that involves a player
|
| Modifier and Type | Method and Description |
|---|---|
PlayerFishEvent.State |
PlayerFishEvent.state() |
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.
|
| Constructor and Description |
|---|
PlayerFishEvent(Player player,
PlayerFishEvent.State state,
int exp,
Item item) |
Copyright © 2016. All rights reserved.