mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Fix some Javadoc warnings
This commit is contained in:
parent
dd1c703c9f
commit
ac338aa46c
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue