Uses of Interface
com.andrei1058.bedwars.api.server.ISetupSession
Packages that use ISetupSession
Package
Description
-
Uses of ISetupSession in com.andrei1058.bedwars.api
Methods in com.andrei1058.bedwars.api that return ISetupSession -
Uses of ISetupSession in com.andrei1058.bedwars.api.events.server
Methods in com.andrei1058.bedwars.api.events.server that return ISetupSessionModifier and TypeMethodDescriptionSetupSessionCloseEvent.getSetupSession()
Get setup session.SetupSessionStartEvent.getSetupSession()
Get setup session.Constructors in com.andrei1058.bedwars.api.events.server with parameters of type ISetupSessionModifierConstructorDescriptionSetupSessionCloseEvent
(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
Methods in com.andrei1058.bedwars.api.server with parameters of type ISetupSessionModifier and TypeMethodDescriptionabstract void
RestoreAdapter.onSetupSessionClose
(ISetupSession s) Unload the world.abstract void
RestoreAdapter.onSetupSessionStart
(ISetupSession s) Load the world for setting it up.