mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-23 08:46:44 +01:00
Fix javadoc typo in CreatureSpawner
By: md_5 <git@md-5.net>
This commit is contained in:
parent
92ef431922
commit
64ceb83927
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