mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 14:04:51 +08:00
Removed @Override for the interface method spawnArrow
This commit is contained in:
parent
1c5d80a8ce
commit
904c220d5c
@ -75,7 +75,6 @@ public class CraftWorld implements World {
|
|||||||
return world;
|
return world;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public ArrowEntity spawnArrow(Location loc, Vector velocity, float speed,
|
public ArrowEntity spawnArrow(Location loc, Vector velocity, float speed,
|
||||||
float spread) {
|
float spread) {
|
||||||
EntityArrow arrow = new EntityArrow(world);
|
EntityArrow arrow = new EntityArrow(world);
|
||||||
|
Loading…
Reference in New Issue
Block a user