mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +01:00
SPIGOT-7527, #944: Add WindCharge#explode()
By: Doc <nachito94@msn.com>
This commit is contained in:
parent
d8e579d6a5
commit
5cceccf876
1 changed files with 6 additions and 0 deletions
|
@ -9,4 +9,10 @@ import org.jetbrains.annotations.ApiStatus;
|
|||
@MinecraftExperimental
|
||||
@ApiStatus.Experimental
|
||||
public interface WindCharge extends Fireball {
|
||||
|
||||
/**
|
||||
* Immediately explode this WindCharge.
|
||||
*/
|
||||
public void explode();
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue