Uses of Class
org.bukkit.block.spawner.SpawnerEntry
Packages that use SpawnerEntry
-
Uses of SpawnerEntry in org.bukkit.spawner
Methods in org.bukkit.spawner that return types with arguments of type SpawnerEntryModifier and TypeMethodDescriptionBaseSpawner.getPotentialSpawns()
Gets a list of potential spawns from this spawner or an empty list if no entities have been assigned to this spawner.Methods in org.bukkit.spawner with parameters of type SpawnerEntryModifier and TypeMethodDescriptionvoid
BaseSpawner.addPotentialSpawn
(SpawnerEntry spawnerEntry) Adds a newSpawnerEntry
to the list of entities this spawner can spawn.void
BaseSpawner.setSpawnedEntity
(SpawnerEntry spawnerEntry) Sets theSpawnerEntry
that will be spawned by this spawner.Method parameters in org.bukkit.spawner with type arguments of type SpawnerEntryModifier and TypeMethodDescriptionvoid
BaseSpawner.setPotentialSpawns
(Collection<SpawnerEntry> entries) Sets the list ofSpawnerEntry
this spawner can spawn.