Renamed bunch of variables in all Type classes

This commit is contained in:
Pazaz 2022-04-23 16:56:52 -04:00
parent d2c6c19cb8
commit a3420acc1c
121 changed files with 1408 additions and 1408 deletions

View file

@ -52,13 +52,13 @@ public final class Static137 {
for (local76 = 0; local76 < 104; local76++) {
@Pc(169) long local169 = Static20.method602(Static55.level, local37 + 0, local76);
if (local169 != 0L) {
@Pc(184) LocType local184 = Static271.method4601((int) (local169 >>> 32) & Integer.MAX_VALUE);
@Pc(184) LocType local184 = Static271.get((int) (local169 >>> 32) & Integer.MAX_VALUE);
@Pc(187) int local187 = local184.anInt4400;
@Pc(194) int local194;
if (local184.anIntArray380 != null) {
for (local194 = 0; local194 < local184.anIntArray380.length; local194++) {
if (local184.anIntArray380[local194] != -1) {
@Pc(216) LocType local216 = Static271.method4601(local184.anIntArray380[local194]);
if (local184.multiLocs != null) {
for (local194 = 0; local194 < local184.multiLocs.length; local194++) {
if (local184.multiLocs[local194] != -1) {
@Pc(216) LocType local216 = Static271.get(local184.multiLocs[local194]);
if (local216.anInt4400 >= 0) {
local187 = local216.anInt4400;
break;
@ -143,6 +143,6 @@ public final class Static137 {
@OriginalMember(owner = "client!kl", name = "c", descriptor = "(II)V")
public static void method2666() {
Static279.aClass99_38.method3102(5);
Static56.aClass99_9.method3102(5);
Static56.models.method3102(5);
}
}