Package net.eternalclient.api.rs
Class RSOverlayIndex
- java.lang.Object
-
- net.eternalclient.api.rs.RSOverlayIndex
-
public class RSOverlayIndex extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RSOverlayIndex()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.function.Function<byte[],byte[]>
getCacheTransformer(int indexId, int archiveId)
static java.util.HashMap<java.lang.Integer,java.util.function.Function<byte[],byte[]>>
getCacheTransformers()
static java.util.Set<java.lang.Integer>
getOverlays()
static boolean
hasCacheTransformer(int indexId, int archiveId)
static boolean
hasOverlay(int indexId, int archiveId)
-
-
-
Method Detail
-
hasCacheTransformer
public static boolean hasCacheTransformer(int indexId, int archiveId)
-
getCacheTransformer
public static java.util.function.Function<byte[],byte[]> getCacheTransformer(int indexId, int archiveId)
-
hasOverlay
public static boolean hasOverlay(int indexId, int archiveId)
-
getOverlays
public static java.util.Set<java.lang.Integer> getOverlays()
-
getCacheTransformers
public static java.util.HashMap<java.lang.Integer,java.util.function.Function<byte[],byte[]>> getCacheTransformers()
-
-