Fix typo in llama strength setter

This commit is contained in:
md_5 2016-11-23 21:24:05 +11:00
parent 99d9e07ccd
commit beb3979729

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.
*