Easier handling of meta blocks
This commit is contained in:
parent
fb94914b91
commit
9035f800e2
16 changed files with 436 additions and 277 deletions
|
@ -5,7 +5,7 @@ import net.minecraft.world.World;
|
|||
|
||||
public interface IRitualStone {
|
||||
|
||||
boolean isRuneType(World world, BlockPos pos, int meta, EnumRuneType runeType);
|
||||
boolean isRuneType(World world, BlockPos pos, EnumRuneType runeType);
|
||||
|
||||
interface Tile {
|
||||
boolean isRuneType(EnumRuneType runeType);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue