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

(cherry picked from commit 06bd1a838f)
This commit is contained in:
Brokkonaut 2019-05-21 13:15:14 -04:00 committed by Jeremy Wood
parent 6aac64254c
commit 4eda237b1b

View File

@ -475,7 +475,7 @@ public interface MultiverseWorld {
/** /**
* Sets the price for entry to this world. * Sets the price for entry to this world.
* You can think of this like an amount. * 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. * @param price The Amount of money/item to enter the world.
*/ */