From 06bd1a838f729283972c072230df987f71e6dcc2 Mon Sep 17 00:00:00 2001 From: Brokkonaut Date: Tue, 21 May 2019 19:15:14 +0200 Subject: [PATCH] Fix javadocs: it is now setCurrency(Material) instead of setCurrency(int) --- .../com/onarandombox/MultiverseCore/api/MultiverseWorld.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/onarandombox/MultiverseCore/api/MultiverseWorld.java b/src/main/java/com/onarandombox/MultiverseCore/api/MultiverseWorld.java index 1788cde8..07ba347f 100644 --- a/src/main/java/com/onarandombox/MultiverseCore/api/MultiverseWorld.java +++ b/src/main/java/com/onarandombox/MultiverseCore/api/MultiverseWorld.java @@ -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. */