Consolidated a LOT of static classes (first pass)

This commit is contained in:
Pazaz 2022-06-27 14:24:48 -04:00
parent 9789c5b66e
commit 7ffd30e31c
264 changed files with 7190 additions and 8201 deletions

View file

@ -90,14 +90,14 @@ public final class Npc extends PathingEntity {
model.translate(0, -this.spotAnimY, 0);
if (spotAnimType.aBoolean100) {
if (Static101.anInt2640 != 0) {
model.rotateX(Static101.anInt2640);
if (PathingEntity.anInt2640 != 0) {
model.rotateX(PathingEntity.anInt2640);
}
if (PathingEntity.anInt2680 != 0) {
model.rotateZ(PathingEntity.anInt2680);
}
if (Static62.anInt1938 != 0) {
model.translate(0, Static62.anInt1938, 0);
if (PathingEntity.anInt1938 != 0) {
model.translate(0, PathingEntity.anInt1938, 0);
}
}
}