project: Upstream merge (#1228)
* menuentryswapper - Add volcanic mine entrance to swapQuick * idle notifier: notify when adding feathers or heads to shafts * client: cache and reuse Graphics * client: cache config values
This commit is contained in:
@@ -71,6 +71,8 @@ public final class AnimationID
|
||||
public static final int FLETCHING_STRING_YEW_LONGBOW = 6688;
|
||||
public static final int FLETCHING_STRING_MAGIC_SHORTBOW = 6683;
|
||||
public static final int FLETCHING_STRING_MAGIC_LONGBOW = 6689;
|
||||
public static final int FLETCHING_ATTACH_FEATHERS_TO_ARROWSHAFT = 8481;
|
||||
public static final int FLETCHING_ATTACH_HEADS = 8480;
|
||||
public static final int GEM_CUTTING_OPAL = 890;
|
||||
public static final int GEM_CUTTING_JADE = 891;
|
||||
public static final int GEM_CUTTING_REDTOPAZ = 892;
|
||||
|
||||
@@ -29,7 +29,7 @@ import java.awt.Image;
|
||||
/**
|
||||
* Represents the clients primary image buffer.
|
||||
*/
|
||||
public interface MainBufferProvider
|
||||
public interface MainBufferProvider extends BufferProvider
|
||||
{
|
||||
/**
|
||||
* Gets the image currently loaded in the buffer.
|
||||
|
||||
Reference in New Issue
Block a user