geforkt von Mirrors/Paper
Fix some Javadoc warnings
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
f1fb3d9462
Commit
1cb9aaf19a
@ -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
|
||||||
|
@ -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),
|
||||||
/**
|
/**
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren