package org.rsbot.client; public interface RSNPC extends RSCharacter { RSNPCDef getRSNPCDef(); int getLevel(); }