mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
Fix javadoc mistakes in previous commit
This commit is contained in:
parent
70e4c23deb
commit
fd317e44bc
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…
Add table
Reference in a new issue