Fix javadoc compile errors
This commit is contained in:
parent
5774703c0d
commit
f09cf5d018
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue