Rename AbstractIndexCache to be more accurate

This commit is contained in:
Lucas
2019-07-07 06:24:17 +02:00
parent bb8dc5b8e4
commit eeeafb93b7
118 changed files with 594 additions and 591 deletions

View File

@@ -86,10 +86,10 @@ public class Texture extends Node {
@ObfuscatedSignature(
signature = "(DILir;)Z"
)
boolean method320(double var1, int var3, AbstractIndexCache var4) {
boolean method320(double var1, int var3, AbstractArchive var4) {
int var5;
for (var5 = 0; var5 < this.records.length; ++var5) {
if (var4.getRecordFlat(this.records[var5]) == null) {
if (var4.getFileFlat(this.records[var5]) == null) {
return false;
}
}