Ritual docs
This commit is contained in:
parent
1c8d6d6986
commit
5774703c0d
6 changed files with 89 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue