Moved around more static methods, nothing final

Some of these are "incorrect" - I wanted to decrease the # of static classes first by grouping them if they're slightly related.
Then I'll do a second pass in each class to reorganize later.
This commit is contained in:
Pazaz 2022-05-16 01:13:34 -04:00
parent c988509e8e
commit ba4debb0d3
No known key found for this signature in database
GPG key ID: 8658637376F9B835
150 changed files with 2805 additions and 3034 deletions

View file

@ -57,7 +57,7 @@ public final class Static220 {
@OriginalMember(owner = "client!rm", name = "a", descriptor = "(III)V")
public static void method3801() {
for (@Pc(1) int local1 = 0; local1 < Static126.anInt3114; local1++) {
for (@Pc(1) int local1 = 0; local1 < SceneGraph.anInt3114; local1++) {
for (@Pc(6) int local6 = 0; local6 < SceneGraph.mapSizeX; local6++) {
for (@Pc(11) int local11 = 0; local11 < SceneGraph.mapSizeZ; local11++) {
@Pc(22) Tile local22 = SceneGraph.tiles[local1][local6][local11];