Javadoc warning cleanup

This commit is contained in:
Nick 2016-01-01 10:52:42 -08:00
parent d4b5d3d3e2
commit 7ebd59382f
11 changed files with 103 additions and 23 deletions

View file

@ -45,7 +45,12 @@ 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
* - The world
* @param pos
* - Location of the MasterRitualStone
*
* @return The ID of the valid ritual
*/
public static String getValidRitual(World world, BlockPos pos)
@ -126,10 +131,7 @@ public class RitualHelper
* Adds your Ritual to the {@link RitualRegistry#enabledRituals} Map. This
* is used to determine whether your effect is enabled or not.
*
* The config option will be created as {@code B:ClassName=true} with a
* comment of {@code Enables the ClassName ritual}.
*
* Use {@link #}
* The config option will be created as {@code B:ClassName=true}.
*
* Should be safe to modify at any point.
*