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 1iIl(float nextAngle, float velocity) {
   // $FF: synthetic field
   private final float li1li1;
   // $FF: synthetic field
   private final float iI11l1;

   // $FF: synthetic method
   private _iIl/* $FF was: 1iIl*/(float var1, float var2) {
      this.li1li1 = var1;
      this.iI11l1 = var2;
   }
}
Download file