blob: b083e618b3ea22b2566e49b135fd830c95f60eea [file] [log] [blame] [raw]
package li.cil.oc.api.detail
import net.minecraft.world.IBlockAccess
/** Avoids reflection structural types would induce. */
trait NetworkAPI {
def joinOrCreateNetwork(world: IBlockAccess, x: Int, y: Int, z: Int)
}