Ritual docs

This commit is contained in:
Nick 2015-12-29 13:00:26 -08:00
parent 1c8d6d6986
commit 5774703c0d
6 changed files with 89 additions and 0 deletions

View file

@ -3,6 +3,11 @@ package WayofTime.bloodmagic.api.ritual;
import net.minecraft.util.BlockPos;
import net.minecraft.world.World;
/**
* This interface is for internal implementation only.
*
* It is provided via the API for easy obtaining of basic data.
*/
public interface IRitualStone {
boolean isRuneType(World world, BlockPos pos, EnumRuneType runeType);