Uses of Class
org.bukkit.block.spawner.SpawnerEntry
-
Uses of SpawnerEntry in org.bukkit.block
Modifier 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.Modifier and TypeMethodDescriptionvoid
CreatureSpawner.addPotentialSpawn
(SpawnerEntry spawnerEntry) Adds a newSpawnerEntry
to the list of entities this spawner can spawn.Modifier and TypeMethodDescriptionvoid
CreatureSpawner.setPotentialSpawns
(Collection<SpawnerEntry> entries) Sets the list ofSpawnerEntry
this spawner can spawn.