Added LivingEntity.throwEgg() and LivingEntity.throwSnowball().

This commit is contained in:
sk89q
2011-01-03 17:44:30 +08:00
committed by Dinner Bone
parent 77268dc853
commit 4a590fb81d
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package org.bukkit;
/**
* Implements a snowball.
*
* @author sk89q
*/
public interface Snowball extends Entity {
}