Renamed ArrowEntity->Arrow to be consistent.

This commit is contained in:
sk89q
2011-01-03 14:10:49 +08:00
committed by Dinner Bone
parent 2018236d2f
commit a1b9babb9f
2 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
package org.bukkit;
/**
* Represents an arrow.
*
* @author sk89q
*/
public interface Arrow extends Entity {
}