Fix javadoc mistakes in previous commit

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2019-06-17 21:27:41 +10:00
parent b24d72b84a
commit 8cd55c2837

View file

@ -55,7 +55,8 @@ public interface Creeper extends Monster {
* Makes this Creeper explode instantly.
*
* The resulting explosion can be cancelled by an
* {@link ExplosionPrimeEvent} and obeys the mob griefing gamerule.
* {@link org.bukkit.event.entity.ExplosionPrimeEvent} and obeys the mob
* griefing gamerule.
*/
public void explode();
@ -66,7 +67,8 @@ public interface Creeper extends Monster {
* {@link #setMaxFuseTicks} is set as.
*
* The resulting explosion can be cancelled by an
* {@link ExplosionPrimeEvent} and obeys the mob griefing gamerule.
* {@link org.bukkit.event.entity.ExplosionPrimeEvent} and obeys the mob
* griefing gamerule.
*/
public void ignite();
}