toggle menu
VentureLibs
1.0
main
switch theme
search in API
VentureLibs
/
net.blockventuremc.modules.structures.events
Package-level
declarations
Types
Types
Structure
Events
Link copied to clipboard
class
StructureEvents
:
Listener
Train
Enter
Event
Link copied to clipboard
class
TrainEnterEvent
(
val
player
:
Player
,
val
seat
:
Entity
)
:
Event
,
Cancellable
Train
Exit
Event
Link copied to clipboard
class
TrainExitEvent
(
val
player
:
Player
,
val
seat
:
Entity
)
:
Event
,
Cancellable