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:
Tyler Bochard
2019-08-02 06:38:02 -04:00
committed by Kyleeld
parent 76068a9f6b
commit 4d2b9f9c17
5 changed files with 55 additions and 34 deletions

View File

@@ -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;

View File

@@ -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.