geforkt von Mirrors/Paper
Fixed Javadoc errors
By: Sycholic <c_chekay@yahoo.com>
Dieser Commit ist enthalten in:
Ursprung
c77cf1cf71
Commit
14838056ae
@ -72,7 +72,7 @@ public interface Villager extends Ageable, NPC, InventoryHolder {
|
|||||||
* Note that this inventory is not the Merchant inventory, rather, it is the
|
* Note that this inventory is not the Merchant inventory, rather, it is the
|
||||||
* items that a villager might have collected (from harvesting crops, etc.)
|
* items that a villager might have collected (from harvesting crops, etc.)
|
||||||
*
|
*
|
||||||
* @inheritDoc
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
Inventory getInventory();
|
Inventory getInventory();
|
||||||
|
@ -77,7 +77,7 @@ public interface PotionMeta extends ItemMeta {
|
|||||||
*
|
*
|
||||||
* @param type the potion effect type to move
|
* @param type the potion effect type to move
|
||||||
* @return true if the potion meta changed as a result of this call
|
* @return true if the potion meta changed as a result of this call
|
||||||
* @deprecated use {@link #setType(PotionType)}
|
* @deprecated use {@link org.bukkit.potion.PotionType#PotionType}
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
boolean setMainEffect(PotionEffectType type);
|
boolean setMainEffect(PotionEffectType type);
|
||||||
|
@ -105,7 +105,7 @@ public class Potion {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @Deprecated
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public Potion(int name) {
|
public Potion(int name) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren