13
0
geforkt von Mirrors/Paper

Fix typo in llama strength setter

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2016-11-23 21:24:05 +11:00
Ursprung 6b2a91f2a4
Commit 840dbd2005

Datei anzeigen

@ -53,7 +53,7 @@ public interface Llama extends ChestedHorse {
int getStrength(); int getStrength();
/** /**
* Gets the llama's strength. A higher strength llama will have more * Sets the llama's strength. A higher strength llama will have more
* inventory slots and be more threatening to entities. Inventory slots are * inventory slots and be more threatening to entities. Inventory slots are
* equal to strength * 3. * equal to strength * 3.
* *