mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-11 10:01:55 +01:00
Fix javadoc typo in CreatureSpawner
By: md_5 <git@md-5.net>
This commit is contained in:
parent
92ef431922
commit
64ceb83927
@ -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…
Reference in New Issue
Block a user