Skip to content

Instantly share code, notes, and snippets.

View ItziSpyder's full-sized avatar
💭
ImproperIssues#4988

ImproperIssues ItziSpyder

💭
ImproperIssues#4988
View GitHub Profile
@ItziSpyder
ItziSpyder / RenderUtils.java
Last active April 13, 2025 17:56
For rendering 2D in Minecraft 1.21
package io.github.itzispyder.coherent.util.minecraft;
import io.github.itzispyder.coherent.Global;
import io.github.itzispyder.coherent.data.Color;
import io.github.itzispyder.coherent.gui.misc.animators.Animations;
import io.github.itzispyder.coherent.gui.misc.animators.Animator;
import io.github.itzispyder.coherent.modules.Module;
import io.github.itzispyder.coherent.modules.modules.client.ClickGUI;
import io.github.itzispyder.coherent.util.MathUtils;
import net.minecraft.client.gui.DrawContext;