package org.rsbot.client; public interface RSAnimable extends RSInteractable { short getX1(); short getX2(); short getY1(); short getY2(); }