Uses of Interface
de.marcely.bedwars.api.game.spawner.Spawner
Packages that use Spawner
Package
Description
Contains classes that are related to the
Arena
.Events related to an
Arena
.Classes related to the in game
Spawners
.-
Uses of Spawner in de.marcely.bedwars.api.arena
Methods in de.marcely.bedwars.api.arena that return SpawnerModifier 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/locationMethods in de.marcely.bedwars.api.arena that return types with arguments of type Spawner -
Uses of Spawner in de.marcely.bedwars.api.event.arena
Methods in de.marcely.bedwars.api.event.arena that return SpawnerModifier and TypeMethodDescriptionSpawnerDropEvent.getSpawner()
Returns the spawner that's about to drop something.Constructors in de.marcely.bedwars.api.event.arena with parameters of type Spawner -
Uses of Spawner in de.marcely.bedwars.api.game.spawner
Methods in de.marcely.bedwars.api.game.spawner that return SpawnerModifier and TypeMethodDescriptionSpawnerDurationModifier.getSpawner()
Returns the spawner to which this modifier has been added toMethods in de.marcely.bedwars.api.game.spawner with parameters of type SpawnerModifier and TypeMethodDescriptionabstract void
CustomDropTypeHandler.handleDrop
(Spawner spawner, Location dropLocation) Gets called whenever the spawner drops something.