package org.bukkit; /** * Implements a snowball. * * @author sk89q */ public interface Snowball extends Entity { }