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)
public record II11l(long id, Object owner) {
   // $FF: synthetic field
   private final long iI1i;
   // $FF: synthetic field
   private final Object lllii;

   // $FF: synthetic method
   public II11l(long var1, Object var3) {
      this.iI1i = var1;
      this.lllii = var3;
   }
}
Download file