Uses of Interface
com.andrei1058.bedwars.api.server.ISetupSession
Package
Description
-
Uses of ISetupSession in com.andrei1058.bedwars.api
-
Uses of ISetupSession in com.andrei1058.bedwars.api.events.server
Modifier and TypeMethodDescriptionSetupSessionCloseEvent.getSetupSession()
Get setup session.SetupSessionStartEvent.getSetupSession()
Get setup session.ModifierConstructorDescriptionSetupSessionCloseEvent
(ISetupSession setupSession) Called when the owner closed the arena setup.SetupSessionStartEvent
(ISetupSession setupSession) Called when the owner started setting up a new arena. -
Uses of ISetupSession in com.andrei1058.bedwars.api.server
Modifier and TypeMethodDescriptionabstract void
RestoreAdapter.onSetupSessionClose
(ISetupSession s) Unload the world.abstract void
RestoreAdapter.onSetupSessionStart
(ISetupSession s) Load the world for setting it up.