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 I1I1I(double width, double height) {
   // $FF: synthetic field
   private final double I1iIll;
   // $FF: synthetic field
   private final double IIII1l;

   // $FF: synthetic method
   private I1I1I(double var1, double var3) {
      this.I1iIll = var1;
      this.IIII1l = var3;
   }
}
Download file