mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 18:50:51 +01:00
Fix javadoc mistakes in previous commit
By: md_5 <git@md-5.net>
This commit is contained in:
parent
b24d72b84a
commit
8cd55c2837
1 changed files with 4 additions and 2 deletions
|
@ -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 a new issue