MoripaFishing
Toggle table of contents
VersionPlaceholder
jvm
Platform filter
jvm
Switch theme
Search in API
MoripaFishing
bukkit
/
party.morino.moripafishing.event.fishing
/
AnglerFishCaughtEvent
Angler
Fish
Caught
Event
class
AnglerFishCaughtEvent
(
angler
:
Angler
,
caughtFish
:
CaughtFish
)
:
Event
,
Cancellable
このイベントは、釣り人が魚を釣ったときに発生します。
Parameters
angler
釣りをした釣り人
caught
Fish
釣れた魚
Members
Constructors
Angler
Fish
Caught
Event
Link copied to clipboard
constructor
(
angler
:
Angler
,
caughtFish
:
CaughtFish
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
call
Event
Link copied to clipboard
open
fun
callEvent
(
)
:
Boolean
get
Angler
Link copied to clipboard
fun
getAngler
(
)
:
Angler
get
Caught
Fish
Link copied to clipboard
fun
getCaughtFish
(
)
:
CaughtFish
get
Event
Name
Link copied to clipboard
@
NotNull
open
fun
getEventName
(
)
:
@
NotNull
String
get
Handlers
Link copied to clipboard
open
override
fun
getHandlers
(
)
:
HandlerList
is
Asynchronous
Link copied to clipboard
fun
isAsynchronous
(
)
:
Boolean
is
Cancelled
Link copied to clipboard
open
override
fun
isCancelled
(
)
:
Boolean
set
Cancelled
Link copied to clipboard
open
override
fun
setCancelled
(
cancel
:
Boolean
)