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 IIlli(boolean moving, boolean closeToEdge, boolean safeToRelease, double directionX, double directionZ, double distance) {
   // $FF: synthetic field
   private final boolean ll1I1;
   // $FF: synthetic field
   private final boolean IIlI11;
   // $FF: synthetic field
   private final double iIil1l;
   // $FF: synthetic field
   private final double liIIIi;
   // $FF: synthetic field
   private final boolean Ii1ii;
   // $FF: synthetic field
   private final double 1iII11;

   // $FF: synthetic method
   IIlli(boolean var1, boolean var2, boolean var3, double var4, double var6, double var8) {
      this.Ii1ii = var1;
      this.IIlI11 = var2;
      this.ll1I1 = var3;
      this.iIil1l = var4;
      this.liIIIi = var6;
      this.1iII11 = var8;
   }
}
Download file