mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-17 18:47:40 +01:00
Renamed ArrowEntity->Arrow to be consistent.
By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
parent
dc3ed9d7d6
commit
b5fffb9a81
2 changed files with 2 additions and 2 deletions
paper-api/src/main/java/org/bukkit
|
@ -5,5 +5,5 @@ package org.bukkit;
|
|||
*
|
||||
* @author sk89q
|
||||
*/
|
||||
public interface ArrowEntity extends Entity {
|
||||
public interface Arrow extends Entity {
|
||||
}
|
|
@ -53,7 +53,7 @@ public interface World {
|
|||
* @param spread a reasonable spread is 12
|
||||
* @return the arrow entity
|
||||
*/
|
||||
public ArrowEntity spawnArrow(Location loc, Vector velocity,
|
||||
public Arrow spawnArrow(Location loc, Vector velocity,
|
||||
float speed, float spread);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue