package gregtech.api.interfaces;

import net.minecraft.block.Block;

public interface IBlockContainer {
    Block getBlock();
    byte getMeta();
}