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);
|
public void setMinSpawnDelay(int delay);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This maximum spawn delay amount (in ticks).
|
* The maximum spawn delay amount (in ticks).
|
||||||
* <br>
|
* <br>
|
||||||
* This value is used when the spawner resets its delay (for any reason).
|
* This value is used when the spawner resets its delay (for any reason).
|
||||||
* It will choose a random number between {@link #getMinSpawnDelay()}
|
* It will choose a random number between {@link #getMinSpawnDelay()}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue