mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-07 16:12:02 +01:00
Fix javadoc mistakes in previous commit
By: md_5 <git@md-5.net>
This commit is contained in:
parent
b24d72b84a
commit
8cd55c2837
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user