nitro-orchard-1.21.11.jar

Download file
package dev.virel.obf;

import java.util.List;
import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;

@Environment(EnvType.CLIENT)
record liIi(List<Integer> readySlots, int totalSlots) {
   // $FF: synthetic field
   private final int l1l1il;
   // $FF: synthetic field
   private final List<Integer> iIi1ll;

   // $FF: synthetic method
   private liIi(List<Integer> var1, int var2) {
      this.iIi1ll = var1;
      this.l1l1il = var2;
   }
}
Download file