Fix javadoc compile errors

This commit is contained in:
Nick 2015-12-29 13:37:54 -08:00
parent 5774703c0d
commit f09cf5d018

View file

@ -42,10 +42,7 @@ public class RitualHelper {
/** /**
* Checks the RitualRegistry to see if the configuration of the ritual stones in the world is valid * Checks the RitualRegistry to see if the configuration of the ritual stones in the world is valid
* for the given EnumFacing. * for the given EnumFacing.
* *
* @param world
* @param pos
* @param direction
* @return The ID of the valid ritual * @return The ID of the valid ritual
*/ */
public static String getValidRitual(World world, BlockPos pos) { public static String getValidRitual(World world, BlockPos pos) {