1 package org.catacomb.interlish.structure; 2 3 4 public interface MeshInstructor { 5 6 7 Mesh makeMesh(MeshBuilder mb); 8 9 10 }