When deprecating, the alternative should be provided.

By: EvilSeph <evilseph@unaligned.org>
This commit is contained in:
Bukkit/Spigot 2011-02-19 06:00:55 -05:00
parent 023ff0a43d
commit ffe5fb2dfb
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ import org.bukkit.entity.MobType;
*
* @author sk89q
*
* @deprecated
* @deprecated Use CreatureSpawner instead.
*/
public interface MobSpawner extends BlockState {
/**

View file

@ -84,7 +84,7 @@ public class PlayerEggThrowEvent extends PlayerEvent {
*
* @param hatchType The type of the mob being hatched by the egg
*
* @deprecated
* @deprecated Use setHatchType(CreatureType hatchType) instead.
*/
public void setHatchType(MobType hatchType) {
this.hatchType = CreatureType.fromName(hatchType.getName());