mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 18:47:20 +01:00
Fix javadocs: it is now setCurrency(Material) instead of setCurrency(int)
(cherry picked from commit 06bd1a838f
)
This commit is contained in:
parent
6aac64254c
commit
4eda237b1b
@ -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.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user