SPIGOT-7527, #1310: Add WindCharge#explode()
By: Doc <nachito94@msn.com>
This commit is contained in:
@@ -8,6 +8,16 @@ public class CraftWindCharge extends CraftFireball implements WindCharge {
|
||||
super(server, entity);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void explode() {
|
||||
this.getHandle().explode();
|
||||
}
|
||||
|
||||
@Override
|
||||
public net.minecraft.world.entity.projectile.WindCharge getHandle() {
|
||||
return (net.minecraft.world.entity.projectile.WindCharge) this.entity;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "CraftWindCharge";
|
||||
|
||||
Reference in New Issue
Block a user