mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-02 11:22:01 +01:00
SPIGOT-7527, #944: Add WindCharge#explode()
By: Doc <nachito94@msn.com>
This commit is contained in:
parent
d8e579d6a5
commit
5cceccf876
@ -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 New Issue
Block a user