nitro-orchard-1.21.11.jar

Download file
package dev.virel.obf;

import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;

@Environment(EnvType.CLIENT)
record Ill1i(float yaw, float pitch) {
   // $FF: synthetic field
   private final float l1111I;
   // $FF: synthetic field
   private final float iIl1I1;

   // $FF: synthetic method
   private Ill1i(float var1, float var2) {
      this.l1111I = var1;
      this.iIl1I1 = var2;
   }
}
Download file