package dev.virel.obf;
import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;
@Environment(EnvType.CLIENT)
public record i1I(boolean handled, Integer color) {
// $FF: synthetic field
private final Integer iii1I;
// $FF: synthetic field
private final boolean I11I;
// $FF: synthetic field
private static final i1I IIill = new i1I(false, (Integer)null);
// $FF: synthetic method
public i1I(boolean var1, Integer var2) {
this.I11I = var1;
this.iii1I = var2;
}
}