mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 18:47:20 +01:00
Merge pull request #2001 from Brokkonaut/fix-javadocs-setcurrency
Fix javadocs: setCurrency(Material) instead of setCurrency(int)
This commit is contained in:
commit
f0343b08b5
@ -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