From f09cf5d0181e4b88039492bf2c4cd846f0c76076 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 29 Dec 2015 13:37:54 -0800 Subject: [PATCH] Fix javadoc compile errors --- .../WayofTime/bloodmagic/api/util/helper/RitualHelper.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main/java/WayofTime/bloodmagic/api/util/helper/RitualHelper.java b/src/main/java/WayofTime/bloodmagic/api/util/helper/RitualHelper.java index c4a74697..ebd2521f 100644 --- a/src/main/java/WayofTime/bloodmagic/api/util/helper/RitualHelper.java +++ b/src/main/java/WayofTime/bloodmagic/api/util/helper/RitualHelper.java @@ -42,10 +42,7 @@ public class RitualHelper { /** * Checks the RitualRegistry to see if the configuration of the ritual stones in the world is valid * for the given EnumFacing. - * - * @param world - * @param pos - * @param direction + * * @return The ID of the valid ritual */ public static String getValidRitual(World world, BlockPos pos) {