Fix typo in llama strength setter

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2016-11-23 21:24:05 +11:00
parent 6b2a91f2a4
commit 840dbd2005

View file

@ -53,7 +53,7 @@ public interface Llama extends ChestedHorse {
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
* equal to strength * 3.
*