Added a bit of framework for the incense system.
This commit is contained in:
parent
2ffd6c144a
commit
574c995865
10 changed files with 286 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
package WayofTime.bloodmagic.api.incense;
|
||||
|
||||
import net.minecraft.block.Block;
|
||||
import net.minecraft.block.state.IBlockState;
|
||||
import net.minecraft.util.BlockPos;
|
||||
import net.minecraft.world.World;
|
||||
|
||||
public abstract class TranquilityHandler
|
||||
{
|
||||
public abstract TranquilityStack getTranquilityOfBlock(World world, BlockPos pos, Block block, IBlockState state);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue