mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Fix javadoc typo in CreatureSpawner
This commit is contained in:
parent
27fd5a832a
commit
2b1f48cd2c
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ public interface CreatureSpawner extends BlockState {
|
|||
public void setMinSpawnDelay(int delay);
|
||||
|
||||
/**
|
||||
* This maximum spawn delay amount (in ticks).
|
||||
* The maximum spawn delay amount (in ticks).
|
||||
* <br>
|
||||
* This value is used when the spawner resets its delay (for any reason).
|
||||
* It will choose a random number between {@link #getMinSpawnDelay()}
|
||||
|
|
Loading…
Add table
Reference in a new issue