package org.rsbot.client; /** * @author Timer */ public interface RSPlayerComposite { int getNPCID(); int[] getEquipment(); }