Uses of Interface
de.marcely.bedwars.api.game.spawner.Spawner
Package
Description
-
Uses of Spawner in de.marcely.bedwars.api.arena
Modifier and TypeMethodDescriptionArena.addSpawner
(XYZ location, DropType type) Adds a spawner to the arenaSpawner[]
Arena.getSpawnersAtLocation
(IntXYZ location) Returns all spawners that are located at that block/locationSpawner[]
Arena.getSpawnersAtLocation
(XYZ location) Returns all spawners that are located at that block/locationSpawner[]
Arena.getSpawnersAtLocation
(Location location) Returns all spawners that are located at that block/location -
Uses of Spawner in de.marcely.bedwars.api.event.arena
Modifier and TypeMethodDescriptionSpawnerDropEvent.getSpawner()
Returns the spawner that's about to drop something. -
Uses of Spawner in de.marcely.bedwars.api.game.spawner
Modifier and TypeMethodDescriptionSpawnerDurationModifier.getSpawner()
Returns the spawner to which this modifier has been added toModifier and TypeMethodDescriptionabstract void
CustomDropTypeHandler.handleDrop
(Spawner spawner, Location dropLocation) Gets called whenever the spawner drops something.