geforkt von Mirrors/Paper
Removed @Override for the interface method spawnArrow
Dieser Commit ist enthalten in:
Ursprung
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);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren