IndexCacheLoader -> ArchiveLoader, read -> decode

This commit is contained in:
Lucas
2019-07-07 08:17:19 +02:00
parent 13a42e4740
commit 558d3e8d66
85 changed files with 592 additions and 589 deletions

View File

@@ -15,7 +15,7 @@ public abstract class RSHealthBarDefinitionMixin implements RSHealthBarDefinitio
@Shadow("client")
private static RSClient client;
@MethodHook(value = "read", end = true)
@MethodHook(value = "decode", end = true)
@Inject
public void onRead(RSBuffer buffer)
{