nitro-orchard-1.21.11.jar

Download file
package dev.virel.obf;

import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;
import net.minecraft.class_332;

@Environment(EnvType.CLIENT)
public interface llI {
   // $FF: synthetic method
   double getWidth();

   // $FF: synthetic method
   double getX();

   // $FF: synthetic method
   double getY();

   // $FF: synthetic method
   void render(class_332 var1, int var2, int var3, float var4);

   // $FF: synthetic method
   double getHeight();

   // $FF: synthetic method
   void moveTo(double var1, double var3);

   // $FF: synthetic method
   boolean hit(double var1, double var3);

   // $FF: synthetic method
   void renderEditor(class_332 var1, int var2, int var3, float var4, boolean var5);
}
Download file