Commits

sk89q authored and Nathan Adams committed e3fe73ca041
Added ArrowEntity and World.spawnArrow().
No tags

src/main/java/org/bukkit/ArrowEntity.java

Added
1 +package org.bukkit;
2 +
3 +/**
4 + * Represents an arrow.
5 + *
6 + * @author sk89q
7 + */
8 +public interface ArrowEntity extends Entity {
9 +}

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut