api
a9eff54633
jvm
api
/
org.kryptonmc.api.event.type
/
AbstractEventWithResult
Abstract
Event
With
Result
abstract
class
AbstractEventWithResult
<
T
>
:
EventWithResult
<
T
>
A skeletal implementation of
EventWithResult
.
Members
Constructors
Abstract
Event
With
Result
Link copied to clipboard
constructor
(
)
Properties
result
Link copied to clipboard
open
override
var
result
:
T
?
The result that is returned by this event.