package org.rsbot.client; public interface Model { public int[] getXPoints(); public int[] getYPoints(); public int[] getZPoints(); public short[] getIndices1(); public short[] getIndices2(); public short[] getIndices3(); }