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

By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
Bukkit/Spigot
2011-01-03 17:44:30 +08:00
parent 9370aac0da
commit 7c4860c3b5
3 changed files with 28 additions and 0 deletions

View File

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