13
0
geforkt von Mirrors/Paper

Fix some Javadoc warnings

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2016-11-17 12:53:08 +11:00
Ursprung f1fb3d9462
Commit 1cb9aaf19a
4 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen

Datei anzeigen

@ -14,7 +14,7 @@ public interface AbstractHorse extends Animals, Vehicle, InventoryHolder, Tameab
* Whether a horse is a regular horse, donkey, mule, or other kind of horse * Whether a horse is a regular horse, donkey, mule, or other kind of horse
* is determined using the variant. * is determined using the variant.
* *
* @return a {@link Variant} representing the horse's variant * @return a {@link Horse.Variant} representing the horse's variant
* @deprecated different variants are different classes * @deprecated different variants are different classes
*/ */
@Deprecated @Deprecated

Datei anzeigen

@ -42,7 +42,7 @@ public enum EntityType {
*/ */
WITHER_SKELETON("wither_skeleton", WitherSkeleton.class, 5), WITHER_SKELETON("wither_skeleton", WitherSkeleton.class, 5),
/** /**
* @See Stray * @see Stray
*/ */
STRAY("stray", Stray.class, 6), STRAY("stray", Stray.class, 6),
/** /**

Datei anzeigen

@ -144,7 +144,7 @@ public interface Horse extends AbstractHorse {
public void setStyle(Style style); public void setStyle(Style style);
/** /**
* @return * @return carrying chest status
* @deprecated see {@link ChestedHorse} * @deprecated see {@link ChestedHorse}
*/ */
@Deprecated @Deprecated

Datei anzeigen

@ -43,7 +43,7 @@ public interface Zombie extends Monster {
public void setVillagerProfession(Villager.Profession profession); public void setVillagerProfession(Villager.Profession profession);
/** /**
* @return * @return profession
* @see ZombieVillager#getVillagerProfession() * @see ZombieVillager#getVillagerProfession()
*/ */
@Deprecated @Deprecated