Uses of Interface
org.bukkit.block.CreatureSpawner
Package
Description
-
Uses of CreatureSpawner in org.bukkit.event.entity
Modifier and TypeMethodDescriptionSpawnerSpawnEvent.getSpawner()
Gets the spawner tile state, or null when the entity is spawned from a minecart spawner.ModifierConstructorDescriptionSpawnerSpawnEvent
(@NotNull Entity spawnee, @Nullable CreatureSpawner spawner) -
Uses of CreatureSpawner in org.purpurmc.purpur.event
Modifier and TypeMethodDescriptionPlayerSetSpawnerTypeWithEggEvent.getSpawner()
Get the spawner stateModifierConstructorDescriptionPlayerSetSpawnerTypeWithEggEvent
(@NotNull Player player, @NotNull Block block, @NotNull CreatureSpawner spawner, @NotNull EntityType type)