Uses of Class
org.bukkit.block.spawner.SpawnerEntry
Packages that use SpawnerEntry
-
Uses of SpawnerEntry in org.bukkit.block
Methods in org.bukkit.block that return types with arguments of type SpawnerEntryModifier and TypeMethodDescriptionCreatureSpawner.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.block with parameters of type SpawnerEntryModifier and TypeMethodDescriptionvoid
CreatureSpawner.addPotentialSpawn
(SpawnerEntry spawnerEntry) Adds a newSpawnerEntry
to the list of entities this spawner can spawn.Method parameters in org.bukkit.block with type arguments of type SpawnerEntryModifier and TypeMethodDescriptionvoid
CreatureSpawner.setPotentialSpawns
(Collection<SpawnerEntry> entries) Sets the list ofSpawnerEntry
this spawner can spawn.