pylon-core
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
pylon-core
pylon-core
/
io.github.pylonmc.pylon.core.event
/
PylonBlockUnloadEvent
Pylon
Block
Unload
Event
class
PylonBlockUnloadEvent
(
val
block
:
Block
,
val
pylonBlock
:
PylonBlock
)
:
Event
(
source
)
Unloaded after the
pylonBlock
and its chunk have been unloaded.
Members
Constructors
Pylon
Block
Unload
Event
Link copied to clipboard
constructor
(
block
:
Block
,
pylonBlock
:
PylonBlock
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
block
Link copied to clipboard
val
block
:
Block
pylon
Block
Link copied to clipboard
val
pylonBlock
:
PylonBlock
Functions
call
Event
Link copied to clipboard
open
fun
callEvent
(
)
:
Boolean
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