Fix javadocs: it is now setCurrency(Material) instead of setCurrency(int)

This commit is contained in:
Brokkonaut 2019-05-21 19:15:14 +02:00
parent 4343167240
commit 06bd1a838f
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ public interface MultiverseWorld {
/**
* Sets the price for entry to this world.
* You can think of this like an amount.
* The type can be set with {@link #setCurrency(int)}
* The type can be set with {@link #setCurrency(Material)}
*
* @param price The Amount of money/item to enter the world.
*/