Fix javadoc errors/warnings
This commit is contained in:
committed by
EvilSeph
parent
a628d2faff
commit
17403d617a
@@ -35,7 +35,7 @@ public interface CreatureSpawner extends BlockState {
|
||||
* Set the spawner creature type.
|
||||
*
|
||||
* @param creatureType The creature type.
|
||||
* @deprecated In favour of {@link #setSpawnedType(EntityType}.
|
||||
* @deprecated In favour of {@link #setSpawnedType(EntityType)}.
|
||||
*/
|
||||
@Deprecated
|
||||
public void setCreatureType(CreatureType creatureType);
|
||||
|
||||
Reference in New Issue
Block a user