geforkt von Mirrors/Paper
Fix JavaDoc typo in ItemStack#getAmount
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
ef8af07cbe
Commit
f0bfb0fdf7
@ -205,7 +205,7 @@ public class ItemStack implements Cloneable, ConfigurationSerializable {
|
||||
/**
|
||||
* Gets the amount of items in this stack
|
||||
*
|
||||
* @return Amount of items in this stick
|
||||
* @return Amount of items in this stack
|
||||
*/
|
||||
public int getAmount() {
|
||||
return amount;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren